Cant Find Netframe 2,0

scott93727

Member
Licensed User
Longtime User
Got ver 650, GREAT, I can now merge mutiple forms to make 1 app, like I suggested 1.5 years ago, thanks !! but i'm having a problem, it compiles norm windows apps fine, but when i go to make a device app, I get a error, can't find framenetwork 2,0 files, any ideas,
thanks
Scott
 

agraham

Expert
Licensed User
Longtime User

scott93727

Member
Licensed User
Longtime User
Cannot find iLasm.exe. any ideas how to fix this, thanks

thanks, that took care of one of my computers, after doing the same upgrade on the other one, I'm getting an Error compiling program, Cannot find iLasm.exe. any ideas how to fix this, thanks
 

agraham

Expert
Licensed User
Longtime User
Cannot find iLasm.exe. any ideas how to fix this, thanks
Same page, you need .NET Framework 1.1 to get ilasm. Note that you only need this for non-optimised (legacy) compilation which produces larger files and runs about four times slower so I wouldn't necessarily bother myself unless you need apps that will run under .NET 1.0/1.1 which legacy compiled apps will. Optimised compiled apps need .NET 2.0.
 
Top