Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using PowerPacks

Status
Not open for further replies.

tg2003

IS-IT--Management
Feb 6, 2003
270
IL
Hello,

I'm a VB.NET rookie, and I'm trying to package an app that I'm writing in VS 2008.

My package is missing Microsoft.VisualBasic.PowerPacks.Vs.Version 9.0.0.0 (c:\program files\common files\Microsoft shared\Visual Studio PowerPacks\1.1\Microsoft.VisualBasic.PowerPacks.Vs.dll)

This DLL is responsible of drawing lines - LineShapes(!), so my App is just crashed if I don't include this DLL, but I don't know how to register and distribute it.

Any help will be very appreciated!

Thanks

BTW: Not so relevant, but my installer is "Inno Setup"
 
I've not used this application but you need to make ure that Inno Setup know that there is a dependency for this DLL within your application.

It, in theory should do it automatically if you have set a reference to the DLL in your project.


woogoo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top