Microsoft Visual Studio 2005

B

blackdog

I have installed Visual Studio 2005, on the CD show Visual Studio 2005
team suite with 3 disks.
I used to use Visual studio .NET 2003 and I used command csc.exe to
compile csharp program.

but in Visual Studio 2005, I could not find csc.exe. Any tip??
Thanks
 
A

Andy

Its there; open the VS2005 Command Prompt (which was a shortcut
installed) and type csc. Works for me.
 
G

Guest

Check you \WINDOWS\Microsoft.NET\Framework\v2.0.50727\
folder, csc should locate there
If not, download .NET 2.0 SDK, csc is part of SDK, not the VSIDE

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
B

blackdog

Thank you all of your help.
I have one more question, sorry I keep bugging.

I load to my web server, but my web only recognize Microsoft .NET
Framework Version:1.1.xxxxx
It could not recognize Framework Version:2.0.

Currently I have Microsoft Visual Studio NET 2003 and Visual Studio
2005 team suite.
Thanks a lot.
 
M

Michael Nemtsev

Hello blackdog,

The version of ASP.net is specified in the separate tab of the virtualFolder
properties

b> Thank you all of your help.
b> I have one more question, sorry I keep bugging.
b> I load to my web server, but my web only recognize Microsoft .NET
b> Framework Version:1.1.xxxxx
b> It could not recognize Framework Version:2.0.
b> Currently I have Microsoft Visual Studio NET 2003 and Visual Studio
b> 2005 team suite.
b> Thanks a lot.
b> blackdog wrote:
b>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top