| Thread | Last Post | Replies |
|
| How do I return actual source code from a CodeElement? | 04 Sep 2003 18:35 GMT | 1 |
I am trying to write an Add-In in vb.net 2003. I have managed to obtain a reference to the VisualStudio.DTE. From that reference, I can get the opened Solution. From the Solution, the Projects
|
| Type mismatch calling IDispatch::Invoke() on DTE objects | 04 Sep 2003 14:16 GMT | 2 |
I'm trying to create a toolbar with buttons in the Visual Studio environment using IDispatch interfaces. I'm writing in C/C++. I have successfully retrieved an IDispatch interface to the DTE.Commands object, and used GetIDsOfNames() to get the DISPID for the AddCommandBar method.
|
| Error while trying to run project | 04 Sep 2003 11:17 GMT | 3 |
I received the following error message in Visual Studio .NET 2002 Professional on Windows 2000 server SP4: "Error while trying to run project: Unable to start debugging. The debugger is not properly installed. Run setup to install or repair the debugger". I installed several times ...
|
| IDE very slow - HIGH network activity in CLASS VIEW | 03 Sep 2003 20:06 GMT | 9 |
Running VS.NET 2003, Microsoft Visual Basic .NET 69586-335-0000007-18459 A solution with a single VB project is a bit slow to load. When looking at source code in the SOLUTION EXPLORER, everything is normal.
|
| IDE sometimes freezes on run | 03 Sep 2003 16:38 GMT | 1 |
We are seeing an issue on several systems where clicking the run icon or using F5 to start a project for debug will show build output but the UI (WinForms) will never show the login form. Stopping the debug session and
|
| how to include "uninstall" | 03 Sep 2003 11:32 GMT | 1 |
hello i use the setup wizard from vs.net2003 to make the install package,after installation,i find the "Unistall" item can't be included in my program group within the start menu,i wonder how can i use the setup
|
| TODO tokens don't show in task List | 03 Sep 2003 11:29 GMT | 1 |
Earlier in teh work cycle of this project when I entered a line starting with 'TODO it showed up as it's supposed to, in the task list. Now something has changed and they don't. I can't find out what is preventing them from
|
| Cannot see assemblies in GAC from VS.NET | 03 Sep 2003 09:56 GMT | 2 |
Hi - I have registered a dll (which has a string name) in the GAC. However I cannot see the assembly from within VS.NET. What I would like to do is to be able to right click on "References" in my project and then be able to select the my registered assembly there under the ".NET" ...
|
| How to view a line numbers in Microsoft Visual C++ .NET? | 02 Sep 2003 22:28 GMT | 1 |
Do I have to edit my code in external editor in order to find appropriate line?
|
| Cannot debug anymore. | 02 Sep 2003 19:33 GMT | 1 |
I recently installed VS Enterprise Architect 2003 and have been playing around with the C# sample projects. Debugging etc. However, after attemping to debug the Compact Mobile sample Puzzle, which would run OK but attempting debugging just hung the whole IDE. Now I cannot
|
| Moving a VS.NET solution to another directory | 02 Sep 2003 06:18 GMT | 1 |
I'd like to know if there is a simple way of moving a vs.net solution from one directory to another. We would like to be able to do new development in one directory tree, and generate release builds in another directory
|