rhonda
Posts: 1
|
| Posted: 03/11/2006, 5:42 PM |
|
Hi! I am a web developer but new to asp.net. I am trying to get a report to work with the newest version of CCS but keep getting the following error. PLEASE HELP! I am under a timeline to get this working.
Server Error in '/Xytex/reports' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The directive is missing a 'assembly' attribute.
Source Error:
Line 6: <%@ Import namespace="xytex.Data" %>
Line 7:
Line 8: <%@Register TagPrefix="CC" Namespace="xytex.Controls" %>
Line 9: <html>
Line 10: <head>
Source File: D:\Webserver\i360group.com\www\aaa\xxxx Line: 8
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
|
 |
 |
DR2003
Posts: 2
|
| Posted: 03/12/2006, 3:04 AM |
|
Xytex is written with "X" caps on but in your Namespace="xytex.Controls"
"x" is in small caps,might it will get rid of you problem
_________________
I am always looking for additional work,in asp.net,C# |
 |
 |
|