Comments
Sort by recent activity
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...
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\...