简体   繁体   English

C#Winform:使用MS Visual Basics Power Pack的DataRepeater之后的部署问题

[英]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. Microsoft Visual Studio 2008 Service Pack 1随带有DataRepeater控件的Visual Basic Powerpacks一起提供。

I used this control in my c# winform application. 我在c#winform应用程序中使用了此控件。 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. 现在,我将调试文件夹复制到仅安装了.Net Framework 3.5 SP1的其他系统。 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" 在此系统中,错误提示我无法加载依赖项Microsoft.VisualBasic.PowerPacks.dll,即使我将“ Microsoft.VisualBasic.dll”和“ Microsoft.VisualBasic.PowerPacks.Vs.dll”的“复制本地”设置为“ true”

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] 在此页面上,您正在寻找的信息是:[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. 我对“ Visual Basic Powerpacks”有一些不好的经验,所以如果可能的话,我会尽量避免使用它。

best regards 最好的祝福

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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