sopi20's Q&A profile
Windows Forms DataSets and MaxLength Column property
Hi, Is there a way of populating a DataSet with its data and column Maxlength properties The only way I can think of doing this is to use the following method: (C#) GetOleDbSchemaTable(OleDbSchemaGuid.Columns, &n ...Show All
Visual Studio Team System Error in building a web site with TEAM build
Hi all, I am trying to use TEAM build to build my web application to the virtual directory where it will be deployed. I keep getting an error saying access to that directory is denied. I do not have this problem with Windows Apps, is there a special thing I need to do for the Web App Thanks, J One possible cause of this error is that team build has not been installed. The installation is available on the ...Show All
Smart Device Development CODECs for pocket pc
hi frnds, I have developed a code for the FLAC codec for pocket pc 2003 and the problem i m facing now is that the "stat.h" available in the desktopSDK is not available for the pocket pc SDK . So wat do i do now Is there any alternative for that in the pocket pc . Reply back soon its urgent. Any useful links will be helpful. Thanks in advance.............. You might want to try PWLib - which su ...Show All
Visual Studio Express Editions VWD Beta 2 and SQL Delete error
Hi, I am using VWD Beta 2 and SQL Server 7. I have a form using the GRIDVIEW control populated from a SqlDataSource, and with Update , Edit and Delete allowed. The query commands are UpdateCommand="update authors set au_fname = @au_fname, au_lname = @au_lname where au_id = @au_id" DeleteCommand="delete from authors where au_id = @au_id" The Select, Edit, Update options work ok, but the Delete button gives the following error: --------- ...Show All
Windows Forms How do I create a GridView/edit screen?
Newbie question. I have DataGridView that has a list of records. I want to double click on one row and bring up a NEW form with a detailed edit form for that record. 1) How assign a KEY to the DataGridView 2) How to I access the key and pass it do the new form 3) How do I create all this on a row double click (not cell double click) Thanks. you can do it by the following I have answered based on your question number ...Show All
Visual C# program crashes when other users run...
Ok, I created a simple program the other day with nothing complex. I have already been using it for a week or so and now another user wants to run this application. That is when the program crashes. The error I get when debugging is: An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll It works normally when I (Administrator) run it but when I run it as another user (both Guest and Limited) the program ...Show All
Visual C++ implementaion of unwinding
I have troubles finding information on this subject, so I'll try to ask here: What kind of unwinding mechanism implementation is used by VC8.0 Is it the same old and slow 'update structure on the stack while we go' (like it was up to VC7.1) Or MS finally decides to go after GCC & others by separating successfull execution path on compile stage (which is significantly more efficient) Bye. Sincerely yours, Michael. ...Show All
Visual Studio cannot find keycodev2.dll or Invalid Keycodev2.dll
Preparing setup with Crystal Reports Merge Modules: Open Visual Studio and select the project as “Web Setup Project”. Add all the “.ASPX” files and its directory structure with out “.CS and .VB” files. Make sure that “.DLL” is added in “bin” directory. To add Merge modules for crystal reports. Right click on setup solution-> Add select “Merge Module”. Go to the directory “C:\Program Files\ Common Files\ Merge ...Show All
SQL Server Database Mirroring : Asynchronous mirroring without a witness
Hi I am testing the manual failover of a Asynchronous mirroring without a witness but i get the following error when i issue " ALTER DATABASE testdb SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS" on the mirror database server. Both the mirror and principal is in a synchronized state before i issue the above command. Msg 1455, Level 16, State 2, Line 1 The database mirroring service cannot be forced for da ...Show All
Windows Forms PropertyGrid Property update causes strange scrolling behaviour
Hi. First time poster. I'm using a PropertyGrid to display updating integer property values. The properties have only a get. I have more properties than will will fit in the property grid hence it displays a vertical scroll bar. All the properties have appropriate help text. The application updates the integer values in the class given to the property grid in SelectedObject and then calls the propertygrid Refresh method. It does this once eve ...Show All
.NET Development Error adding web service reference
The wsdl file is legitimate. I verified it on Mozilla, but not on IIS6.0. When I try to create a client, I try the utility to get the web reference. At this point, I get this message. I go and look at the specified folder. I see TempWebDirectory. It does have this directory with the long code(file name), but I do not see the rest of it. Every time I try to use the utility, I get another directory with a code but always empty. Is intero ...Show All
Visual Studio AssemblyInfoTask: Overwriting read-only files?
Hey All, I just found the AssemblyInfoTask for MSBuild and it's almost exactly what I need! I'm creating a build system for our product using CruiseControl.net where the source is fetched from SourceSafe before a build. I've got a version generated by CC being passed into the MSBuild engine, and in testing, being written to the assemblies via the AssemblyVersion property. The problem I'm encountering is that when the files are fetched from ...Show All
Visual Studio Team System TFS Beta3 setup failed with 28905 error
I try to install TFS and get error 28905. Something about "list fields" and "localization". System has location "Russia" and language for non-Unicode programs "Russian" and SQL Server has Cyrillic collation. First I reinstall SQL Server with Latin collation. And when I install TFS I get same error. Second I change Location to "United States" and language for non-Unicode programs to "English" and setup completes without error. I install ...Show All
Visual C++ CFormView - control list
Hello everybody, i am working on a MFC application which uses CFormView objects to display resource dialogs. I would like to have a function which scrolls through all the controls in the dialog and process their position/size basing on some parameters (for example screen resolution and such things). How can i scroll through the objects inside the FormView at runtime (buttons, edit, labels etc) There is a fun ...Show All
Visual Basic Problem with DLL in Windows 2003
Hi, I have a component(dll) that calls another component(dll), but i am getting the error "429 - cannot create object" when i call a method. For Example: In the DLL that calls another DLL visual basic code: Roberto Caetano Junior wrote: SynchroBusiness.dll is installed in COM+ Is the synchrobusiness dll compatible with 03 Have you created project level references to the Dll ...Show All
