Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I have just started using dotfuscator. When I try to run the dotfuscated application it seems that none of the project settings (My.Settings) are recognised, and this causes an error. How do I fix this?
Posted
I have just started using dotfuscator. When I try to run the dotfuscated application it seems that none of the project settings (My.Settings) are recognised, and this causes an error. How do I fix this?

 

OK, I fixed this by excluding all the settings from obfuscation. But I now have a lot of problems with my application running in different ways when installed to how it does in development. For instance the splash screen freezes and cursors don't appear.

 

My feeling at the moment is that dotfuscator is useless and that I have no choice but to distribute my code non obfuscated.

  • Administrators
Posted
At the end of the day is there anything in your code that is really worth obfuscating? Unless you have some really propriety algorithms that a 3rd party is likely to want to steal the benefits of obfuscation might be minimal compared to the trouble you are having getting it to work.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted
At the end of the day is there anything in your code that is really worth obfuscating? Unless you have some really propriety algorithms that a 3rd party is likely to want to steal the benefits of obfuscation might be minimal compared to the trouble you are having getting it to work.

 

Yes, I am concerned about a 3rd party stealing the code. I'm going to be very frustrated if it's this easy for them to do it.

  • 3 weeks later...
Posted

Well I've had another look at this and things are working better. The problem seemed to be using an overload for the constuctor for cursors that took the name of a cursor resource as a string. But I've changed that to use a stream instead, and it's fine. If I run the dotfuscated application it works fine.

 

But when I deploy the application of course it doesn't work. As soon as it tries to access a setting I get the error "Configuration system failed to initialize". Any ideas what I'm doing wrong to cause this? Generally I'm a little unclear about exactly what I need to include and exclude in the setup project.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...