|
It is currently Thu Jan 08, 2009 4:19 am
|
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 1 post ] |
|
| Author |
Message |
|
frmsasp
|
Post subject: Compiler Error Message: CS0246: The type or namespace name ' Posted: Sat Sep 17, 2005 2:22 pm |
|
Joined: Sat Sep 03, 2005 8:02 am Posts: 8
|
|
Dear Friends,
I am receiving the error shown below while importing namespace with C#.
Can someone tell me where am I going wrong.
****************************************************************
****************************************************************
Server Error in '/' Application.
--------------------------------------------------------------------------------
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 'Acme' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 2: <%@ Import Namespace="System.Data.SqlClient" %>
Line 3: <%@ Import Namespace="System.Globalization" %>
Line 4: <%@ Import Namespace="Acme" %>
Line 5:
Line 6: <html>
Source File: c:\inetpub\wwwroot\samples\sample5.aspx Line: 4
c:\inetpub\wwwroot\samples\sample5.aspx(4,11): error CS0246: The type or namespace name 'Acme' could not be found (are you missing a using directive or an assembly reference?)
****************************************************************
****************************************************************
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 1 post ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums. Click here to Register
If you are a current member here on DEVPPL, please login below:
|
|
|