مهدی رحیم زاده
سه شنبه 21 اردیبهشت 1389, 19:21 عصر
سلام
من پروژه رو با .Net 3.5 کار کردم .
هاستمم رایگانه و تا ASP 4.0 رو ساپورت می کنه اما الان برای نمایش صفحه این پیغامو میده :
System.Configuration.ConfigurationErrorsException: The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the .NET Framework. To compile this Web application for version 3.5 or earlier of the .NET Framework, remove the 'targetFramework' attribute from the <compilation> element of the Web.config file.
در صورتی که توی Web.Config من از این کد استفاده شه :
<providerOption name="CompilerVersion" value="v3.5"/>
چکار کنم درست بشه؟
با تشکر
من پروژه رو با .Net 3.5 کار کردم .
هاستمم رایگانه و تا ASP 4.0 رو ساپورت می کنه اما الان برای نمایش صفحه این پیغامو میده :
System.Configuration.ConfigurationErrorsException: The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the .NET Framework. To compile this Web application for version 3.5 or earlier of the .NET Framework, remove the 'targetFramework' attribute from the <compilation> element of the Web.config file.
در صورتی که توی Web.Config من از این کد استفاده شه :
<providerOption name="CompilerVersion" value="v3.5"/>
چکار کنم درست بشه؟
با تشکر