problem runing client on other pc

slip

Newcomer
Joined
Feb 27, 2005
Messages
7
I have created a client using VS.net 2003 in C# using the june sdk, im also using the SampleFramework, now when I run the client on the computer that has the SDK installed it works great if I run it on a comp without the SDK the drvice wont create, any ideas I installed the redist on the comp I am trying to run it on with no luck.
thanks
 
The Reference device is only installed with the SDK, so it won't work on a non-development PC (and that is the way it should be).

But you're checking for errors and handling them properly so you should have an idea why it's failing and where it's failing, right?
 
Back
Top