Hi,
I am trying to host WCF service in IIS that I will consume for mobile app. I am trying to host it in IIS and when I check it in Browser i am getting below shown error
----------------------------------------------------------------------------------------------------------------
Server Error in '/SayHiServiceSite' Application.
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 'BusinessLogic' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Source Error:
|
Source File: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config Line:59
Assembly Load Trace: The following information can be helpful to determine why the assembly 'BusinessLogic' could not be loaded.
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
----------------------------------------------------------------------------------------------------------------
I have already tried to change the .net framework version from 4 to 3.5 and 2 but not successfull. is there anything else I have to look into.
THanks in advance
Sourabh Gupta