Link to home
Start Free TrialLog in
Avatar of Howard Bash
Howard BashFlag for United States of America

asked on

How to Building Five Part Assembly Name for Master Page Inherit

I have built a class libarary and signed it.   I have deployed it to a SharePoint 2010 Server and then modified the V4.Master file such that it has a reference to this DLL.

My five part name for the class library with the class within is failing to load.  

For purposes of discussion:
Project Name =  MyClassLibary
DLL Name = MyClassLibary.dll)
Namespace    =  MyClassLibrary
Public Class within = MyClassUtilities
Public Key Token = "ppppppppppppppp"

The line in V4.Master =
<%@ Master language="C#" Inherits="MyClassLibary.MyClassUtilities, MyClassLibary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ppppppppppppppp"%>

Please advise.
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial