run c# project
-
i have about .net framework whice size is less than 1mb. but i can not get it.
-
i have about .net framework whice size is less than 1mb. but i can not get it.
Even the compact framework is bigger than that. I don't want to sound too harsh here but if you didn't want to have to install something as big as the .NET Framework on the target system then you shouldn't have developed a C# application. Anyway, what is the big deal about the size of the .NET Framework? Modern PCs have Gigabytes of hard disk space going free.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
Even the compact framework is bigger than that. I don't want to sound too harsh here but if you didn't want to have to install something as big as the .NET Framework on the target system then you shouldn't have developed a C# application. Anyway, what is the big deal about the size of the .NET Framework? Modern PCs have Gigabytes of hard disk space going free.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
but how a normal user install it on his pc. only for use my project.
-
but how a normal user install it on his pc. only for use my project.
Many applications now use the .NET Framework - The user may already have it. You can always point them to the download page on the MS Website to obtain their free copy of the .NET Framework * Download .NET Framework 1.1[^] * Download .NET Framework 2.0[^]
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
but how a normal user install it on his pc. only for use my project.
put you application in a Setup Project, where you can install the framework as on option Tamimi - Code
-
Many applications now use the .NET Framework - The user may already have it. You can always point them to the download page on the MS Website to obtain their free copy of the .NET Framework * Download .NET Framework 1.1[^] * Download .NET Framework 2.0[^]
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
but they are very big. can i make a setup file with .net framework and my project togather. plz help me.
-
but they are very big. can i make a setup file with .net framework and my project togather. plz help me.
foysal mamun wrote:
but they are very big.
Again, I'm not trying to be harsh here, but you chose C# as a language to develop your software in. If the size of the framework is too big then you should have thought about that in advance rather than whine about it now.
foysal mamun wrote:
can i make a setup file with .net framework and my project togather.
Yes. See this for 1.1[^] or this for .NET 2.0[^] and look for "Creating a Single Setup Project to Install a .NET Framework Application"
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
but they are very big. can i make a setup file with .net framework and my project togather. plz help me.
http://www.codeproject.com/dotnet/Win_App_Setup_Project.asp[^] Tamimi - Code
-
but they are very big. can i make a setup file with .net framework and my project togather. plz help me.
-
hi install the framework on that pc , then install your project on it Tamimi - Code
Something Added. If you run a application based on .Net Framework 2.0 ,but there is only 1.0 or 1.1,the application will not run ,too.The .Net Framework 2.0 is required.:) No begin no end.