.Net Reactor v4.4.7.5 is converting AnyCPU assemblies to x86 when Anti ILDASM is on
311 views
Skip to first unread message
nirvana
unread,
Aug 16, 2012, 11:28:48 PM8/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net-react...@googlegroups.com
We just upgraded to the current release v4.4.7.5 from v4.4.1.1 and it seems to be converting "AnyCPU" assemblies to "x86". We tracked this issue down to the setting "Anti ILDASM". If we un-check "Anti ILDASM" then it retains the bitness of the "AnyCPU" assemblies correctly. We need to load some "x64" assemblies in 64 bit machines from our application and this can't be achieved if our "AnyCPU" application is converted to 32bit.
Has anyone noticed this issue? Thanks.
DotNetReactorUser
unread,
Aug 22, 2012, 1:43:35 AM8/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to net-react...@googlegroups.com
We've reverted back to v4.4.7.0 and this seems to have fixed the issue for us. We noticed that v4.4.7.5 had a change "Anti ILDASM adjustment" and we suspect the issue was introduced due to this.