Hi all
I have a very strange error occuring in my development environment. Whenever I create a new, blank ASP.NET project, with the default webform and I try to run the code (it's a blank page), it comes up with the following error:
AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that you are looking for.
The Stack Trace reveals:
[ArgumentException: AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that you are looking for.]
Microsoft.CommerceServer.Interop.AuthManagerClass.Initialize(String bstrSiteName) +0
Microsoft.CommerceServer.Runtime.CommerceContext.get_AuthManagerComClass() +95
Microsoft.CommerceServer.Runtime.AuthManager..ctor(String siteName, DebugContext debugContext) +143
Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule.OnBeginRequest(Object sender, EventArgs e) +110
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
But the thing is - I'm not USING any commerce components! The web.config contains no reference to Commerce Server.
Can anyone help me with this please? It's driving me insane!
Thanks as always
Craftor

I have a very strange error occuring in my development environment. Whenever I create a new, blank ASP.NET project, with the default webform and I try to run the code (it's a blank page), it comes up with the following error:
AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that you are looking for.
The Stack Trace reveals:
[ArgumentException: AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that you are looking for.]
Microsoft.CommerceServer.Interop.AuthManagerClass.Initialize(String bstrSiteName) +0
Microsoft.CommerceServer.Runtime.CommerceContext.get_AuthManagerComClass() +95
Microsoft.CommerceServer.Runtime.AuthManager..ctor(String siteName, DebugContext debugContext) +143
Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule.OnBeginRequest(Object sender, EventArgs e) +110
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
But the thing is - I'm not USING any commerce components! The web.config contains no reference to Commerce Server.
Can anyone help me with this please? It's driving me insane!
Thanks as always
Craftor