Hello!
I'm having a bad couple of weeks. Everything I touch seems to break. Ok, anyway... I have a web application in Visual Studio 2008 and it's been starting to act stange. I get a error message which says syntax error (nothing more). It "points" to the first row in my file Forms.aspx. The row says
<%@ Page Language="C#" MasterPageFile="MasterPageLogin.master" AutoEventWireup="true" CodeFile="Forms.aspx.cs" Inherits="artlgn_Form" Title="Untiled Page" %>
I have a file with the same name in a different folder, but it hasn't been an issue before.
The class namespace ar different in the two files.
I am guessing that I am missing something obvious.
Thanks in advance!
/Fredrik