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

前端 未结 2 1346
醉梦人生
醉梦人生 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.

提交回复
热议问题