|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
dotfuscator problemI'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. GooglePoster wrote:
> I've dotfuscated a c# library assembly and added it to a There should be a library option in the Options tab.> (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. Dotfuscator should then properly handle the library by excluding public types/methods/fields |
|||||||||||||||||||||||