Tagged Questions

4
votes
3answers
3k views

Best Product to Obfuscate a Mixed .NET DLL

I have a .NET DLL and application. The DLL is written in C++/CLI and it's "mixed", i.e., partially managed code and partially native. I have two goals: 1. Obfuscate all the managed code so it can't ...
2
votes
1answer
171 views

Mixing .NET assemblies (.NET 3.5 and .NET 4.0 Client profile)

We would like to deploy our application targeting the .NET 4.0 Client profile because I believe it is now deployed on most Windows 7 PCs. Some of the components we use do require .NET 4.0 so its not ...
0
votes
1answer
81 views

AQTime: “Force Garbage Collection” button grayed out

I googled around a bit, but couldn't find a reason. My app is mixed (C#, VB.NET, C++/CLI and native C++). AQTime claims to be able to profile this kind of application, that's why I chose it. It does ...
0
votes
1answer
182 views

XmlSerializer Mixed Content Deserialization

How do I setup my class to deserialize the following mixed content xml? <employee> <name>John Doe</name> <remark>He is a <match>tall</match> and handsome ...