How can I fix this 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 'OrderPipeline' does not exist in the namespace 'DotShoppingCart.OpenSource' (are you missing an assembly reference?)
Source Error:
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td> </td>
</tr>
<tr>
<td>
Line 1: <%@ Application Language="C#" %>
Line 2: <%@ Import namespace="DotShoppingCart.OpenSource.Core" %>
Line 3: <%@ Import namespace="DotShoppingCart.OpenSource.OrderPipeline" %>
Line 4: <%@ Import namespace="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" %>
Line 5:
</td>
</tr>
</tbody>
</table>
Source File: c:\shoppingcart\Web\Global.asax Line: 3
I have tried #6 six on this but it doesn't exist
Any ideas?
|