我的wpf项目从无处开始显示这个未处理的异常:
GenericArguments[0], 'T', on 'Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender`1[TSfcInstance]' violates the constraint of type parameter 'TSfcInstance'.
有谁知道这意味着什么以及如何解决? 这只有在我创建一个新的用户控件或窗口时才会发生,在运行时它运行良好。这只是令人讨厌,因为在添加新组件时我无法看到设计..
由于