Build .Net app, and take it to not .NET box. Receive error
-
Build .Net app, and take it to not .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
-
Build .Net app, and take it to not .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
Yes: under Project Properties/General tell it to only link to static libraries Your incessant rantings indicate you have a brain the size of a pea, and the mental capacity of a bag of hammers. - John Simmons
-
Yes: under Project Properties/General tell it to only link to static libraries Your incessant rantings indicate you have a brain the size of a pea, and the mental capacity of a bag of hammers. - John Simmons
hey wait does this mean that when I distribute a c#/.net desktop app, it can be run on a pc that doesn't have all of .net installed? I thought the entire runtime was required to have any .net app run... "Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read." -Groucho Marx
-
hey wait does this mean that when I distribute a c#/.net desktop app, it can be run on a pc that doesn't have all of .net installed? I thought the entire runtime was required to have any .net app run... "Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read." -Groucho Marx
Bog wrote: hey wait does this mean that when I distribute a c#/.net desktop app, it can be run on a pc that doesn't have all of .net installed? I think you can't sadly....... Bog wrote: I thought the entire runtime was required to have any .net app run... Yep! So i would suggest looking into bootstrap[^] projects HTH "Creating tomorrow's LEGACY systems today..... .... One CRISIS at a time!" -- Unknown "If you build it.... .....BUGS will come!" -JB
this.Dispose();
"A Bug is a piece of code that knows whatz itz purpose" - I Dunnnnooooooo