|
-
Dec 31st, 2009, 02:52 PM
#1
Thread Starter
PowerPoster
[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,
-
Jan 2nd, 2010, 04:58 AM
#2
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.
-
Jan 2nd, 2010, 01:09 PM
#3
Thread Starter
PowerPoster
Re: Web app won't publish???
Thanks Mendhak...I'll give it a shot!
-
Jan 3rd, 2010, 07:05 AM
#4
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
-
Jan 3rd, 2010, 11:43 AM
#5
Thread Starter
PowerPoster
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,
-
Jan 3rd, 2010, 04:38 PM
#6
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
-
Jan 4th, 2010, 09:23 AM
#7
Thread Starter
PowerPoster
Re: [RESOLVED] Web app won't publish???
Cool,
Thanks for the check!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|