| Thread | Last Post | Replies |
|
| using 7.0 compiler using Visual Studio 2005 | 08 Dec 2005 01:16 GMT | 1 |
Currently we are using the Visual Studio 2003 IDE, but the 7.0 (2002) c++ compiler. We accomplish this by changing the VCComponents.dat in the application specific data folder. We would like to use the Visual Studio 2005 IDE, but use the 7.0 compiler.
|
| Embedding one EXE in another | 08 Dec 2005 01:16 GMT | 1 |
Is it possible to embed an EXE file as a resource in my visual studio project? I want to distribute a single EXE file, but my program calls a supplementary EXE file if it needs to. I'd like to somehow embed this supplementary EXE file, and extract and run this when needed.
|
| 2005 Release, when? really... | 07 Dec 2005 20:42 GMT | 5 |
Anyone have any idea when 2005 is _REALLY_ going to be released? I was so psyched about the Nov. 7th date, ready to go whip out my credit card as soon as i got to work, only to find it wasn't ACTUALLY out yet despite "officially" being out.
|
| Compilation on VS 2005 Beta 2 is slower than on VS 2003 | 07 Dec 2005 18:38 GMT | 15 |
It takes half an hour to compile our C/C++ projects on VS 2003, but it takes 2 ~ 3 hours to compile the same projects on VS 2005 Beta 2 on the same PC. I wonder why it takes so long time to compile C/C++ projects on VS 2005 Beta 2.
|
| Visual Studio Architect | 07 Dec 2005 17:28 GMT | 4 |
I had recently installed VS acrhitect version which is supposed to have features suitable for modelling and software architecture. In the IDE I am unable to see any difference to my earlier VS Enterprise version. I had done a complete install of all features and languages. Am I ...
|
| Multiproject Solution - GAC - Assemblies not found at runtime | 07 Dec 2005 16:26 GMT | 2 |
I have a multiproject solution which builds a set of interrelated class libraries, as well as a testbed application. Everything was working fine when the libraries were private, but the other day I made the (so far huge mistake) of strong-naming the assemblies and putting them in ...
|
| VBScript String Left(string, int) equivalent in VB.NET ?? | 07 Dec 2005 16:20 GMT | 2 |
VBSCript Example: Left('ironman',4) Result: iron Is there an equivalent function in VB.NET for performing the above task?
|
| Passing Parameters | 07 Dec 2005 15:43 GMT | 1 |
With c# and the following line Response.Redirect("admin.aspx?username="+un+"&password="+pw); How do I make the variables username and password not show up in the address bar? I guess the correct question is how do I post?
|
| Wierd build failure in Biztalk project | 07 Dec 2005 11:55 GMT | 1 |
I just tried building my bizTalk solution and got the following error. "Compiler for file type '*.btm' failed. The method or operation is not implemented.". I am using BizTalk 2004 with VS 2003. I have tried closing VS and reopening the solution to no avail.
|
| Slow Build in VS2005 | 07 Dec 2005 10:15 GMT | 1 |
Since yesterday the building of one of my VB.NET projects has become VERY slow. What used to take a few seconds is now takling a few minutes. There were no significant code changes before the slow down that I can think of. I need to know how to look into this to find where the ...
|
| Visual studio | 07 Dec 2005 08:13 GMT | 1 |
Is it possible to use Visual Studio to develop for palm pilots? if yes... is it supported as well as windows CE platform. Thanks Nalaka
|
| Boxed set when? - Visual Studio Professional | 07 Dec 2005 06:55 GMT | 1 |
Has anyone heard a firm date on when I will be able to walk into a store and buy the new Visual Studio upgrade? Last I heard, the whole thing was supposed to be available on November 7th, but I guess this was just for the MSDN subscribers.
|
| From Borland to Microsoft | 07 Dec 2005 04:04 GMT | 5 |
My company is planning to migrate from Borland's application development tools to Microsoft's Visual Studio. What would be the best way to migrate borland C++ code to be compatible in visual studio and asp.net?
|
| vs2005: Form designer error (usercontrols that inherit another class) | 06 Dec 2005 23:37 GMT | 1 |
since we switched to vs2005 we have problems with the form designer. There are usercontrols that inherit form another base class and those are used in a form, which also inherits from a base class :) We cannot design this form, the designer shows the error:
|
| Can not switch to Design view | 06 Dec 2005 18:58 GMT | 1 |
I just moved to .Net and when I open my website with Visual Studio I receive the error when I open any of the web pages in my website. Can not switch to Design view because of errors in the page. Please correct all errors labeled 'Can not switch:' in the Error List and try again.
|