Visual studio problem with obfuscated libraries!

  • Thread starter Bob Powell [MVP]
  • Start date
K

+-={K-SoL}=-+

when I try to reference 2 obfuscated libraries at the same time visual
studio gives me a compilation error since the obfuscator has converted some
name spaces to a and b in both libraries, now I don't have the source code
to the libraries but, is there a way to get around this?

I have a thread open at
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_20943332.html#10759775
if you guys want more info!

Cannot declare a namespace and a type both named 'a'
Cannot declare a namespace and a type both named 'b'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top