Solving this webserver crashes (1 Viewer)

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
I tried IIS and Casinni, but I got some error that it couldn't load DirectShowLib..
What is wrong?
 

davidf

Retired Team Member
  • Premium Supporter
  • April 3, 2006
    796
    348
    Scotland
    Home Country
    Scotland Scotland
    There are only really 2 ways to solve this.
    1. Is to change the project options. The Target Cpu needs to be change to x86 as AnyCpu will default to x64 on a 64-bit machine.
    2. Set IIS to run in x86 mode:

    Click Start, click Run, type cmd, and then click OK.
    Type the following command to enable the 32-bit mode:
    cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
    Type the following command to install the version of ASP.NET 2.0 (32-bit) and to install the script maps at the IIS root and under:
    %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
    Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.

    from How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit version of ASP.NET 2.0 on a 64-bit version of Windows

    As .net 2.0 is the basis for 3 and 3.5 this should work for your setup on IIS.
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Sounds indeed great but no ETA or did i miss something?
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Scott only says:
    "The beta is pretty close - I will be blogging about more features (besides IIS Express) that will be included in the beta soon as well."

    So the usual wait until it's done.
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,560
    312
    55
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom

    Users who are viewing this thread

    Top Bottom