| Thread | Last Post | Replies |
|
| too many packets HttpWebRequest | 20 Oct 2006 19:25 GMT | 2 |
I am trying to request a web page from a windows form by using code like the following: HttpWebRequest myRequest =(HttpWebRequest)WebRequest.Create("http://localhost/1.aspx");
|
| Command line cross-compile X86, X64 and IA64 Visual Studio 2005 | 20 Oct 2006 14:16 GMT | 2 |
I want to builds several librairies (lib and dll) by using the command line (cl.exe, link.exe, ...) with VS2005. I know the option /MACHINE:{X86, X64, IA64} for the linking but is there a similar option for the compiler?
|
| Console Program in VS2005 for non-dotNet Platform | 20 Oct 2006 07:50 GMT | 2 |
I have written a simple console program in VS2005 and it should run on computers that dosn't have .NET (not 1.1 and not 2.0). I think it depends on the headerfiles? I have exculded the default stuff (stdafx.h, stdafx.cpp). And I use the following headers:
|
| View byte array memory in C# | 20 Oct 2006 05:04 GMT | 6 |
I have a large byte array and I would like to see the contents using "memory" window when I am debugging the application. In C++, I could just type the name of array in the address bar of the "memory" window. In C#, the same technique will not work. I just wonder if there are any ...
|
| Removing a project from a configuration doesn't stop the errors! | 20 Oct 2006 04:27 GMT | 7 |
I have a solution with multiple projects, one of which has some serious problems. I need to work on another part of the Solution, which does not reference the problem project in any way. So I went to the Configuration Manager and excluded the problem project from
|
| Console Program in VS2005 for non-dotNet Platform | 19 Oct 2006 23:18 GMT | 8 |
I have written a simple console program in VS2005 and it should run on computers that dosn't have .NET (not 1.1 and not 2.0). I think it depends on the headerfiles? I have exculded the default stuff (stdafx.h, stdafx.cpp). And I use the following headers:
|
| VS 2005 DExplore.exe crashes or hangs on exit | 19 Oct 2006 22:18 GMT | 2 |
Howdy there! DExplore.exe kept crashing on my machine when application was shutting down. The crash call stack didn't make much sense to me, but it suggested some sort of heap corruption.
|
| Tools for Office | 19 Oct 2006 21:29 GMT | 10 |
Can anyone tell me how I can get the tools for Office as an add on to my VS 2005 Pro. Some articles state that if you have Pro you can download free of charge, others say it is part of the team system and others say it is only available as a full box product, am a bit confused.
|
| How to compile web service into release in Visual Studio 2005? | 19 Oct 2006 17:37 GMT | 1 |
I create a very basic web service "Hello world" 1. Create new Web site project 2. Specify the project is ASP .NET Web Service 3. Then basically VS generates all the code for me App_Code\Service.cs,
|
| Unable to find Microsoft Internet Explorer | 19 Oct 2006 17:17 GMT | 1 |
I'm brand new to vStudio Express. I'm trying to follow the web instructions for creating my first web page. After entering a short bit of text onto the design page I'm told to press CTRL+F5 to run the page.
|
| Where does VS .Net 2005 stores Projects and solutions settings | 19 Oct 2006 15:56 GMT | 1 |
Does anyone know where does VS 2005 stores information about projects and solutions settings, cos I'm working on a network and everytime I log on to the network, and add some specific libraries in Tools->Options->Projects and Solutions-> VC++ Directories dialog, like
|
| Route win32 console apps output to "output window" | 19 Oct 2006 12:30 GMT | 3 |
Does anybody know how to route my console application output which is shown in the dos window, to Visual studio "output window"? I'm using Visual studio 2005.
|
| Visual Studio 2003 & IE 7 (Full release) | 19 Oct 2006 12:17 GMT | 1 |
I've upgraded to IE7 today and Visual Studio 2003 keeps crashing when I'm working on the Design mode of a webform. Using IE7 as just a browser seems perfectly ok, it just seems to have made VS 2003 incredibly unstable.
|
| Overrides list | 19 Oct 2006 10:38 GMT | 1 |
I just upgraded to VS2005 and used to take advantage of the overrides selection list at the top of the code designer. I can't find this feature in VS2005 anywhere. Anyone know where it is, or what its replacement is?
|
| setup project question.. | 19 Oct 2006 07:54 GMT | 3 |
how can i register a com+ dll genereted by a project contained in my solution using a setup project? I don't think this science-fiction but i can't find any documentation... help me! :)
|