Is it correct that this assembly is compiled as x64 only? If so is there a reason for this? Except in rare cases, .NET assemblies should be ANY and not X64 or X86.
CrossTalk does support X64, but it takes me a lot longer to debug as I have to change the dev test environment.
I assume this is a test assembly of yours? If so, is it possible to rebuild as ANY instead of X64?
// TestStringArrayProperty, Version=1.0.6978.15731, Culture=neutral, PublicKeyToken=null
// Global type: <Module>
// Architecture: x64
// Runtime: .NET 4.0
CrossTalk does support X64, but it takes me a lot longer to debug as I have to change the dev test environment.
I assume this is a test assembly of yours? If so, is it possible to rebuild as ANY instead of X64?
// TestStringArrayProperty, Version=1.0.6978.15731, Culture=neutral, PublicKeyToken=null
// Global type: <Module>
// Architecture: x64
// Runtime: .NET 4.0