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

Posted by Mohsan on Stack Overflow See other posts from Stack Overflow or by Mohsan
Published on 2010-05-03T06:54:35Z Indexed on 2010/05/03 7:08 UTC
Read the original article Hit count: 289

Filed under:
|

hi.

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008