Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'CredentialProperties' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 2706:	public void SendAuthorizationRequest(string returnURI)
Line 2707:	{
Line 2708:		CredentialProperties oAuthCredentials = OAuthConfigs.Instance.GetCredentials();
Line 2709:		string querystring = "client_id=" + oAuthCredentials.ClientId + "&client_secret=" + oAuthCredentials.ClientSecret + "&code=" + oAuthCredentials.Code + "&redirect_uri=" + returnURI + "&grant_type=authorization_code";
Line 2710:

Source File: c:\DATA\SITES2\iceland.cartravel.biz\ClassFiles\CommanFunctions.cs    Line: 2708







Version Information: Microsoft .NET Framework Version:2.0.50727.8799; ASP.NET Version:2.0.50727.8762