Error Rendering control - [A] cannot be cast to [B] in the context LoadNeither

前端 未结 2 1328
醉梦人生
醉梦人生 2021-01-13 11:40

I am working on a composite control and this requires me to open multiple Visual studio IDEs and add the control on pages.

This causes Visual Studio to create multip

相关标签:
2条回答
  • 2021-01-13 12:25

    In order to make this work you'll need to put the control project and the test project in two different solutions. The problem is unique to issues where you have to debug another running instance of Visual Studio. You'll see this if you work on Visual Studio add-ins, too.

    0 讨论(0)
  • 2021-01-13 12:27

    Try deleting both folders:

    C:\Documents and Settings\Mark\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemlies\j-wxrc_j01    
    C:\Documents and Settings\Mark\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemlies\bkqrbe-r01
    

    ... and letting visual studio generates what it needs.

    That worked for me.

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