Results 1 to 2 of 2

Thread: Errors When Using Program On Another System !

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2009
    Posts
    19

    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.

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: Errors When Using Program On Another System !

    Quote Originally Posted by SWDT View Post
    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
  •  



Click Here to Expand Forum to Full Width