Dotfuscator error

T

tony

hi got this error when im trying to use the Dotfuscator that in the vs.net
2003.

how can i fix it ?
is the version of Dotfuscator that come with the vs.net 2003, support the
Net *COMPACT* framework applications ?
************** Exception Text **************
System.IO.FileLoadException: The given assembly name or codebase,
'System.Data.SqlServerCe', was invalid.
File name: "System.Data.SqlServerCe"
 
S

Simon Hart

I just tried it on my machine using the version of Dotfuscator that comes
with VS.NET 2003 which uses SqlClient namespaces and don't get the error you
are getting.
What version of Dotfuscator are you using?
Do you want to send me your assembly and i'll see if I can obfuscate it
here.

Regards
Simon.
 
T

tony

tony said:
hi got this error when im trying to use the Dotfuscator that in the vs.net
2003.

how can i fix it ?
is the version of Dotfuscator that come with the vs.net 2003, support the
Net *COMPACT* framework applications ?
************** Exception Text **************
System.IO.FileLoadException: The given assembly name or codebase,
'System.Data.SqlServerCe', was invalid.
File name: "System.Data.SqlServerCe"
 
T

tony

hi Simon.

i need freeware tool.
the Dotfuscator that come with the vs.net is enough for me and free.
i only want it to change the public/private methods names.

but i got this error:
System.IO.FileLoadException: The given assembly name or codebase,

what do you :
"Are you trying to obfuscate the signed assembly SqlServerCe?"

i had the reference to the SqlServerCe, this in the vs.net folder.

any idea what to do ?
 
T

tony

tony said:
hi Simon.

i need freeware tool.
the Dotfuscator that come with the vs.net is enough for me and free.
i only want it to change the public/private methods names.

but i got this error:
System.IO.FileLoadException: The given assembly name or codebase,


what do you :
"Are you trying to obfuscate the signed assembly SqlServerCe?"

i had the reference to the SqlServerCe, this in the vs.net folder.

any idea what to do ?
 
S

Simon Hart

I am using both VS 2003 and VS 2005. Yes I tried obfuscating a CF program
which uses the SQL assemblies.
I am using the Community Edition v1.1.1019.14017.

Regards
Simon.
 
T

tony

i think the Dotfuscator that come with the vs.net 2003, not support the Net
Compact Framework.only the PRO version.

did you try a net compact framework application ?
are you using the vs.net 2003 ?

thanks for the help.
 
M

Marc Ambrosius

Simon Hart said:
I am using both VS 2003 and VS 2005. Yes I tried obfuscating a CF program
which uses the SQL assemblies.
I am using the Community Edition v1.1.1019.14017.
I don't think that this is the problem, but the current Version is
1.2.1879.17209.

Marc
 

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