| Thread | Last Post | Replies |
|
| Where does VS.NET store the custom toolbox items? | 10 Jul 2004 06:07 GMT | 2 |
I stored many useful code snippets in Visual Studio.NET toolbox and need a way to copy these items to a new Visual Studio instance. I would like to know where they are stored.. Thanks,
|
| Drawing Toolbar/box in VS.NET ?? | 09 Jul 2004 23:30 GMT | 1 |
I'm running Visual Studio .NET 2003. I was messing in form designer when I thought about putting a line on a form and I noticed there was no "drawing" or "graphics" toolbar or toolbox.
|
| Exception in Web Service constructor does not get streamed back to client | 09 Jul 2004 19:07 GMT | 1 |
an exception that is happening in a Web Service constructor does not get streamed back to my client. All other methods are, but not the constructor. Is this normal? Is there anyway around it. I just get a General Server Error at the client.
|
| .svn workaround? | 09 Jul 2004 10:28 GMT | 3 |
I use Subversion as my CVS and get an error while loading a web project with the .svn folder in it. I know it's kind of been beaten to death, but is there any workaround for this? ----
|
| Error when trying to check for patches | 09 Jul 2004 09:01 GMT | 2 |
Overview of my computer's software and their versions: IDE: Visual Studio 2003 .net (version 7.1.3088) .NET Framework 1.1 (version 1.1.4322) MSXML 4 (version 40SP2, 6/2/2003)
|
| Quick question: obtaining Win32 files, nmake, cl | 09 Jul 2004 01:19 GMT | 1 |
Where can I download the core Win32 libraries/headers so that I can write Win32 apps without using Visual Studio? Also, where can I download nmake and cl (if they're free for personal use)? Thanks in advance.
|
| Visual Basics C++ "invalid Swap Effect" | 08 Jul 2004 18:28 GMT | 2 |
What does "Direct3D9: (ERROR) :Invalid value for SwapEffect. Must be one of D3DSWAPEFFECTS_COPY, D3DSWAPEFFECTS_DISCARD, or D3DSWAPEFFECTS_FLIP. ValidatePresentParameters fails."
|
| VStudio .NET Pro 2003 & Report generator | 08 Jul 2004 16:32 GMT | 1 |
Question : Does VStudio .NET Pro 2003 have a report generator included ? Is it a simple one or a good one ? If it didn't have, what report generator you recommend ? Thank you.
|
| Studio.Net gives me Funny Characters | 08 Jul 2004 16:11 GMT | 2 |
Just recently my Studio .net has started behaving funny... I press a Key (say < but it will display " ) and most of the key do the same .. Any reason why? Thanks
|
| How to upgrade vs 2005 | 08 Jul 2004 15:47 GMT | 2 |
I am using vs 2003 , I want to upgrade vs 2005 ,How it it ?
|
| :) Why don't you add that feature... | 08 Jul 2004 12:23 GMT | 2 |
the borland ide has that neat code/design tab feature... why don't you add it in VS.NET by default? I think it is creat and conveniet... even the Web Matrix (if I'm not wrong) has it.
:) BTW is VS.NET 2005 running on .NET or its just a Win32 program ;)... |
| Command Line Compilation Failing with Managed C++ refernces | 08 Jul 2004 08:16 GMT | 1 |
We have started creating several managed c++ projects that are interdependent (meaning they reference another managed c++ project). Since inception of these libraries we have noticed two significant problems: 1. When performing the pre-build step (implicitly done by VS due to ...
|
| VS .net (Windows vs. Web Application) | 08 Jul 2004 03:34 GMT | 2 |
I want to develop a Sales Order System which would be operated from distant sites. Which approach (Windows/Web) should I adopt in VS to develop the system? I have concerned about speed & performance?
|
| How to ask VS.NET not to require vitrual dir for automated builds? | 08 Jul 2004 03:32 GMT | 2 |
I have an ASP.NET project that I want to include in automated build. The build runs on a separate server in unattended mode using Visual Studio in a command-line mode. In principle this should not force VS.NET to create or access virtual directory for the Web project - it will ...
|
| VS.NET 2003 Project References | 08 Jul 2004 02:32 GMT | 8 |
I have a solution with one MFC EXE project and several MFC DLL projects. No I add the DLL projects to the Refernences folder of the EXE project. I would have expected that the import libraries are added to the linker input. But this is not the case.
|