Comments
Sort by recent activity
I have the same issue.
Also trying to Embed System.Reactive extensions
Tried the Registry key fix.
Have also tried updating the saproj file with the following, to no avail.
<Assembly AssemblyName="System.CoreEx, Culture=neutral, PublicKeyToken=31bf3856ad364e35" MandatoryPath="_lib\System.Reactive\System.CoreEx.dll">
<Embedding Embed="1" />
<Merging />
</Assembly> / comments
I have the same issue.
Also trying to Embed System.Reactive extensions
Tried the Registry key fix.
Have also tried updating the saproj file with the following, to no avail.
<Assembly AssemblyName="...
Brian Donahue wrote:
You can *try* adding the SupportsMergingFramework registry key, which is supposed to allow you to merge/embed System anmespaces but it didn't work in my reproduction.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Red Gate\SmartAssembly 6\SupportsMergingFramework should be a DWORD and have the value set to 1.
I have the same issue.
Sorry about the double post. Original was supposed to be replying to this post..
Also trying to Embed System.Reactive extensions
Tried the Registry key fix.
Have also tried updating the saproj file with the following, to no avail.
<Assembly AssemblyName="System.CoreEx, Culture=neutral, PublicKeyToken=31bf3856ad364e35" MandatoryPath="_lib\System.Reactive\System.CoreEx.dll">
<Embedding Embed="1" />
<Merging />
</Assembly> / comments
Brian Donahue wrote:
You can *try* adding the SupportsMergingFramework registry key, which is supposed to allow you to merge/embed System anmespaces but it didn't work in my reproduction.
HKEY_L...