New user to VB .net 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm a new user to VB.net and am having problems when I create the binary
executable and take it to a system that does NOT have VB .net it will not
work stating that mscorwks.dll is missing. Is this a normal message? It not
only appears in VB.net but in C#.net too. What am I doing wrong?

Thank you for any help.... Cindy
 
Hi Cindy,

Any applications based on .Net Framework requires that .Net Framework is installed on the client machine. If you have the wrong version of .Net installed you will get a message stating which version is needed, but if no version of .Net is installed you will get the cryptic message with the missing dll.
 
You cannot produce native executables for use on systems without the .NET
Framework.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top