|
-
July 22nd, 2009, 03:02 PM
#1
[RESOLVED] quick question,fast answer C# 2008 redistributables
I have a quick question. For running an application made in Visual C# 2008 Express edition on a different computer (with a fresh installed windows for example), is it necessary to install the whole Net. Framework 3.5, or are there some other small packs of redistributables?, or if it is possible to make a pack with only the used features from the net framework.
-
July 22nd, 2009, 03:24 PM
#2
Re: quick question,fast answer C# 2008 redistributables
there is just one .Net 3.5. there is no "small" version. It's all or nothing.
-
July 22nd, 2009, 05:35 PM
#3
Re: [RESOLVED] quick question,fast answer C# 2008 redistributables
That also depends on if the app is compiled as .net 3.5 if you dont need all the 3.5 features then change the compile status and only compile to .net 2.0
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|