Hi
I have my project working locally and i have transfered it to the live server (shared). But we have this error and myself and the hosting company have not been able to resolve it.
Have you come accross this before and do you know how to fix this? Thanks
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: CS0234: The type or namespace name 'Core' does not exist in the namespace 'DotShoppingCart.Commercial' (are you missing an assembly reference?)
Source Error:
Line 200: </providers>
Line 201: </roleManager>
Line 202: <profile automaticSaveEnabled="true" defaultProvider="SqlProfileProvider" inherits="DotShoppingCart.Commercial.Core.ProfileDSC">
Line 203: <providers>
Line 204: <clear/>
|