.NET inherited (WinForms) Form - VS designer issue

后端 未结 5 693
后悔当初
后悔当初 2020-12-11 02:45

I have several forms in a C# application. I use Visual Studio 2010 Beta, but .NET 3.5 and C# 3.

I have a base form, called FilteredQueryViewForm in the Shd namespace

5条回答
  •  攒了一身酷
    2020-12-11 03:24

    Make sure the base form(s) are defined in an assembly that is compiled using the "AnyCPU" build option.

提交回复
热议问题