T
Trevor Benedict R
ASP.NET 1.1
Not sure if anyone else has encountered this. I just created a Web User
Control with a name that starts with a Number. The class gets created with
an underscore. So far so good. The project gets compiled. When I drop this
control onto a Web Form, VS.NET crashes. Has anyone else encountered this. I
am not sure if this is the reason, but as soon as I renamed the control to
start with a text, everything works fine.
The tagprefix does not seem to like a name starting with a number. I am
aware of the naming conventions rule, but whey allow it in the first place.
Regards,
Trevor Benedict R
Not sure if anyone else has encountered this. I just created a Web User
Control with a name that starts with a Number. The class gets created with
an underscore. So far so good. The project gets compiled. When I drop this
control onto a Web Form, VS.NET crashes. Has anyone else encountered this. I
am not sure if this is the reason, but as soon as I renamed the control to
start with a text, everything works fine.
The tagprefix does not seem to like a name starting with a number. I am
aware of the naming conventions rule, but whey allow it in the first place.
Regards,
Trevor Benedict R