cupcakesrule
Programmer
Am I just way off base with importing this name space I can't find any information on it anywhere, but when I put in the following line of code:
I get the following error and I don't know why?
The type or namespace name 'Shared' does not exist in the class or namespace 'CrystalDecisions' (are you missing an assembly reference?)
Code:
<%@ Import namespace="CrystalDecisions.Shared" %>
I get the following error and I don't know why?
The type or namespace name 'Shared' does not exist in the class or namespace 'CrystalDecisions' (are you missing an assembly reference?)