G
GooglePoster
I've dotfuscated a c# library assembly and added it to a
(non-dotfuscated) web project. I only want the library assembly to be
protected.
Now I get the compilation error:
The type or namespace name 'UtilsLib' could not be found (are you
missing a using directive or an assembly reference?)
If I replace with the non-dotfuscated version, it's fine. Any ideas?
Thanks in advance.
(non-dotfuscated) web project. I only want the library assembly to be
protected.
Now I get the compilation error:
The type or namespace name 'UtilsLib' could not be found (are you
missing a using directive or an assembly reference?)
If I replace with the non-dotfuscated version, it's fine. Any ideas?
Thanks in advance.