C# Language Specification provides a complete description of the C# language 5.0. Click here to download.
0 Could not load file or assembly 'nfop' or one of its dependencies
When we deploy one of our web sites to a 64 bit web server, we get following error: “Could not load file or assembly ‘nfop’ or one of its dependencies. An attempt was made to load a program with an incorrect format.”
After doing some R&D, we realize the fop.net can’t run on IIS with 64-bit version of ASP.NET.
IIS 6.0 on a 64-bit hardware supports both the 32-bit version of ASP.NET and the 64-bit version of ASP.NET. However IIS 6.0 does not support running both modes at the same time on a 64-bit version of Windows. Here are the steps to run the 32-bit version of ASP.NET 2.0 on IIS:
After doing some R&D, we realize the fop.net can’t run on IIS with 64-bit version of ASP.NET.
IIS 6.0 on a 64-bit hardware supports both the 32-bit version of ASP.NET and the 64-bit version of ASP.NET. However IIS 6.0 does not support running both modes at the same time on a 64-bit version of Windows. Here are the steps to run the 32-bit version of ASP.NET 2.0 on IIS:
- 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.
0 jQuery Mobile 1.1.2
The jQuery Mobile team is happy to announce 1.1.2. This is the second maintenance release for 1.1 and contains fixes throughout the library. Try it now!
Labels:
JQuery
Subscribe to:
Posts (Atom)