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
|