We have used master pages for our website and everything works fine until we
need to update one of the dll files. When a new dll is added or an old one is
updated the website gives an error message that can be corrected by making a
small change to the master page file(such as adding a space and saving).
Compiler Error Message: BC30260: '__control2' is already declared as
'Private Dim __control2 As System.Web.UI.H tmlControls.Htm lLink' in this class.
Source Error:
Line 2: <%@ Register TagPrefix="Saga ra" Namespace="Saga ra.BreadCrumbs"
Assembly="Bread Crumbs" %>
Line 3: <html>
Line 4: <head runat=server>
Line 5: <meta http-equiv="content-type"
content="text/html;charset=IS O-8859-1">
Line 6: <link rel="stylesheet " type="text/css" href="/iris.css">
Source File: E:\TestSite\inc ludes\NoRight.M aster
What would cause this error and how can this be prevented?
need to update one of the dll files. When a new dll is added or an old one is
updated the website gives an error message that can be corrected by making a
small change to the master page file(such as adding a space and saving).
Compiler Error Message: BC30260: '__control2' is already declared as
'Private Dim __control2 As System.Web.UI.H tmlControls.Htm lLink' in this class.
Source Error:
Line 2: <%@ Register TagPrefix="Saga ra" Namespace="Saga ra.BreadCrumbs"
Assembly="Bread Crumbs" %>
Line 3: <html>
Line 4: <head runat=server>
Line 5: <meta http-equiv="content-type"
content="text/html;charset=IS O-8859-1">
Line 6: <link rel="stylesheet " type="text/css" href="/iris.css">
Source File: E:\TestSite\inc ludes\NoRight.M aster
What would cause this error and how can this be prevented?
Comment