|
Rank: Newbie Groups: Member
Joined: 5/13/2008 Posts: 4 Points: 0
|
Help! I cannot get mylittleadmin running. This is the error message I get when I navigate to http://mdhy0vatsdev04/mylittleadmin/mylittleadmin.aspx
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Could you please post the complete error in message? Thanks.
|
|
Rank: Newbie Groups: Member
Joined: 5/13/2008 Posts: 4 Points: 0
|
I sure can - here it is:
Server Error in '/MyLittleAdmin' Application.
Could not load file or assembly 'mlt_ver' or one of its dependencies. An attempt was made to load a program with an incorrect format. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: Could not load file or assembly 'mlt_ver' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'mlt_ver' could not be loaded.
[...]
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
It looks like you try to install myLittleAdmin on a x64 server. Please read the following post and follow the instructions: http://forum.mylittleadmin.com/yafnet/Default.aspx?g=posts&t=87Thanks.
|
|
Rank: Newbie Groups: Member
Joined: 5/13/2008 Posts: 4 Points: 0
|
OK - I followed these instructions: In order to install myLittleAdmin on a x64 server, you need to configure IIS for 32-bit emulation mode :
1. Click Start, click Run, type cmd in the Open box, and then click OK.
2. Change to the following directory: \\%homedrive%:\Inetpub\Adminscripts
3. In the Adminscripts folder, type the following command, and then press ENTER: adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
4. Type iisreset, and then press ENTER.
5. Navigate to the correct 32bit framework directory (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 for v2 on x64) and run 'aspnet_regiis.exe -i'.
6. go into IIS -> Web Service Extensions and "Allow" 'ASP.NET v2.0.50727 (32-bit)'
And NOW I get this: Service Unavailable
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Be sure to follow the whole set of instructions and to restart IIS.
|
|
Rank: Newbie Groups: Member
Joined: 5/13/2008 Posts: 4 Points: 0
|
I went back and executed iisreset from the cmd line rather than from IIS Mgr
Thanks! It is working now! -M
|
|
Rank: Newbie Groups: Member
Joined: 6/6/2008 Posts: 2 Points: 0
|
this instructions apply to IIS7 too?
I set to true "Enable 32-Bit Applications" in Application Pool in IIS7 Manager and now I'm getting this error:
HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occurred.
Detailed Error Information Module IsapiModule Notification ExecuteRequestHandler Handler AboMapperCustom-799574483 Error Code 0x800700c1
.. and I have no idea what could be wrong.
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Restart IIS services and it should be ok. You can also have a look at this MS technote: http://support.microsoft.com/kb/942031/en-us
|
|
Rank: Newbie Groups: Member
Joined: 6/6/2008 Posts: 2 Points: 0
|
Big thanks. There was a problem with one handler and I found solution on MS page.
|
|
Guest |