| Thread | Last Post | Replies |
|
| Property | 24 Nov 2004 22:23 GMT | 1 |
Is there a property that will can be checked to determine if VB app is running from the IDE or from the executable in the bin directory? Thanks for any help.
|
| VS2005 html/aspx design mode crashing | 24 Nov 2004 16:45 GMT | 2 |
After a month of steady and succesful usage, VS2005 has suddenly started crashing any time I try to go to html or aspx design mode. The Whidbey IDE consumes 100% CPU forever. I have to go into the Task Manager and kill the process (shutting down the application fixes the CPU ...
|
| Cannot change toolbars | 24 Nov 2004 16:27 GMT | 1 |
I am having a problem with Visual Studio .NET 2003 (7.1.3088) If I change the toolbars -- add buttons or just enable/disable some of the toolbars -- the changes will not stick. When I restart Visual Studio, the toolbar layout will revert to the previous one. I think that this ...
|
| shared project | 24 Nov 2004 15:37 GMT | 1 |
Excuse me for a novice question: We have two vs.net 2003 solutions. There is a project which contains the classes that define the TCP messages used to communicate between the solutions.
|
| BUG: Visual Studio .NET 2003 | 24 Nov 2004 15:29 GMT | 1 |
Open Microsoft Visual Studio .NET 2003 and create a new .cpp file. Copy and paste the following line of code. char *str = "This is an example string."; Hit CTRL-R and CTRL-W to turn on View White Space.
|
| Assembly listing in reference section (staying updated) | 24 Nov 2004 13:33 GMT | 1 |
If you change the class libraries used in a project, how do you ensure the project using the classes is able to use the latest version of the dll? I have some classes I use, but when I change or add to
|
| Opening multiple sql files in .NET IDE | 24 Nov 2004 13:20 GMT | 1 |
When I open multiple SQL files, each file open in a seperate instance of .NEt IDE instead of opening in one instance with multiple tabs (one tab per file). HOw can I make the files open in one instance of .NET IDE? Thanks,
|
| Does anyone know if/when kb836454 will be fixed? | 23 Nov 2004 19:08 GMT | 1 |
I just installed VS 2003 Developer edition, and tried using update from help menu, and get Visual Studio .NET setup encountered errors while attempting to download required files. Check your Web Browser configuration settings and your
|
| Data Adapter Configuration Wizard - problems with OLE DB - Need MSFT help from VS.IDE team | 23 Nov 2004 18:11 GMT | 5 |
I have developed an OLE DB provider, and although using a OleDbCommandBuilder generates the UPDATE and DELETE statements correctly and without error, using the Data Adapter Configuration Wizard fails. I have dug deep into the Microsoft.VSDesigner.dll library, and narrowed down
|
| Removing VS.NET elements | 23 Nov 2004 13:38 GMT | 1 |
I am trying to reduce the disk space in use on my lap top in order to run a background disk imaging back up software. I do extensive development on the laptop in VS 2003, but only in VB.net. I have a desktop that will remain unchanged (i.e. the items I want to remove below will ...
|
| Intellisense doesn't update?? | 23 Nov 2004 07:46 GMT | 2 |
If I make changes to a class that is located in a linked file I'm not able to view the changes in Intellisence in the Form code that create an instans of the class unless I close the Editor and reopen it. Is there a way to 'refresh' the editor manually?
|
| add existing item - different dir - no move | 23 Nov 2004 06:28 GMT | 7 |
Hi; I have a project where I want to add existing files from another directory - and not have them copy across. Is there any way to do this? The reason why is I am writing a Word add-in using C#. Word requires
|
| Query Builder bug using inline SQL Server functions with parameters (?) | 23 Nov 2004 02:50 GMT | 8 |
I have the following SQL Server *inline* function: CREATE FUNCTION MyFunc(@a as int,@b as int,@c as int) RETURNS table AS
|
| current line indicator | 22 Nov 2004 22:14 GMT | 3 |
There are some IDE's out there that can highlight the current line you are on, is there a way of doing the same in VS.net?
|
| How do i integrate MSDN library in VS.net from a shared location | 22 Nov 2004 16:35 GMT | 2 |
I have installed MSDN on a shared server so that each computer does not have to be updated every few months. The problem is that i can not find a way to integrate it with Visual Studio.net 2003 so that when a developer hits f1 it fires up the shared MSDN.
|