G
GeezerButler
I have a UserControl called MyUserControl and a web page that contains
that user control. My solution builds nicely but when i run it, i get
this:
Compiler Error Message: The compiler failed with error code 1.
MyUserControl.ascx.cs(912305,33): error CS0115: 'ASP.myusercontrol
_ascx.FrameworkInitialize()': no suitable method found to override
I have not overriden any FrameworkInitialize in my ascx code. Same
error even if i try to override the FrameworkInitialize. I found a few
links related to this for ex. http://www.hanselman.com/blog/UpdatingFromEarlyASPNETBetaBuildsToBeta2.aspx
but they are about aspx pages not ascx controls.
Any ideas could help.
that user control. My solution builds nicely but when i run it, i get
this:
Compiler Error Message: The compiler failed with error code 1.
MyUserControl.ascx.cs(912305,33): error CS0115: 'ASP.myusercontrol
_ascx.FrameworkInitialize()': no suitable method found to override
I have not overriden any FrameworkInitialize in my ascx code. Same
error even if i try to override the FrameworkInitialize. I found a few
links related to this for ex. http://www.hanselman.com/blog/UpdatingFromEarlyASPNETBetaBuildsToBeta2.aspx
but they are about aspx pages not ascx controls.
Any ideas could help.