Hi
I'm using asp.net profile functionality. I need to use some profile property names like "test/appname".
When I try to star the web application I get an error about invalid property name. I think the problem is the autogenerated profilecommon class.
I'm accesing profile properties with getters and setters so I don't need the profilecommon class
How can I avoid this class creation?