View Single Post
  #1 (permalink)  
Old 06-25-2009, 9:35 AM
TyB TyB is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Age: 40
Posts: 71
Reputation: 14
TyB is on a distinguished programming path ahead
Default Issue with Deployment and MS Power Pack

I have a windows app that uses the shape control which is part of the MS power pack and requires Microsoft.VisualBasic.PowerPacks.Vs.dll.

I am using Publish to build my app and I have tried to change the dll to Include in the properties page but nothing seems to work.

I need a way to have the file included and I am unable to find a external copy and I understand that I cannot just copy the dll from my PC into the installation folder as it has some other dependencies so any help would be appreciated.

Thanks,
Ty
Reply With Quote