I am experiencing an issue trying to get any of the EO controls to work in Visual Studio 2008. I am coding in VB.
Any time I add one of the EO controls I get an 'Unrecognized tag prefix or device filter 'eo'' error.
It is placing the Register Assembly in the header and the DLL in the /Bin folder.
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" title="Untitled Page" %>
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
I'm also getting Element is not supported '' on all your style callouts.
Any ideas?
Regards]