| Thread | Last Post | Replies |
|
| More than 4 items in File->Recent Projects and on Start Page? | 30 Jan 2005 09:08 GMT | 2 |
Is it possible to get Visual Studio 2003 to display more than four files in the File->Recent Projects menu? Or, is it possible to get the "Open an Existing Project" list on the Start Page, Projects tab to display more than four items? Ideally I'd like for it to display as many ...
|
| Trying to make a copy of my Web Project, but getting error??? | 28 Jan 2005 18:20 GMT | 1 |
I have an ASP.NET project(*.aspx) and I want to make a copy of this web project. I go to the Project menu, then 'copy project' submenu. A dialog pops up and I select the following options: Destination Project folder: http://localhost/Copy_of_projectname/
|
| Add WebForm returns 'null' is null or not an object | 28 Jan 2005 01:59 GMT | 1 |
When I add a web form to my web project the IDE returns "'null' is null or not an object" Additionally when I select a web form in the solution explorer and click the form designer button, the designer never loads.
|
| VS.NET Kicks off Office XP Install?? | 28 Jan 2005 00:08 GMT | 1 |
I just installed Visio 2000 on my machine, and now every time I launch Visual Studio .NET 2003, the Office XP installation dialog kicks off, runs a process, and goes away. The dialog states "Please wait while Windows configures Microsoft Office XP Standard". I don't know why Visio ...
|
| vsCommandStatusTextWanted, when does it change? | 27 Jan 2005 17:31 GMT | 9 |
I am developing an addin to compile vb projects using the command line and win32 resources. I have created commands and menu items for those commands. What I want to know is how do I create my command so that QueryStatus may be called with something other than None. I want it to ...
|
| BUG: Visual Studio 2003. ConnectionString : Object reference not set to an instance of an object | 27 Jan 2005 03:40 GMT | 3 |
This is the second time I encounter this problem, and I have to reinstall VS.NET last time, and seems like I still have to do the same this time. This happened when I try to create a OleDbConnection object, and set
|
| Using modules in multiple projects | 26 Jan 2005 16:15 GMT | 2 |
How do I use a module in multiple projects? I added a module to my VB project and the .vb file was copied into the project folder. When I created a second project that used the same .vb file there was a second file. The reason I am using the same modules in different programs is ...
|
| dropping resources | 25 Jan 2005 21:15 GMT | 2 |
VS.Net keeps losing its resources...especially my menuitems. I set them to IDR_MYMENUOPTION for example and at some point it turns into the # (32778). I set it back and it keeps going back to the number. I've heard of others with the same problem...any fix or workaround (other ...
|
| Sometimes can not open forms | 24 Jan 2005 23:34 GMT | 2 |
Sometimes when I open a solution/project some of the form icons show as a code only icon and I can not open the forms in design view. What causes this and how do I correct it?
|
| regasm /unregister during clean | 22 Jan 2005 10:24 GMT | 4 |
I have a C# project in a solution with many unmanaged C++ projects. The C# project does a "regasm" as a postbuild event. I'd like to automatically call "regasm /unregister" for the C# project when I clean the solution. Is this possible?
|
| Bogus errors in VB file | 21 Jan 2005 18:21 GMT | 2 |
I have a VB solution with 8 projects and about 50 code files. Recently when I make a code change, one particular file suddenly lists numerous errors which actually don't exist. It occurs even when I modify a file that's in a different project, and it always happens to the same ...
|
| Disabling third party plugins / tools | 21 Jan 2005 17:42 GMT | 7 |
Does anyone know where VS 2003 gets its information about installed tools / plugins from? I had a couple of trial versions of tools installed, and decided not to buy them. I now get one error message every time I load a solution because a tool's not licensed, and a warning saying ...
|
| No help for compiler error C3240 VC.NET 2k3 | 21 Jan 2005 10:41 GMT | 1 |
Example code to generate error: #include <atlcoll.h> class Buggage18_Jan_05 : public CRBMultiMap<CNodeEx, CNodeEx> {
|
| how to show line numbers | 21 Jan 2005 09:49 GMT | 1 |
How to show line numbers, now with .NET 2002... Thanks a dozen times Jack
|
| Change font? | 20 Jan 2005 18:08 GMT | 5 |
How can I change (manually) the font that is used to display the contents of files that are open with the binary editor?
|