Problem with dotfuscator

F

form2

I have a pocket pc graphical app with an extra form, form2,
to which I added a menu. I compile the program, which is
configured as 'debug'. The program works on ipaq ppc,
on emulator, and on desktop. Then I use dotfuscator standard
edition for visual studio and now the program works only
on emulator and desktop, but not on device, hourglass keeps
turning forever.
I must emphesise, there is no added code in my program, simply
what is a given from the wizard plus an added form as described
above, so maybee someone can recreate the setup. I could
have attached it to this post, by I don't know if I am supposed
to or not.
 
L

lewis

Just tried that. Program doesn't start, here is the error message:

Error
try1.exe
InvalidProgramException

xaa4f033827d75b4d::.ctor+0xc
xaa4f033827d75b4d::xc447809891322
395+0xa


quit
 
L

Lionel Lindemann

Well I tried you project obfuscated with XenoCode 2005 and it works
fine over here... Do you change the default XenoCode configuration
before processing it ?

Regards,
Lionel Lindemann
XenoCode Europe
http://www.xenocode.com
 
F

form2

Well I tried you project obfuscated with XenoCode 2005 and it works
fine over here... Do you change the default XenoCode configuration
before processing it ?

What device did you test it on?
 
F

form2

It seems to me like you are just trying to push your product
rather than answer any questions.

It seems obfuscator for CF have not matured as yet, better stick
with good old C unmanaged. There is something unmistakably
familiar, realible, and good about it.

..net professional
 
C

Chris Tacke, eMVP

I've use XenoCode successfully on a couple projects, and I have no ties to
them or benefit from saying so. I've been satisfied with it. The biggest
problems I ran into were when I obfuscated things that needed to be public,
like public functions, the assembly would not surprisingly crash. Though
that was a problem with the user, not the tool.
 
F

form2

I've use XenoCode successfully on a couple projects, and I have no ties to
them or benefit from saying so. I've been satisfied with it. The biggest
problems I ran into were when I obfuscated things that needed to be public,
like public functions, the assembly would not surprisingly crash. Though
that was a problem with the user, not the tool.

One of the best pieces of advise, I find, is to pray while obfuscating.
Dotfuscator and xenocode are nothing but erratic with CF.
 
L

Lionel Lindemann

Dell Axim X30. Since the .NET compact framework is already included, I
just copy the obfuscated app (no CAB deployment involved). Are you
using the preset for the compact framework?
 

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