2
Answers

Dotfuscator Renaming Problem

Arun Jacob

Arun Jacob

15y
5.4k
1
Is anybody using Dotfuscator Community edition?I have referenced a dll in one of my project i obfuscated that dll.But the problem is, after obfuscation as u know it'll change the naming of properties and methods in that referenced dll so the project referencing that dll won't work as before because of that renaming of methods and properties.How can i solve that problem?Any help would be appreciated.
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
I have a specific problem as follows. See i have one button and i have written a function onclick of this button in my code behind form. ok. Which will be executed when that button is clicked. But that code is server side. Now I want to check if any of the checkbox in my datagrid is checked or not on click of this button? how to do this? Please help? Regards. kash
0
Administrator

Administrator

Admin 2.3k 1.3m 22y
Is there a specific question here? You can still have javascript error checking with asp.net validation controls by the way.