This is a mirror of official site: http://jasper-net.blogspot.com/

Forcing an executable to run in 32bit mode

| Wednesday, March 24, 2010
Since i am not a OS expert I would normally not write about this, but i was trying to run the BizTalk Documenter tool and always got startup errors.

The customer environment is:

   * BizTalk 2006 R2 SP1 64 bits
   * Windows 2003 server R2 64Bits
   * SQL Server 2005 SP3 64 Bits

In my case the error was due that it seems Documenter Tool it is not able to run on 64bits on the detailed environment. So how literally force the tool to run on 32 bit mode? Just running a tool called CorFlags.exe

Syntax

corflags.exe Microsoft.Services.Tools.BiztalkDocumenter.exe /force /32BIT+


Great… but  I do not see the tool, where is it?

As far as i know it is installed by:

   * Microsoft Windows 200X SDK   (C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\x64>)  (note: this path is from a Windows 7 SDK)
   * Visual Studio 2005 and above  (C:\Program Files\Microsoft Visual Studio\SDK\v 2.0\Bin)

Read more: BizTalk Tips & Things

Posted via email from jasper22's posterous

0 comments: