Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deploying video lab vb.net app
12-02-2011, 02:00 PM
Post: #1
Deploying video lab vb.net app
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?
Find all posts by this user
Quote this message in a reply
12-03-2011, 11:10 PM
Post: #2
RE: Deploying video lab vb.net app
(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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)