Brian Seekford's Q&A profile
Visual Studio Tools for Office Office 2003 and Office XP.
I have built a program, on a computer that have Office 2003, that works with Word and Excel, and when I try to run it on a computer that has Office XP, it doesn't work, and shows a lot of errors. I tried to replace the DLLs in the program's folder to XP's, And to install them, and it still doesn't work. I even tried to re-make the program with references of XP's PIAs, and then it even doesn't install. What should I do Thanks, Ofir. Are you using Visual Studio Tools for Office, or is this a shared add-in Harry Miller Technical Editor http://blogs.msdn.com/harrymiller This posting is p ...Show All
SQL Server MDAC won't play
Trying to set up a harware testing machine. OS is 98SE, the test software (Sandra MAX 3) won't install as it "requires MDAC 2.5 or greater". Tried install ing MDAC 2.8, it just sits there doing nothing in an open window. Same result with MDAC 2.7. Tried installing Component Checker, nothing at all happens! MDAC 2.8 installed fine on another 98SE just last week. Anything else Um ... both machines are running NAV 2005. So I'm a bit stuck for ideas. Anyone have any advice, please Ray You can try to install MDAC 2.1, then 2.5 and then 2.8. Hope may help! Infosteo ...Show All
Visual Studio Express Editions Spreadsheet (flexgrid) and chart (graph) control
It seems that the visual studio express did not include a spreadsheet and graph control in the IDE for windows application et web application development. Does someone know where I can find good independant control (I do not want to attach a reference to excel... for my application) for these 2 items. Try http://www.howtoselectguides.com/dotnet/charting/ gclid=CI3qmqbu6IICFUksGAodv3qi0g for charting tools. ...Show All
Visual Studio StoredProcedure, parameters not working in Crystal .Net loading
I use Visual Studio 2005, I create some basic stored procedure on my SQL server 2000. Then i create web project and dynamcli create ReportDocument and fill parameter @id with some value crReportDocument.SetParameterValue(0, 6); or crReportDocument.SetParameterValue("@id", 6); when i load report crReport.ReportSource = crReportDocument fails with error Failed to open a rowset. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: Procedure 'test' expects parameter '@id', which was not supplied. SQL State: 42000 Native Error: Failed to open a rowset. Error in File C:\DOCUME~1\mkv\LOCALS~1\Temp\Report2 {0 ...Show All
Visual Studio Express Editions how to edit text in subitems of listview ??
in listivew, when i set LabelEdit is true, i can edit text of item, but if i want edit text of subitem, how can i do Hi, Is your problem solved If no, then could you please be more clear in your problem definition Thank you, Bhanu. ...Show All
SQL Server Multi-user issues with SSRS2000
Hi, At our company we are looking at implementing SQL Server 2000 Reporting Services into our internet application. Having followed your book, and produced a dozen reports, I have found a problem with calling reports in a multi-user environment. Some of the reports that our customers want can run to over 100 pages which, whilst a large number, is a requirement. I have found that when two people call one of these large reports at the same time; one of the users gets the error "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection". Once the worker process begins to ...Show All
Software Development for Windows Vista How to integrate WWF with Sharepoint or Infopath
Can anyone explain, how to integrate WWF with Sharepoint or Infopath http://www.microsoft.com/office/preview/community/newsgroups.mspx is a better place to asks your questions. This is the newsgroups for Office 2007 Beta 2. ...Show All
SQL Server Bug in Microsoft SQL Server 2005 JDBC Driver
I am using the new Microsoft SQL Server 2005 JDBC Driver to connect to ms sql 2000. I am testing GMT date conversions in my application and found a bug in the way the driver converts DateTime columns in the ResultSet.getTimeStamp(int i, Calendar cal) method. The driver is not converting GMT dates to client time correctly in the time range og April 1, 9:00 pm to 10:00 pm EST through the rs.getTimeStamp(int, Calendar) method. The date is coming back an hour off. In UTC time, this time is April 2, 2:00 AM to April 2, 3:00 AM. I guess daylight savings is confusing it. Can someone get back to me with a work around or verification of this bug. Tha ...Show All
Visual Basic Serial Communications
I am having similar problems as several other postings I've read here concerning reading from serial ports in Visual basic 2005 Express. Unfortunately I have not seen an answer. - I can build a list of available com ports - I can write data to a com port using the " How to: Send Strings to Serial Ports in Visual Basic " - I cannot read from the port using the sample code for " How to: Receive Strings From Serial Ports in Visual Basic" I have narrowed the line in question to Dim Incoming As String = com1.ReadLine() By setting com1.ReadTimeout = 8000 If after the timeout I open Hyperterminal and open the ...Show All
Software Development for Windows Vista Change font size of onscreen keyboard for users with poor vision
Is there any way to change (programmatically or otherwise) the size of the onscreen keyboard on the Tablet platform Some users complain they can not read the keys and would like to see it larger. Is this possible If so, how Thanks for your response. I have been asked if, rather than programmatic access, to find out whether there is a manual method for enlarging the letters on the keyboard. ...Show All
Windows Forms NewBye - Please wait at least 5 minutes between adding new species
I have read the Terrarium 1.2 tutorial C#. I have created an animal. When I have tried to insert it in the ecosystem an error appears: Error loading assembly - "You have submitted another species within the last 5 minutes. Please wait at least 5 minutes between adding new species" I have waited for hours but the error appears. Why Thanks Damiano ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText
I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is in my custom UI textboxes. I use a function called InsertText to add new characters to the printed string, and everything I initialize is cleaned up properly afterwards. The problems only truly beg ...Show All
SQL Server Executin SQL statement from variable in functions
Hello All Within my function depends on value forming a SQL statement As Example set @SqlString = 'select ' + @ColumnName + ' from ' + @tableName + ' where ' + @whereCond How can i execute this Statement. within function Thanks in advance RK Sorry, typo http://www.sommarskog.se/dynamic_sql.html > looks like the site was down ...Show All
Software Development for Windows Vista Persistence & tracking in beta 2.2
I have created a simple application with 1 code activity, one delay and another code activity, in that order. If i'm enabling both the tracking and persistence, my workflow stops at unload If one if disabled, the other works just fine. Any ideas why this might happen Here is the exception thrown... [2076] SqlWorkflowPersistenceService(00000000-0000-0000-0000-000000000000): Exception thrown while persisting instance: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Compo ...Show All
Visual Studio Express Editions How can I access variables between forms
Hello everyone, I have two forms and would like to assign the value of a variable (receive) from form1 to a variable (count) on form2. Does anyone have an example they can post. Thanks, Ken Here you go using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void button ...Show All
