running c# application on machine without .net framework
-
Hi I have developed an application with .net framework 2.0 using C#. Is it possible to run this application on third party machines without the need to install the .net Framework? Thanks
cellardoor
-
Hi I have developed an application with .net framework 2.0 using C#. Is it possible to run this application on third party machines without the need to install the .net Framework? Thanks
cellardoor
-
Hi I have developed an application with .net framework 2.0 using C#. Is it possible to run this application on third party machines without the need to install the .net Framework? Thanks
cellardoor
Normally, it's not possible. It is is you buy third party tools, that cost upwards of a couple of thousand dolloars, that compile the required .NET Framework pieces into your app.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Have a look at Xenocode PostBuild http://www.xenocode.com/Products/[^]
Thank you, I checked the Xenocode PostBuild and it seems it could fix the problem, but it is way too expensive, isn´t there something cheaper?
cellardoor
-
Thank you, I checked the Xenocode PostBuild and it seems it could fix the problem, but it is way too expensive, isn´t there something cheaper?
cellardoor
Nope. Every one I've seen is $1,000 or more.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Thank you, I checked the Xenocode PostBuild and it seems it could fix the problem, but it is way too expensive, isn´t there something cheaper?
cellardoor
Yes, .net.
-
Hi I have developed an application with .net framework 2.0 using C#. Is it possible to run this application on third party machines without the need to install the .net Framework? Thanks
cellardoor
hi i am very ineed if you send to me the application that you have done and iwould be very happy if contact with me with this email: xabugf@hotmail.com in order to get advantage you and me so on
-
Hi I have developed an application with .net framework 2.0 using C#. Is it possible to run this application on third party machines without the need to install the .net Framework? Thanks
cellardoor
Yes, you can run C# applications without the .NET framework installed, but only if you have the MONO framework installed.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
Nope. Every one I've seen is $1,000 or more.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
What is PostBuild's reputation? Is there something that is considered better?
Hell if I know. I don't use them, nor do I recommend doing so.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hell if I know. I don't use them, nor do I recommend doing so.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Mind if I ask why?
First and foremost, Service Packs for the .NET Frameworks. Every one of them has had at least one so far. The service packs cannot be applied to the application once "baked" by one of these utilities. Second, depending on how much of the framework your app is using, they can generate massive .EXE's for deployment. And, if you have a bunch of these apps built with the .NET Framework baked into each, the collection can suddenly have the same framework multiple times for each .EXE. I've heard of problems or total non-functionality of Reflection with some them, though I haven't bothered to test these claims either way.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008