Options

Platform Target issue

erikreaderikread Posts: 2
While trying to debug an "Incorrect Format" issue with a web site I noticed an issue with Reflector's Platform Target display.
The Microsoft.SqlServer.BatchProcessor dll is platform-specific and has an x86 and x64 version. Reflector correctly identifies the x64 version as such but identifies the x86 version as Any.
JetBrains dotPeek correctly identifies this.
Since x86 is not the same as Any and will not function on a CPU where the process is running as x64 this should be fixed.
Sign In or Register to comment.