Could not load file or assembly 'RadTabStrip.Net2' or one of its dependencies.
Posted
by user203127
on Stack Overflow
See other posts from Stack Overflow
or by user203127
Published on 2010-05-24T17:11:59Z
Indexed on
2010/05/25
6:51 UTC
Read the original article
Hit count: 219
telerik
Hi,
I am working on Radstrip controls. When i complie the code I am getting error like " Could not load file or assembly 'RadTabStrip.Net2' or one of its dependencies." Can anyone help me how to fix this error.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Radstrip2.aspx.cs" Inherits="Radstrip2" %>
<%@ Register Assembly="RadTabStrip.Net2" Namespace="Telerik.WebControls" TagPrefix="radTS" %>
SelectedIndex="0" Width="1280px"> Height="321px" Width="700px" BorderStyle="Solid" OnPageViewItemCreated="RadMultiPage1_PageViewItemCreated1">
© Stack Overflow or respective owner