all groups > asp.net webcontrols > november 2004 >
You're in the

asp.net webcontrols

group:

'Microsoft.Web.UI.WebControls' does not match the assembly referen



'Microsoft.Web.UI.WebControls' does not match the assembly referen Patrick.O.Ige
11/28/2004 8:25:01 PM
asp.net webcontrols: I have a control that i want to use and when dragged to a web form and
complile it i gives me error:-

"The located assembly's manifest definition with name
'Microsoft.Web.UI.WebControls' does not match the assembly reference."

(I'm using it together with the 'Microsoft.Web.UI.WebControls' of the
TreeView menu control!)

I'm thinking maybe the CONTROL is made for the older verion of .NET
framework!!

Re: 'Microsoft.Web.UI.WebControls' does not match the assembly referen Leon Friesema
11/29/2004 11:08:38 AM
On Sun, 28 Nov 2004 20:25:01 -0800, "Patrick.O.Ige"
[quoted text, click to view]

Well, if you followed the instructions of the readme.txt you have the
version compiled on your machine, not an older version.
In a prevrious thread about the TabStrip from the WebControls I
already posted this, but here it is again

- Compile using the readme.txt (using some alterations, but you'll get
there)

- Add the new DLL to the bin folder

- Copy the Webctrl_client folder to the solution if necessary. The
..htc and image files need to be publicly available.

- Add microsoft.web.ui.webcontrols to your references (don't know for
sure if that is necessary, but do it anyway)

- Add the following line to the top of the control:

<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>

- Drag the Treeview to your form.

AddThis Social Bookmark Button