an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 11/7/2008 8:38:07 AM By Newmedia Design. 2 replies.
11/6/2008 7:43:13 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Compilation Error
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/>
 
 
11/6/2008 6:56:29 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Compilation Error
I think you have DotShoppingCart.Commercial.Core.dll in the web\bin directory right?
DotShoppingCart Staff
11/7/2008 8:38:07 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Compilation Error
Hi Lukzey
 
There was a problem  with the ftp for some reason not all the dll's were fuly uploaded. Its sorted now.
 
Thanks.