I'm having problems trying to get my windows service to recognize my project "ReportsLibrary" which contains my Telerik Report. When I add my project to the windows service it is available in the object browser, but as soon as I add a using statement for the "ReportsLibrary" in the windows service code and build the service I get the following message:
"The type or namespace name 'ReportsLibrary' could not be found (are you missing a using directive or an assembly reference)?
It appears that I cannot add and reference any project in a windows service if that project is using Telerik Reporting.
Please let me know how to proceed.
-Matt
"The type or namespace name 'ReportsLibrary' could not be found (are you missing a using directive or an assembly reference)?
It appears that I cannot add and reference any project in a windows service if that project is using Telerik Reporting.
Please let me know how to proceed.
-Matt