Re: Master Pages

From: TBocchino (TBocchino_at_discussions.microsoft.com)
Date: 12/29/04


Date: Wed, 29 Dec 2004 06:07:01 -0800

Currently we are using Master Pages for ASP.NET 2.0 on our test site for
development and it is causing the test site to go down when the dlls are
updated on that site.

"Mark Fitzpatrick" wrote:

> Something to keep in mind, if you are using Master Pages for ASP.Net 2.0 and
> making your web site public you are violating the license. Currently you
> can't deploy ASP.Net solutions publically. There will be a go-live license
> sometime at the beginning of the year that will let you do that.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
> "TBocchino" <TBocchino@discussions.microsoft.com> wrote in message
> news:0AE6878B-0B7E-4517-9DE4-FE9F786A3DC1@microsoft.com...
> > 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.HtmlControls.HtmlLink' in this
> > class.
> >
> > Source Error:
> > Line 2: <%@ Register TagPrefix="Sagara" Namespace="Sagara.BreadCrumbs"
> > Assembly="BreadCrumbs" %>
> > Line 3: <html>
> > Line 4: <head runat=server>
> > Line 5: <meta http-equiv="content-type"
> > content="text/html;charset=ISO-8859-1">
> > Line 6: <link rel="style***" type="text/css" href="/iris.css">
> > Source File: E:\TestSite\includes\NoRight.Master
> >
> > What would cause this error and how can this be prevented?
>
>
>