Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
sir i m new in development field ,,
I make a desktop software for client ..
client want o to software in pen drive so i decide that give him exe file from release folder
.. this exe file run in my system proper liy but in client its give error :



unhandled exception ..........

Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.VsPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

how to solve this .. please Help me ..

details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at Billingsoftware.frmProduction.InitializeComponent()
at Billingsoftware.frmProduction..ctor() in F:\Bambooz\Billingsoftware\frmProduction.cs:line 37............



Thank you ..
and sorry about English mistakes...
Posted
Comments
[no name] 28-Mar-14 9:08am    
Yes, you have to supply your end users with all of the DLLs that your application depends on also.
Member 10315500 28-Mar-14 9:17am    
How to resolve this error sir ..

Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.VsPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
[no name] 28-Mar-14 9:37am    
Okay... which part of "you have to supply your end users with all of the DLLs that your application depends on also" is it that you did not understand?
Member 10315500 28-Mar-14 9:49am    
yes,,
sir I m sending all file which in place in Release folder in inside .. \\bin\\release folder
for client pen drive



..
[no name] 28-Mar-14 9:51am    
And....? Is any one of those files the VB Powerpack DLLs?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900