|
-
Dec 13th, 2009, 03:01 PM
#1
Thread Starter
Junior Member
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.
-
Dec 13th, 2009, 03:49 PM
#2
Re: Errors When Using Program On Another System !
 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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|