• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

So what's the low-down on distributing VS.NET apps?

MDesigner

Platinum Member
I haven't messed with Visual Studio .net since the Release Candidate. But back then, if you made a program in VC#.net, and you wanted to give it to someone, they had to also install like 30-50MB worth of framework files.

Now that VS.net is an official release.. how are people distributing apps built with it? Do we still have to include huge loads of .NET framework files? Or can I build something simple and have it be in a fairly small 2 or 3MB Setup.exe package?

Thanks.
 
20MB for the framework?? Then I don't understand. How are people going to make apps using .NET, and for example, put them on Download.com? People aren't going to want to grab a 26MB Setup.exe. And the developer can't assume that people already have the framework installed. How do you suppose this will work, this business of distribution?
 
Because MS has the .NET framework available for windows updates. Also the next service packs will inlcude it as well as future Windows versions. It's just a matter of time. Now remember that the client only needs the framework if the application is running on their computer. If you design an ASP.NET app they will not need any update.
 
Oh, .NET framework is in Windows Updates now? Didn't know that. For Win2K, NT, and XP, correct? And 98 perhaps? I was planning on writing shareware C# apps.

thanks!
 
Back
Top