Welcome to MSDN Blogs Sign in | Join | Help

Enterprise Portal on WSS 3.0 – Ax32.exe.config

Q:
When setting up  Enterprise Portal on WSS 3.0 , the deployment wizard gives "ClrObject not initialized"  error. How to resolve this to deploy EP successfully on WSS 3.0

Ans:
Enterprise Portal 4.0 SP1 is supported on both WSS 2.0 and WSS 3.0. WSS 3.0 assemblies are different than WSS2.0. So the EP deployment wizard uses a config file to redirect to the right WSS assemblies in case of WSS 3.0. This file is named AX32.exe.config and should be kept at Program Files\Microsoft Dynamics\4.0\Client\Bin folder ( Where the AX32.exe is kept).


When you install AX Client on a WSS 3.0 machine for setting up EP, the setup automatically puts this folder. So you don’t need to do anything manually and the deployment wizard will just work fine.


But if you have already installed AX Client on a machine where there is no WSS 3.0 and later installed WSS 3.0 on that machine, then this file may be missing. In this case you can copy this file from the CD \Client\Program Files\Microsoft Dynamics\4.0\Client\Bin to the Program Files\Microsoft Dynamics\4.0\Client\Bin folder on the machine Or create this file manually and copy the below xml to it. After this close and reopen the AxClient  and start using the EP Deployment wizard.

?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.SharePoint" publicKeyToken="71e9bce111e9429c" culture="neutral" />
        <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>

Published Tuesday, January 09, 2007 6:57 PM by meysun

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Wednesday, May 09, 2007 7:46 AM by Frank

Hi

I have the mentioned file but I still get the CLR error when opening manage deployments. I have also added the two xml entities in the web.config file.

Any Ideas?

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Thursday, June 28, 2007 10:25 AM by samunai

mb you forgot "<" in the begin of this file

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Thursday, September 06, 2007 11:14 AM by perbiker

Thanks for this very usefull 'tip' it did help me.

In your sample config code you are missing the beginning '<' so actually the config chould look like this

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

 <runtime>

   <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

     <dependentAssembly>

       <assemblyIdentity name="Microsoft.SharePoint" publicKeyToken="71e9bce111e9429c" culture="neutral" />

       <bindingRedirect oldVersion="11.0.0.0" newVersion="12.0.0.0" />

     </dependentAssembly>

   </assemblyBinding>

 </runtime>

</configuration>

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Tuesday, January 08, 2008 1:47 PM by Scott

I have followed the June 2007 Instructions exactly. I did have DAX installed before I installed IIS and WSS 3. I copied the Ax32.exe.config file to the directory specified earlier.  I am still getting the error with CLR Object.  Has anyone found any other solutions? Is there a sequence that I am missing?

Thanks.

Scott

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Sunday, January 20, 2008 10:28 PM by Chandra

I tried to deploy Enterprise Portal after putting this file but gets following error

"Enterprise Portal cannot be deployed because Windows SharePoint Services is not installed on this computer."

Please help, thank you.

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Friday, February 22, 2008 5:19 AM by dartigue

If you have Enterprise Portal cannot be deployed because Windows SharePoint Services is not installed on this computer." message still

then you can uninstall AX client and AX NET connector and reinstall them

that will fix the issue

thasnk

Gilles dartiguenave

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Sunday, March 30, 2008 12:14 PM by rakesh.darge

Hi,

How to deploy Enterprise portal in DAX 4.0 using MOSS 2007 on Windows 2003 R2 64-Bit Edition.

rakesh

# when i am trying to create the EP site it showing this error

Tuesday, May 06, 2008 9:43 AM by sundeep

Feature 'cb7a647c-b9ab-4cc3-8249-c8f749d07012' is not installed in this farm, and can not be added to this scope.

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Thursday, October 16, 2008 2:52 AM by Chandra Shekhar Mantha

Even we faced the same problem of CLR Error

Uninstalling the AX Client and Business Connector,Reinstalling worked.

The file "Ax32.exe.config" is created  when you run AXSetup and also  have a prior installation of WSS or MOSS,

you can also copy and paste the file from the following location open the AX setup DVD navigate to the following folder

Msi\Client\Program Files\Microsoft Dynamics\4.0\Client\Bin

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Wednesday, February 25, 2009 7:57 AM by ferhan

Is this required in ax2009, i am not able to locate file Ax32.exe.config

# re: Enterprise Portal on WSS 3.0 – Ax32.exe.config

Friday, June 05, 2009 2:36 PM by Truong Cong Da

Thanks for your great article!!!!!

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker