version compitabilites
- From: "Mr. X." <no_spam_please@xxxxxxxxxxxxxxxxx>
- Date: Tue, 14 Oct 2008 14:04:50 +0200
Helo.
I have Visual Studio 2008.
Can I compile my code with compitabilities to older versions.
The host machine supports version 2.0.50727.0 (maximum).
I have got the following message when running on the hosting machine.
..
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system
cannot find the file specified.
(E:\inetpub\vhosts\pamir.org.il\httpdocs\web.config line 92)
Source Error:
Line 90: </httpHandlers>
Line 91: <httpModules>
Line 92: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35"/>
Line 93: </httpModules>
Line 94: </system.web>
Source File: E:\inetpub\vhosts\pamir.org.il\httpdocs\web.config Line: 92
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433
Is the above problem because the System.Web.Extensions is not supported on
old versions.
I cannot control the hosting machine - It's an another company.
Can I compile my code that will be compatible to lower versions ?
Thanks :)
.
- Follow-Ups:
- Re: version compitabilites
- From: Mr. X.
- Re: version compitabilites
- Prev by Date: Several things after publishing my project.
- Next by Date: Re: Expression syntax in watch window (VC++ 2008 Express)
- Previous by thread: Several things after publishing my project.
- Next by thread: Re: version compitabilites
- Index(es):
Relevant Pages
|