Errors When Using Program On Another System !
Hi All,
I have developed a contact's manager in VB.net 2008, the program works fine on desktop's but when i try using it on a laptop i get this error messgae, a google search doesn't seem to have helped. Any clues please ?
Code:
microsoft.visualbasic.powerpacks.vs, version=9.0.0.0, culture=neutral,publickeytoken=b03f5f7f11d50a3a
Kind regards.
Re: Errors When Using Program On Another System !
Quote:
Originally Posted by
SWDT
Hi All,
I have developed a contact's manager in VB.net 2008, the program works fine on desktop's but when i try using it on a laptop i get this error messgae, a google search doesn't seem to have helped. Any clues please ?
Code:
microsoft.visualbasic.powerpacks.vs, version=9.0.0.0, culture=neutral,publickeytoken=b03f5f7f11d50a3a
Kind regards.
That doesn't sound much like an error message - presumably there is more to the message than just that, however I'd suggest that it is trying to tell you that you haven't installed the VB powerpacks on the target machine. You can simply install them manually on the laptop if its a one-off installation, or you can amend your installer to include the powerpacks.
How are you deploying the program at the moment - just copying the exe or are you using click-once or some other installer package?