0
My best suggestion is not to use the Utils namespace name. Through my VB and C# interaction, i have noticed others having similar problems with that name. I am thinking it is a internal reserved word or something. Try renaming the namespace to utility or something that is descriptive to what it is doing like "TestSignature.Helpers".
0
I got the same trouble,I've not created any subspace utils, waht would I solve this problem?
0
I assume Utils is a subnamespace you have created?