Results 1 to 7 of 7

Thread: [RESOLVED] Web app won't publish???

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Web app won't publish???

    Can anyone tell me what these warning messages mean? They're not actual errors but they are preventing my Web App from publishing.

    Thanks,
    Blake

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web app won't publish???

    1 - This is telling you that it can't find the original DLL because it wants to copy the DLL to your bin folder again. Go to your references in Solution Explorer, right click ajaxcontroltoolkit.dll, properties. Look at the Location property. Then go to where the Location property points to and ensure that the DLL is there. Then, go to your bin folder an ensure that the AjaxControlToolkit.dll is there too.

    2 - Same as #1

    3 - Double click it, it should show you the bad code. It seems like you have a public errorLabel property in your master page which conflics with an existing label on the same master page. You may just need to change the name.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Web app won't publish???

    Thanks Mendhak...I'll give it a shot!
    Blake

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Web app won't publish???

    Blake,

    On a side note, am I not right in saying that you are after:

    Code:
    Request.Browser.Name
    Rather than:

    Code:
    Request.Browser.Type
    http://www.4guysfromrolla.com/articles/120402-1.aspx

    Gary

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [RESOLVED] Web app won't publish???

    Gary,

    You are probably right. I'm just trying to get the browser name, i.e. "Netscape", "IE", "Firefox", etc.

    Why should I use "Request.Browser.Name" instead of "Request.Browser.Type"?

    Thanks,
    Blake

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Web app won't publish???

    Hey,

    Actually, you might be ok:

    http://msdn.microsoft.com/en-us/libr...base.type.aspx

    From the quick test that I did on the link that I sent you, "Type" returned "Desktop", but as per the MSDN documentation, it should return what you expect.

    Gary

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: [RESOLVED] Web app won't publish???

    Cool,

    Thanks for the check!!!
    Blake

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width