I have a third party library which i have added to the skip verification list, using sn, on my computer. I wanted to know whether the application (after deploying it on some other computer) will run? Do i have to perform some other tasks after the deployment (setup)?
A
amit_upadhyay
@amit_upadhyay
Posts
-
strong name verification -
dll securityThanks arun, I was only importing dll and not the exe Now i get the problem. Thanks again.
-
dll securityhey pal, googled for u. Check out this link http://vbcity.com/forums/topic.asp?tid=115861[^]
-
dll securitydotfuscator is good but it does not encrypt the code. also the project shows an error after being linked with the obfuscated library. obviously because it cannot import the namespaces. how do i correct this? do i need to merge my dll with exe?
-
dll securityhello friends!! I have made a library for my c# project by combining 3 libraries (using ilmerge). I wanted to know, is it possible for someone to decompile my new library or view the code? if yes, how do i protect it? or is there any other way of merging the library with my project?