errs launching dot.net apps on a workgroup

DICKDDD

New member
Joined
Mar 9, 2007
Messages
3
Programming Experience
10+
Hello

I have developed several VB 2005 apps which are up and running nicely. I can launch the exes of these apps on the computer they were developed on. I can install the app exes and appropriate dlls on other computers and they work just fine. Heres my problem:

I have a small workgroup connected and would like to launch the apps via the workgroup. Say the app is on my desktop computer and I want to launch from my laptop connected by wireless lan. I can do this just fine with non dot.net apps but when I try to launch one of my VB 2005 apps I get an err something like 'cannot find ...remoting.pdb etc'. Both the laptop and the desktop computers are running XP and have the NetFramework installed. I have tried to debug this error but get nowhere. The error occurs before the main form is loaded.

Anyone run into this? How to get around it? Thanks
 
Back
Top