[Mono-bugs] [Bug 567850] Error while search best overloaded method containing two different enums
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 10 17:06:21 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=567850
http://bugzilla.novell.com/show_bug.cgi?id=567850#c2
Alexander Batishchev <abatishchev at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|abatishchev at gmail.com |
--- Comment #2 from Alexander Batishchev <abatishchev at gmail.com> 2010-01-10 22:06:15 UTC ---
Hello.
Here goes full XSP's output:
godfather at debian:~$ ./xsp.sh start
xsp2
Listening on address: 0.0.0.0
Root directory: /home/godfather/dev/trunk/Site
Listening on port: 8086 (non-secure)
Hit Return to stop the server.
******* DEBUG MODE MESSAGE *******
Compilation of certain files in a batch failed. Another attempt to compile the
batch will be made.
Since you're running in debug mode, here's some more information about the
error:
The following exception has been thrown for the file(s) listed above:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.SessionParameter.SessionParameter(string,
System.TypeCode, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Compilation of certain files in a batch failed. Another attempt to compile the
batch will be made.
Since you're running in debug mode, here's some more information about the
error:
The following exception has been thrown for the file(s) listed above:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.SessionParameter.SessionParameter(string,
System.TypeCode, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Path '/Default.aspx' built successfully, but a compilation exception has been
thrown for other files:
Compiler errors:
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(34,125) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.SessionParameter.SessionParameter(string,
System.TypeCode, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(34,125) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(35,120) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.Parameter.Parameter(string, System.TypeCode,
string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(35,120) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(42,66) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ParameterCollection.Add(System.Web.UI.WebControls.Parameter)'
has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/ViewOperation.ascx.cs(42,66) : error CS1503:
Argument `#1' cannot convert `object' expression to type
`System.Web.UI.WebControls.Parameter'
Exception thrown:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.SessionParameter.SessionParameter(string,
System.TypeCode, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Compilation of certain files in a batch failed. Another attempt to compile the
batch will be made.
Since you're running in debug mode, here's some more information about the
error:
The following exception has been thrown for the file(s) listed above:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Path '/Login.aspx' built successfully, but a compilation exception has been
thrown for other files:
Compiler errors:
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(109,150) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(109,150) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(110,138) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(110,138) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(112,33) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(112,33) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(107,33) : error CS0826:
The type of an implicitly typed array cannot be inferred from the initializer.
Try specifying array type explicitly
Exception thrown:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Compilation of certain files in a batch failed. Another attempt to compile the
batch will be made.
Since you're running in debug mode, here's some more information about the
error:
The following exception has been thrown for the file(s) listed above:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
******* DEBUG MODE MESSAGE *******
Path '/MenuAdmin.ascx' built successfully, but a compilation exception has been
thrown for other files:
Compiler errors:
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(109,150) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(109,150) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(110,138) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(110,138) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(112,33) : error CS1502:
The best overloaded method match for
`System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
(0,0) : error :
/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll (Location
of the symbol related to previous error)
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(112,33) : error CS1503:
Argument `#2' cannot convert `System.Data.DbType' expression to type
`System.TypeCode'
/home/godfather/dev/trunk/Site/AddOperation.ascx.cs(107,33) : error CS0826:
The type of an implicitly typed array cannot be inferred from the initializer.
Try specifying array type explicitly
Exception thrown:
System.Web.Compilation.CompilationException: CS1502: The best overloaded method
match for `System.Web.UI.WebControls.ControlParameter.ControlParameter(string,
System.TypeCode, string, string)' has some invalid arguments
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters
options) [0x00000]
at System.Web.Compilation.AssemblyBuilder.BuildAssembly
(System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GenerateAssembly
(System.Web.Compilation.AssemblyBuilder abuilder,
System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp,
Boolean debug) [0x00000]
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp,
Boolean debug) [0x00000]
******* DEBUG MODE MESSAGE *******
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list