| Thread | Last Post | Replies |
|
| Enterprise developer vs. Enterprise architects | 30 Jun 2004 21:17 GMT | 3 |
Dear friends What are the real differences between these two IDEs?? One of the pages of the site states that the difference just regards Visio and this stuff, but other page states
|
| Slow Editor | 30 Jun 2004 18:44 GMT | 1 |
Hi !. I have a project with 10 forms and 5 modules. In the edit mode (code) is very slow, there is a 2 or 5 seconds delay between the keystrokes. Have idea to resolve this problem ?
|
| BUG? Object comparison in code and debug watch window | 30 Jun 2004 12:30 GMT | 4 |
My environment: VS .NET 2003 Version 7.1.3088 When I try to compare two objects which have same basic type like this: //row is a DataRow object, both columns are integer type with same value System.Debug.Write(row["title_id"] == row["book_title_id"]);
|
| MSDN is installing by every startup of VS.NET 2003 | 30 Jun 2004 09:38 GMT | 2 |
By every startup of visual studio 2003 the installer is configuring MSDN for VS 2003. This will take minutes... By next startup - same procedure. The only help is to uninstall the MSDN for VS 2003?
|
| Migrating solution from 2002 to 2003 | 30 Jun 2004 03:52 GMT | 2 |
How do you migrate an existing VS.Net 2002 / DirectX9 solution to VS.Net 2003? I recently upgraded my development hardware, and at the same time switched from VS.Net 2002 to 2003 and from the original DirectX 9.0 to
|
| Problem migrating from VC V6 | 30 Jun 2004 01:42 GMT | 1 |
I have a C++ application using MFC that was developed under VS V6. I tried to migrate it over to VSNET 2003 by copying over all teh source and then letting VSNET convert the project
|
| VS .Net 2003 remote debugging C++ target on Win98? | 30 Jun 2004 00:16 GMT | 1 |
Howdy, I'm having trouble getting the following setup to work for an unmanaged MFC app written and compiled using VS .Net 2003. I want to remote debug this app on a Windows 98 machine. Both target and
|
| Excluding private members/methods from "Build Comment Pages" docs | 29 Jun 2004 19:15 GMT | 1 |
Anyone know how I can exclude private members and methods from html documentation generated by the "Build Comment Pages" tools menu option? I have googled around a bit and found the "Intellidoc Add-in" piece, but i mean 'cmon, i have to tweak code and redistribute some
|
| Unable to build Web Setup Package on VS 2003 | 29 Jun 2004 18:23 GMT | 1 |
We developed a web application composed of several references to dll,s and other projects. When we build or rebuild the solution, it works perfectly with no errors. The application also executes properly. We tried to join to the solution a setup package which includes content ...
|
| IMPORTING DATA PROBLEM WHIT VISUAL FOXPRO 5 | 29 Jun 2004 16:44 GMT | 1 |
HELLO I HAVE A PROBLEM IMPORTING DATA BECAUSE ALWAYS HAVE THE SAME ERROR AND SAY FILE NOT FOUND I HAVE SEVERAL EXCEL FILES WITH DIFERENTS NAMES LIKE 393.XLS OR 159.XLS AND THATS THE CODE IM EXECUTIN SOME CODE AND.. ARCH_NEW = "C:\IMPORT\393.XLS"
|
| pl/sql editor | 29 Jun 2004 14:38 GMT | 3 |
I have an already exisiting pl/sql script that I want to edit in the IDE, however when loaded into vs.net it defaults to the T-SQL editor, how can i specify the pl/sql one? cheers
|
| Visual Studio Tools For Office installation problem. | 29 Jun 2004 09:03 GMT | 1 |
When I try to install Visual Studio Tools For Office I get a msg (as soon as I insert the CD) telling me that before I can install VSToolsForOffice, I must first install MS/Office2003ProEdition. But I have already installed a full licensed copy of
|
| Refresh datagrid after SQL direct update | 28 Jun 2004 15:49 GMT | 1 |
I have a DataGrid displaying a summary of data from multiple SQL tables. I am using the DataGrid UpdateCommand event handler to call a sub that updates a single table record using the sqlcommand.executenonquery command. After the sub, I tried to have the DataGrid refresh and ...
|
| enumerating logged on users, detecting logon/logoff | 28 Jun 2004 12:03 GMT | 4 |
I am trying to get the list of all the users logged on to a WinNT/2k/XP box. What I am about to use is NetWkstaUserEnum from the NetAPI lib - is that the best way? Also, is there a way to hook into windows logon to be notified when new
|
| Icons | 27 Jun 2004 22:47 GMT | 1 |
VisualStudio 6.0 included a library of icons for apps and toolbars - where can I find something similar for VisualStudio 2003?
|