ardman Posted August 10, 2005 Posted August 10, 2005 I have the most annoying problem ever!!!! My brothers PC doesn't have Visual Studio .NET 2003 installed but I want to be able to run my code on his machine. He has the .NET Framework installed but every time I send him code it keeps giving errors and doesn't even load the form. Is there a tool that I'm missing to compile and package the code like in VB6? Quote
michael_hk Posted August 10, 2005 Posted August 10, 2005 Without any details of the error it's hard to tell... My bet is you are using some DLL that are not available on that machine. Quote There is no spoon. <<The Matrix>>
Wile Posted August 10, 2005 Posted August 10, 2005 He has the .NET Framework installed but every time I send him code it keeps giving errors and doesn't even load the form. You send him the code? (the .vb files) or the compiled .exe file? As michael_hk says, can't do much more without the actual error message. Could be that your application depends on a dll that isnt with the .net framework (e.g. something used for improved XP style skinning of the windows) that isnt found. Quote Nothing is as illusive as 'the last bug'.
neodammer Posted August 10, 2005 Posted August 10, 2005 I assume you have packaged it up with the correct version of the .net framework and used the built-in packaging software? Usually its like they said a dll missing or something simple. Quote Enzin Research and Development
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.