I get this error in the document window but everything compiles/builds fine and the page is rendered fine and everything is functional. What is this error and why is it occurring?
On the opening line....
Code:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="ContactForm.ascx.vb" Inherits="Controls_ContactForm" %>
I get error: "Property access must assign to the property or use its value"
Disregard: I moved on in the book and now the error is gone. Not sure what happened but I guess visual studio decided it's ok now. Thanks anyway