I just created new usercontrol in an asp.net webapplication project.Right after creation, the source looks like this: \[code\]<%@ Control Language="VB" AutoEventWireup="false" CodeFile="SSR_Project.ascx.vb" Inherits="CS_SSR_RAIO.SSR_Project" %>\[/code\]But as soon as i add some additional code to it, the error on the first line is immedeately:\[quote\] Context is not a member of 'CS_SSR_RAIO.SSR_Project\[/quote\]I do have other usercontrols who appear to have the exact same declarations, but dont have this error.Any help would be greatly appreciated!