VS 2010 designer error 'Could not find type XYZ' in Windows7. Works fine in XP

后端 未结 9 1378
遇见更好的自我
遇见更好的自我 2021-01-04 00:15

I\'m stuck on a problem in VS 2010 C# .NET. I\'ve had a project on Windows XP that includes forms, classes and a handful of my own custom components. These components are si

相关标签:
9条回答
  • 2021-01-04 00:48
    1. Clean the solution
    2. Build the project containing the Control
    3. Add the control to the toolbox/form

    See if this works.

    0 讨论(0)
  • 2021-01-04 00:49

    Look at your references and find any that have exclamation point icons. Remove the bad references and add them back to your project.

    0 讨论(0)
  • 2021-01-04 00:51

    Did you rebuild your components from scratch?

    Are the projects included?

    Are they all building?

    Are they all building on the same platform (x86 vs x64)?

    0 讨论(0)
提交回复
热议问题