Re: sorry i didn't saw your reply :)

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

"tony" <daylor@xxxxxxxxxxxxxxxx> wrote in message
news:e7bbc0$2ra$1@xxxxxxxxxxxxxxxxxxxxxxxxx
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.
"Simon Hart" <srhartone@xxxxxxxxx> wrote in message
news:uaDDpRSlGHA.5108@xxxxxxxxxxxxxxxxxxxxxxx
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.

"tony" <daylor@xxxxxxxxxxxxxxxx> wrote in message
news:e7b7ff$2b1$1@xxxxxxxxxxxxxxxxxxxxxxxxx
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,
'System.Data.SqlServerCe', was invalid.
File name: "System.Data.SqlServerCe"


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 ?



"Simon Hart" <srhartone@xxxxxxxxx> wrote in message
news:eoE7LQRlGHA.4536@xxxxxxxxxxxxxxxxxxxxxxx
Hi Tony,

I've had many "funnies" with Dotfuscator that comes free with VS.NET.

Are you trying to obfuscate the signed assembly SqlServerCe?

I recommdend looking at other obfuscating tools, there are many much
better than Dotfuscator.

See if this link helps:
http://www.howtoselectguides.com/dotnet/obfuscators/

Regards
Simon.

"tony" <daylor@xxxxxxxxxxxxxxxx> wrote in message
news:e79eaa$jvb$1@xxxxxxxxxxxxxxxxxxxxxxxxx
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"











.



Relevant Pages

  • RE: .NET and keeping my source code to myself...
    ... I understand that you need to obfuscate your assembly to ... Visual Studio .NET 2003 has provided us with a tool called Dotfuscator. ... Dotfuscator is an obfuscator for .NET assemblies. ... smaller and faster .NET applications. ...
    (microsoft.public.dotnet.general)
  • Re: How to protect intellectual property?
    ... obfuscate your code to make it harder ... you want to prevent unauthorized assemblies from calling your assembly, ... > Even more, anyone can decompile it using ildasm, change namespaces and ... > Is there a How-To on assemblies protection? ...
    (microsoft.public.dotnet.security)
  • Re: Protecting assemblies from being used outside a company/group/team
    ... framework methods for reading the strong name from the assembly. ... > by getting the public key on the assembly and verifies that against the ... > obfuscate the code to make it much harder to reverse and inspect the code. ...
    (microsoft.public.dotnet.security)
  • Dotfuscated DLLs
    ... the same run so they use the same symbol references and are therefore ... I obfuscate these assemblies just like ... AFAIK, however, Dotfuscator doesn't support this. ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Dotfuscator and strong names
    ... You can't delaysign the assembly, obfuscate it, and then re-sign it? ... "Strong named assemblies are digitally signed. ... Since Dotfuscator modifies the assembly, it is essential that signing ...
    (microsoft.public.dotnet.languages.csharp)