Home All Groups Group Topic Archive Search About

dotfuscator problem

Author
12 Jan 2005 2:06 PM
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.

Author
12 Jan 2005 6:24 PM
CSharped
GooglePoster wrote:
> 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.

There should be a library option in the Options tab.
Dotfuscator should then properly handle the library by excluding public
types/methods/fields
Author
12 Jan 2005 7:16 PM
GooglePoster
Excellent! I'll try that, thanks very much.

AddThis Social Bookmark Button