Welcome Guest Search | Active Topics | Sign In | Register

ASPX to PDF with Eo problems with prefix tag Options
Dentjavy
Posted: Thursday, September 4, 2014 4:06:32 AM
Rank: Newbie
Groups: Member

Joined: 9/4/2014
Posts: 2
Hello and thanks for reading this.

Im running visual studio 2013 and coding in asp.net with C# .

Im trying this guild here, but cant find out what prefix tag i shall use to enable the code below.

<eo:ASPXToPDF runat="server" ID="ASPXToPDF1" />

I download the EO package to test it using nuget management inside visual studio.

I hope someone can help me. thanks in advance.
eo_support
Posted: Thursday, September 4, 2014 8:36:03 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Please make sure EO.Web.dll is in your bin directory and then add the following line at the top of your aspx page:

Code: HTML/ASPX
<%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>


Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.