an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Compiler Error Message: CS0246: The type or nam...
Last Post 2/14/2011 10:20:22 AM By lukezy. 1 replies.
2/14/2011 8:56:31 AM
haroonsher
Posts: 2
Joined: 2/12/2011
Compiler Error Message: CS0246: The type or namespace name 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)
All
 
When I installed open source of DotShoppingCart - I encounter with compiler Error Message CS0246.
 
Opewrating System = WIN 7 + IIS7
SQL server 2008
.net Framework = 4.0 
 
Not sure if need to compile any thing etc.
 
Following Error was on I.E 8.0
 
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 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)
Source Error:

Line 197:            </providers>
Line 198:        </roleManager>
Line 199:        <profile automaticSaveEnabled="true" defaultProvider="SqlProfileProvider" inherits="DotShoppingCart.OpenSource.Core.ProfileDSC">
Line 200:            <providers>
Line 201:                <clear/>
 
Regards
 
HAroon Sher
2/14/2011 10:20:22 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Compiler Error Message: CS0246: The type or namespace name 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)
Just take a look at your web\bin folder to see if you have files named as DotShoppingCart.OpenSource.*. If not, you probably downloaded the source code package. You will need to compile the source code package by using Visual Studio before you can run the software. An easy way is to download the binary version package.
DotShoppingCart Staff