This is a migrated thread and some comments may be shown as answers.

Namespace not recognized on every page in project?

5 Answers 140 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Adam L. Ooten
Top achievements
Rank 2
Adam L. Ooten asked on 23 Nov 2009, 06:22 PM
Not sure what the deal is here, but I get an unknown namespace error on every page in my project.  Any ideas why I would be getting this error?

From Overview.aspx:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Overview.aspx.vb" 
           
Inherits="TestProject.Overview" MasterPageFile="~/Public/public.Master" %> 

From Overview.aspx.vb:
Public Partial Class Overview  
    Inherits System.Web.UI.Page  
 
    Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles Me.Load  
 
    End Sub 
 
End Class 

The error:
  VisualBasic.Net: Unknown type or namespace 'Overview' of 'TestSolution.TestProject'.  Line 1.

5 Answers, 1 is accepted

Sort by
0
Hans Kratz
Telerik team
answered on 23 Nov 2009, 07:17 PM
Hi Adam!

Thanks a lot for your feedback. We have fixed an issue in this area last week directly after the beta release. If you want you can try Friday's internal build which contains a fix for a problem similar to this one. The internal build is available here

Please let us know if this works for you or if you encounter any other problems!

Kind regards,
Hans
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Adam L. Ooten
Top achievements
Rank 2
answered on 23 Nov 2009, 07:23 PM
I am actually already using that internal build (JustCodeBeta_2009.3.11202009.3.1120) and have the problem.
0
Hans Kratz
Telerik team
answered on 25 Nov 2009, 02:06 PM
Hi Adam!

Sorry, I totally forgot that I already pointed you to the latest internal build. 

I tried to reproduce the problem here with a simple VB web application project (attached) but the problem is eluding me. It would be of great help if you could provide us with a small, self-contained sample project which exhibits this problem. 

If that is not possible it would be good if you could tell me the following:
  1. The contents of your web.config file.
  2. Where is the error is displayed, in the .aspx file or the .aspx.vb file? Which part of the file is underlined?

Please accept my apologies for any inconvenience caused by bugs in our software.

Regards,
Hans
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Larry
Top achievements
Rank 1
answered on 12 Dec 2011, 06:21 PM
Was there a resolution to this?  I got the same thing happening to me.  Its not only in one project either.
0
Hans Kratz
Telerik team
answered on 13 Dec 2011, 09:53 AM
Hi Larry,

we could so far not reproduce this issue here.

So if you have a test project with which this is reproducible and are able to send it to us then by all means please do so in a private ticket. I can assure you that it will be looked at with highest priority.

Best wishes,
Hans Kratz
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Code Analysis
Asked by
Adam L. Ooten
Top achievements
Rank 2
Answers by
Hans Kratz
Telerik team
Adam L. Ooten
Top achievements
Rank 2
Larry
Top achievements
Rank 1
Share this question
or