DEV Community

Discussion on: Help with some C#.Net

Collapse
 
jamesrweb profile image
James Robb • Edited

You need to add the correct using statement to import the class you are implementing. The using statement just says which namespace to use - so on your “MembershipUser” declaration file, copy the namespace name and then in this file at the top say “using yourNamespaceHere”.

Collapse
 
dev-i-am profile image
Derek • Edited

I have tried all variations to no avail. I just don't get why it shows two VirtualManagerWAP's with one that has those available and one that doesn't? And when I try to switch them at the top of the code window, nothing changes.

Oh, and the weird thing is, if I build it, no errors, then publish it, it works.

image