Forums

Full Version: Deploying video lab vb.net app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having an issue with deploying a video lab application using vb.net. After installing the program on another machine, the application crashes right away before my program will even launch. The program will work on the development machine just fine, which leads me to suspect that the dll files are not registered. Is there anything I need to do to properly run the the video lab program on a different computer?
(12-02-2011 02:00 PM)Sean Kelly Wrote: [ -> ]I'm having an issue with deploying a video lab application using vb.net. After installing the program on another machine, the application crashes right away before my program will even launch. The program will work on the development machine just fine, which leads me to suspect that the dll files are not registered. Is there anything I need to do to properly run the the video lab program on a different computer?

Hi Sean,

Thank you!
Please read the "Quick Start" manual.
There are number of things that need to be done.
1. You need to set your target to x86.
2. You need to make sure the VC++ RTL is installed on the target system.
3. You need to set the assemblies to "Copy Local", and then deploy them from the "Release" directory.

With best regards,
Boian Mitov
Reference URL's