Problem: generics, XMTA and VS SP1

After installing Visual Studio SP1 a project cannot be compiled when compiling, for example, the following code and there is an XMTA file in the project:

publicclassTest1<T1>where T1 : System.Windows.Forms.Control

{

}

publicclassTest2 :Test1<System.Windows.Forms.Control>

{

}

[1624 byte] By [Vitali] at [2007-12-24]
# 1
If this worked with the RTM version of Visual Studio 2005 please report this problem here:
https://connect.microsoft.com/VisualStudio
MichaelKoster at 2007-10-8 > top of Msdn Tech,Visual C#,Visual C# Language...