简体   繁体   中英

C# Winform : Deployment Problem after using DataRepeater of MS Visual Basics power pack

Microsoft Visual Studio 2008 Service pack 1 comes with Visual Basic Powerpacks which has the DataRepeater control.

I used this control in my c# winform application. in my system everything is running fine. now i copied the debug folder to other system which has only .Net Framework 3.5 SP1 installed. in this system is giving me error cannot load dependency Microsoft.VisualBasic.PowerPacks.dll even i set the Copy Local to "true" for "Microsoft.VisualBasic.dll" and "Microsoft.VisualBasic.PowerPacks.Vs.dll"

please tell me how to solve this problem

on this page is the information you are looking for: [http://blogs.msdn.com/b/vsdata/archive/2009/12/29/visual-basic-powerpacks-is-released-in-visual-studio-2010-beta2.aspx][1]

i have had some bad experiences with the "Visual Basic Powerpacks" so if possible I woud try to avoid using it.

best regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM