Rank: Newbie Groups: Member
Joined: 11/1/2009 Posts: 1
|
Hi,
How should I use a slid view control in sharepoint master page,
I added the assembly EO.Web.dll in GAC and used this tag to refer it into the maser page but it is saying fail to load the assembly.
<%@ Register Assembly="EO.Web, Version=7.0.27.2, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="EO.Web" TagPrefix="eo" %>
An error occurred during the processing of /_catalogs/masterpage/default.master. Could not load file or assembly 'EO.Web, Version=7.0.27.2, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. Can you please help....I am evaluating this control for my client.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Have you tried to add EO.Web.dll into GAC?
Thanks
|