I did not convert my website from older versions of .NET framework.
I created new! .NET 4.0 web application.
And now I get the same error when I just created empty dataset!
How can I solve it?
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30269: 'Public Sub New()' has multiple definitions with identical signatures.
Source Error:
|
Line 30: <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Line 31: Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Line 32: Public Sub New()
Line 33: MyBase.New
Line 34: Me.BeginInit |