| Thread | Last Post | Replies |
|
| VS 2003 - Show Methods only in member list? | 30 Jun 2006 13:55 GMT | 2 |
Is there a way to filter the "members" dropdown in VS 2003? Right now I see my methods, constants and controls. It would be much easier to show only the methods or be able to specify items I don't want to see in that list.
|
| Add Variable is innactive C++ | 30 Jun 2006 10:43 GMT | 2 |
Hi there, there is a very strange thing that is happening me. When i create a new Dialog, from the Resource View, Insert Dialog in C++ .NET (2002), and add controls and after that i right click, the Add Variable option is inactive so I cannot attach variables to controls How can I ...
|
| .NET ignores my cpp file. Why? | 29 Jun 2006 23:26 GMT | 2 |
I'm currently facing a pretty blocker problem and I wondered whether this is know issue of Visual .NET. I have two projects. Project A (.EXE) with file:
|
| VS 2005 Project on Network Drive Problem | 29 Jun 2006 23:21 GMT | 3 |
I have transferred my web app from a local setup to a network drive y:. I have 2 dll's in the \bin\utilities.dll & dataclass.dll When i try and run the web application i get the following error: Exception Details: System.Security.SecurityException: Request for the
|
| Unable to create web project using VS 2005 | 29 Jun 2006 23:14 GMT | 10 |
I have installed 2005 Visual Studio Team Edition Software Developers. When I try to create a new web project, I do not see 'Web' Project type in the ‘New Project’ window. I see only the following types: Windows
|
| VS2005 compiler with /clr gets confused with GetJob | 29 Jun 2006 20:34 GMT | 4 |
I have the following situation: There are two dlls in question: a c++ dll (native) and a c++/cli dll (managed) with /clr option enabled. Managed dll links with native dll.
|
| solution platform | 29 Jun 2006 12:27 GMT | 1 |
Can anyone point to a place/source that details the various differences between the "Solution Platforms" targets that exists by default in VS.NET 2005? - .NET
|
| Running Batch Files From Visual Studio | 29 Jun 2006 12:19 GMT | 1 |
Im working with Visual Studio 2005. I've added a batch file to my solution items in the solution explorer but when I double click on it it just opens up the file rather than run it. I've tried opening it with cmd.exe but that doesn't work.
|
| Click-Once | 28 Jun 2006 22:19 GMT | 1 |
I'm looking for the Click-Once Publish menu or Publish Wizard and I can't find it. I'm running VS2005 Team Developer. Any help is greatly appreciated! JerryM
|
| VS2005 crashing when trying to Build a solution stored on a network drive | 28 Jun 2006 06:30 GMT | 20 |
When I try to Build (F5) my Project, I get the following error (VS 2005 - using Visual Basic): "The operation could not be completed. The process cannot access the file because it is being used by another process."
|
| Treeview Node | 27 Jun 2006 21:46 GMT | 1 |
How do you select / click a treeview node in VS 2005 though VB code E.g. dim nd as treeviewnode .... create the node then
|
| trustInfo manifest addition for Vista can Crash Windows XP | 27 Jun 2006 21:06 GMT | 2 |
On Windows XP (Home & Pro), I'm actually getting full OS crashes/reboots when using the trustinfo structure/manifest, and starting an application more than once (when compiling with VS 2005) ... Try this hello-world app (crashme.c):
|
| how to pass a null valiue to SQL insert statement in vb.net | 27 Jun 2006 18:44 GMT | 1 |
Can anyone direct me or provide advice on how I can assign a null value to a date variable in vb.net. Basically what I'm doing is that I'm looping through a recordset where I have three date fields that may or maynot have date values, if no date values
|
| SQL Server in VS.NET Pro | 27 Jun 2006 17:05 GMT | 1 |
Hi. I've been using VS.NET Professional (2005) for a while. I think that it now comes with sort of a "built-in" version of SQL Server for development purposes but I can't seem to figure out how to work with it. I have plenty of experience with SQL Server, but how do I get to the ...
|
| Where did the Custom Constants go? | 27 Jun 2006 09:54 GMT | 2 |
I'm creating a Web application. In VS 2003, under Property Pages, Configuration Properties, Build there was a field Custom Constants. In this field you could enter constants (e.g., Oracte=True) that could be recognized during compilation using
|