User-850127045 posted
I have this code"
Imports System
Imports System.Runtime.InteropServices.ComTypes
Imports Microsoft.Expression.Web.Interop.Designer
Namespace ExpressionWeb4_addin
Public MustInherit Class DocumentEventHandler
Inherits HTMLDocumentEvents
Implements IDisposable
HTMLDocumentEvents is not recognized and its a member of the namespace Microsoft.Expression.Web.Interrop.Designer.HTMLDocumentEvents. I can see the class in the object browser. Even if I start typing
Microsoft.Expression.Web.Interop.Designer., Intellisense never shows me the members of this namespace.
The fact I can see this namespace in the object browser seems to be indicative that I have it referenced correctly.
I'm stuck at this line because the entire tool does not seem to recognize this namespace.