| Thread | Last Post | Replies |
|
| create stored procedure/table | 21 Sep 2004 23:38 GMT | 1 |
an example says to right click the server explorer database "stored procedure" node and a popup menu will enable the creation of a new stored procedure. this is in visual studio 2003 dev environment. When i do this - i only get "refresh" and "properties"
|
| Non bulding C++ project how to? | 20 Sep 2004 20:47 GMT | 1 |
Hey all, So, my situation is that I have a visual studio .net 2003 solution that is a collection of unmanaged C++ DLL and EXE projects. Now, there are a handfull of classes that I would like to share between
|
| Namespace errors VCProjectEngine | 20 Sep 2004 15:34 GMT | 2 |
I'm trying to write a .net macro [in Visual basic] to manipulate the project solution of a .net c++ project. When I add Imports Microsoft.VisualStudio.VCProjectEngine
|
| Word Wrap Pain | 20 Sep 2004 00:11 GMT | 2 |
When I am dev a ASP.net application and switch between Design and HTML in VS, the HTML code's layout is modified by putting Carriage Returns. For instance I keep each control per line and when switching between views it scrambles the clean lines into unreadable garbage. I tried ...
|
| VS.Net 2002 Compiler Error &Hc0000005& in unchanged solution | 19 Sep 2004 00:04 GMT | 1 |
We have a multi-project VS 2002 solution that compiled for months until we installed .Net Framework 1.0 SP3 and .Net Framework 1.1 SP1 at the same time from WindowsUpdate.Microsoft.com. Now the compile hangs at
|
| Reporduce code formatting/coloring in HTML? | 18 Sep 2004 06:33 GMT | 3 |
Is there a way to export blocks of code from the VS.NET code editor into HTML while preserving the color and formatting of the code? The idea is to create an online code library that displays blocks of code as they would appear in the IDE.
|
| Can't add a form to a project and edit it visually | 17 Sep 2004 13:20 GMT | 2 |
Hi ther, in VS .NET 2003, C++, if I have a form with cpp,h and resx, and I want to copy them to some other project directory and then add them to the project, the cpp and h files appear in the solution/project no trouble, but the resx file isn't associated with the .h and .cpp file, ...
|
| Support Article 313512 - Could Not Copy Temporary Files... | 17 Sep 2004 03:27 GMT | 1 |
I have a solution with 4 projects, this is also the build order. DataAccess -20kb BusinessLogic -76kb InterfaceControls - 24kb
|
| Core team, please help, VS crashes | 16 Sep 2004 18:17 GMT | 3 |
I can't open an .aspx page in html view or the web.config file inside VS.Net 03 (Win XP Pro SP1, Office 03), it causes vs to crash and I can send or don't send the error to MS. This is a production asp.net app that needs changes now and I can't modify
|
| System.Resources.ResourceManager-ArgumentNullException | 16 Sep 2004 06:33 GMT | 1 |
(Type your message here) In some of the forms that has custom controls i add a simple button & some code on its click event.. Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(form1.)) The above line gets added under the Private Sub ...
|
| VS2003 Property Window empty | 14 Sep 2004 12:11 GMT | 10 |
Hello Group, I just reinstalled my DevPC (from OS to VS) - and now if I open my C# Projects the Property Windows is always empty. It doesn't care if I select a Form or any Control on it - or right click on a control and select the
|
| XP Image List Problem | 14 Sep 2004 04:36 GMT | 1 |
I am writing an application which uses image list for listview and tree view usage. I encountered a problem in windows 2003 this is working fine and I don't have any problems. In Windows XP the images of this image list is not shown in ListViews and Tree Views. I don't know what is ...
|
| Multiple Tabbed Pages in Combined Collection Help? | 14 Sep 2004 01:06 GMT | 2 |
Visual Studio .NET 2003 Combined Collection... Are we limited to one tabbed page open at a time or is there some way to open multiple pages in help and use the tabs to toggle between desired pages?
|
| Intellisense quit working THRID POST... | 14 Sep 2004 00:08 GMT | 4 |
I never got an answer to my first post or my second post. This managed newsgroup service is NOT working well at all. I have a solution with about 6 projects in it. When using one particular project in that solution, intellisense does not work. It will not pop up a
|
| Macro to copy project output? | 13 Sep 2004 14:26 GMT | 1 |
I'd like to make a macro to copy the project outputs of all the projects in my solution to a different folder. Seems simple enough, and something that the automation of the IDE ought to be able to give me pretty easily. But I can't find out where to get the project output! I've ...
|