Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Problem running simple exe

Hi,
I have a simple vb exe file that I wrote in Visual Studio 2003. I wrote the program on my home computer, where it runs perfect, but it will not run on my work computer, where I need to run it (both are windows XP). I get an unhandled error. Does it need to be compiled on the machine that it will run on?
Unfortunately, I do not have a debugger/compiler on my work machine, so I can't debug it. I realize that this question is too vague to answer definitively, but I am wondering if there is a common cause of this problem.
Some info: it is a simple file copy program. Uses 2 references (ADODB & VFPOLEDB). Just one module and one sub. Thanks!
[664 byte] By [mottom] at [2007-11-11 7:20:36]
# 1 Re: Problem running simple exe
probably one or more references are missing. Use the "Package and Deployment Wizard" add-in to create an installation setup for your application
Marco

oops... sorry, I thought I was in the classic vb forum... please ignore this post
mstraf at 2007-11-11 21:49:20 >
# 2 Re: Problem running simple exe
Unfortunately an "unhandled error" isn't very helpful. Is there any more detail you can provide? Can you identify when the error occurs? What is the application doing?

Most importantly, is the .NET Framework installed?
pclement at 2007-11-11 21:50:13 >