Answered by:
page cannot be found when oppening crm

Question
-
when I open crm i get page cannot be foud
the Server is 64 bit
this happened after I have register the aspnet using aspner_regiis -i
I tried un install using aspnet_regiis -u and then install using aspnet_regiis -r but i am getting page can not be found
I tried to repaire i get error in iis file directory not found
Thanks
Marwa Saleh
Friday, July 9, 2010 1:53 PM
Answers
-
Hi Marwa,
YOu may have the wrong asp.net registered.
http://support.microsoft.com/kb/894435
ASP.NET 2.0, 64-bit version
To run the 64-bit version of ASP.NET 2.0, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- Type the following command to disable the 32-bit mode:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
- Type the following command to install the version of ASP.NET 2.0 and to install the script maps at the IIS root and under:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
Alex Fagundes - www.PowerObjects.com- Marked as answer by Marwa saleh Friday, July 9, 2010 5:00 PM
Friday, July 9, 2010 2:35 PM
All replies
-
Hi Marwa,
YOu may have the wrong asp.net registered.
http://support.microsoft.com/kb/894435
ASP.NET 2.0, 64-bit version
To run the 64-bit version of ASP.NET 2.0, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- Type the following command to disable the 32-bit mode:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
- Type the following command to install the version of ASP.NET 2.0 and to install the script maps at the IIS root and under:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
Alex Fagundes - www.PowerObjects.com- Marked as answer by Marwa saleh Friday, July 9, 2010 5:00 PM
Friday, July 9, 2010 2:35 PM -
hi,
I am getting the following error now i try to access crm
Could not load file or assembly 'Microsoft.Crm.Sdk' or one of its dependencies. An attempt was made to load a program with an incorrect format
Thanks
Marwa saleh
Friday, July 9, 2010 4:33 PM -
hi,
I have solved it , i haved added before wrong type of sdk.dll 32 instead of 64. I have replace the dll with 64 and it works fine
Thanks alot for your help on the aspnet reg
Friday, July 9, 2010 5:00 PM