I'm using EPiServer 4.60 and ASP.NET 2.0. I followed the manual on how to create a plug-in for the AdminMenu (under the Tools heading). The problem is that when I change the id property of the form to be the same as a class name the code does not compile (error: "member names cannot be the same as their enclosing type"). If I remove the id property or give it different name then my plug-in is not available in the Tools group of admin mode.
Thanks.