Can C# Express 2005 target .Net 1?

P

pkirk25

I want my app to be able to run on PCs without requiring a .Net 2
download.

Can C# Express 2005 be set to create applications that work with .Net 1
even if it requires .Net 2 to run itself?
 
M

Michael Nemtsev

Hello pkirk25,

In spite of which edition of VS 2005 u use, it only assigned for .NET 2.0

p> I want my app to be able to run on PCs without requiring a .Net 2
p> download.
p>
p> Can C# Express 2005 be set to create applications that work with .Net
p> 1 even if it requires .Net 2 to run itself?
p>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

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

Jon Skeet [C# MVP]

pkirk25 said:
I want my app to be able to run on PCs without requiring a .Net 2
download.

Can C# Express 2005 be set to create applications that work with .Net 1
even if it requires .Net 2 to run itself?

Yess, it can. See
http://www.codeplex.com/Wiki/View.aspx?ProjectName=MSBee

At least, I don't see why it shouldn't work - I expect it's usually
used with Visual Studio 2005 Professional and higher, but it's worth
trying with C# Express.
 
S

Scott M.

The 2.0 Framework is not installed into Windows by default. It is listed as
an optional download in Windows Update.
 

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