Activity overview
Latest activity by Mikhail Girkin
I already tried to exclude all the types from assemblies that referenced, this doesn't help.
The main problem, as I understand comes from merging assemblies. For example I have the following line of code in my XAML:
xmlns:View="clr-namespace:Insight.BaseScreen.View;assembly=Insight.BaseScreen"
I also want to obfuscate Insight.BaseScreen assembly, but if I include it in merge process, disabling every other stuff (pruning, obfuscation, etc) - Silvelight cannot load the requested types.
I could not include any single assembly in merge that is referenced from merged assembly like I shown before. / comments
I already tried to exclude all the types from assemblies that referenced, this doesn't help.
The main problem, as I understand comes from merging assemblies. For example I have the following line o...
Silverlight obfuscation problem
Hi!
I've got a problem when obfuscating Silverlight 4 solution. Our solution consist of several c# projects (~10), and the problem comes from assembly references from XAML code. If I add an assembl...
We tried. It didn't help.
Also I noticed, if I make a mistake in the path to dll's - it shows completely anoher error, like:
SmartAssembly build failed:
Mandatory assembly 'C:\Users\Mike V. Girkin\Documeasdnts\Projects\Tor\OW_Fresh\Prereqs\AxInterop.SHDocVw.dll' not found for 'AxInterop.SHDocVw, Version=1.1.0.0, Culture=neutral, PublicKeyToken=49fa31e76fed3520'
So our error is not connected to the paths, and SmartAssembly could find the dll's. But it shows that it could not.
The most strange thing is, that on different computers, the dll it could not find - differs. / comments
We tried. It didn't help.
Also I noticed, if I make a mistake in the path to dll's - it shows completely anoher error, like:
SmartAssembly build failed:
Mandatory assembly 'C:\Users\Mike V. Girkin\...
Cannot obfuscate using MSBuild
Hi!
We are experiencing strange problems with RedGate SmartAssembly while obfuscating a solution using MSBuild.
Let me explain in detail.
1) The error we've got:
SmartAssembly build failed:
Cannot ...