Visual Studio 2008 (Visual Basic) にアプリケーションがあり、Visual Studio Express 2012 をインストールしました。DataRepeater を既存のプロジェクトの新しいフォームに追加しようとすると、PrintForm を追加しようとすると同じことが既に存在すると表示されます。このオブジェクトを新しい形式または既存の形式で追加することはできません。
これは私が受け取ったメッセージの内容です:
---------------------------
Microsoft Visual Studio Express 2012 for Windows Desktop
---------------------------
Failed to create component 'DataRepeater'. The error message follows:
'System.Runtime.InteropServices.COMException (0x8004D745): A reference to the component 'Microsoft.VisualBasic.PowerPacks.Vs' already exists in the project.
at VSLangProj.References.Add(String bstrPath)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.PerformReferenceUpdate(List`1 newReferences)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.System.ComponentModel.Design.ITypeResolutionService.ReferenceAssembly(AssemblyName name)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.ReferenceAssembly(AssemblyName name)
at System.Drawing.Design.ToolboxItem.GetType(IDesignerHost host, AssemblyName assemblyName, String typeName, Boolean reference)
at System.Drawing.Design.ToolboxItem.CreateComponentsCore(IDesignerHost host)
at System.Drawing.Design.ToolboxItem.CreateComponentsCore(IDesignerHost host, IDictionary defaultValues)
at System.Drawing.Design.ToolboxItem.CreateComponents(IDesignerHost host, IDictionary defaultValues)
...'
---------------------------
OK
---------------------------
それは参照の更新について何か言っています。私はvb.netの経験豊富な開発者ではないので、どこでどのように修正すればよいかわかりません。