Mozilla

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/5/2006 4:58:10 PM
Gravatar
Total Posts 14

Mozilla

I am working with the latest 1038 relase and when compiling and configuring to run on my WinXP box for developing proof of concept, etc...  Mozilla Firefox appears to only run in a text type mode and is not affected at all by changing skins.  However, IE is.  Any ideas on what may be happening here?  The only thing we can think of is that there is an IESpecific css file created and not one for Mozilla.

Thanks!
6/5/2006 5:06:20 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hi Scott,

Are you talking about the editor? Is it downgrading to a TextArea instead of the WYSIWYG?

It might be something in the browser detection for FCKeditor, I've had to tweak that code before. Perhaps the user agent string for the new Mozilla is not getting detected properly.

In my Firefox, if I go to Help >About I have this for my version:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4

What do you have?

Joe
6/5/2006 5:08:51 PM
Gravatar
Total Posts 14

Re: Mozilla

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
6/5/2006 5:10:04 PM
Gravatar
Total Posts 14

Re: Mozilla

Sorry... Yes, it is downgrading to a textarea.  We are also using the same version.

Thanks for your help!
6/5/2006 5:11:09 PM
Gravatar
Total Posts 18439

Re: Mozilla

Oh wait I think I know what it is. The latest version of mojoPortal has an upgrade of FCKeditor and you still have old files in your cache. That happened to me right after the upgrade for FCK. In Firefox go to Tools > Options... and click clear cache now.

I think that will fix it.

Cheers,

Joe
6/5/2006 5:13:40 PM
Gravatar
Total Posts 18439

Re: Mozilla

If that works, I want to point out a cool new feature in FCKeditor, the Maximize button, last on the right in the bottom FCK toolbar, click it and the editor takes up the whole screen, click it again to toggle back.

Pretty cool,

Joe
6/5/2006 5:15:32 PM
Gravatar
Total Posts 14

Re: Mozilla

I am not seeing a change.  What version of FCKeditor should I have.
6/5/2006 5:18:08 PM
Gravatar
Total Posts 18439

Re: Mozilla

I think it still did not clear your cache, try closing all tabs but one and then go to google or some other site and then go to the Firefox Tools Menu and choose Options... and then click clear cache now. Then go back to your page and refresh. Does that fix it?
6/5/2006 5:18:46 PM
Gravatar
Total Posts 18439

Re: Mozilla

ps, refresh after you open the editor
6/5/2006 5:21:15 PM
Gravatar
Total Posts 14

Re: Mozilla

no change
6/5/2006 5:25:00 PM
Gravatar
Total Posts 18439

Re: Mozilla

What is the structure of your local url?

Mine is http://localhost/mojo/
6/5/2006 5:26:08 PM
Gravatar
Total Posts 14

Re: Mozilla

Same here...
6/5/2006 5:34:22 PM
Gravatar
Total Posts 18439

Re: Mozilla

I still think it must be the browser cache. You are using svn r1038 from branches/2.1 right? I have the same version on 2 machines and it works. Try going to google, clear the cache close the browser, go back to google, clear the cache again, then refresh. I know it sounds strange but I've seen stubborn browser cahces before and Firefox just made an upgrade. Alternatively, if you have another machine on the same network try use that machine with Firefox and http://yourlocalipaddress/mojo and see if the problem occurs on other machines.
6/5/2006 5:45:15 PM
Gravatar
Total Posts 18439

Re: Mozilla

I've got to crash but if the problem persists let me know and I'll dig further later and see if I can reproduce it.

Cheers,

Joe
6/5/2006 5:45:55 PM
Gravatar
Total Posts 14

Re: Mozilla

Still having the same error...

Thanks for your help and have a good night!
6/6/2006 1:38:14 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hi Scott,

I've tried on yet another machine here and still unable to replicate the problem.

By any chance  are you using a proxy server for your internet connection? If so do you have it set to bypass the proxy for localhost in the Firefox connection settings?

Joe
6/6/2006 4:35:01 PM
Gravatar
Total Posts 148

Re: Mozilla

Are you using a Firefox extension that allows you to change the User Agent header?  If so, make sure it is set back to the default.  If you aren't sure what User Agent header, you are sending, visit a user agent info page.

--Dean
6/8/2006 3:23:58 PM
Gravatar
Total Posts 18439

Re: Mozilla

I almost can't believe it but I was able to reproduce this problem tonight, not in branches/2.1 but in trunk.
I went to change the textarea in the Contact Form to use the FCKeditor because I had forgot to do this in trunk when I made this change in 2.1 quite a while back.
I opened the page first  then coded it up to use the editor and it doesn't render the toolbar. I stepped through the code and it is rendering the iframe but the toolbar won't display for some reason. It works fine in IE and the editor also works in the forums and other modules. But on the page where I opened it first as a text area then changed it to the editor its like its cached something that is blocking the toolbar. I've tried clearing the cache and all the private data but it just seems stuck.

I step through the fckeditor server side code and it does exactly what it should as far as I can tell.

I'm hacking around with it now trying to see if anything I do resolves it.

Totally weird but I think it is the same problem and may be a firefox bug of some kind from the latest update.
6/8/2006 3:33:41 PM
Gravatar
Total Posts 148

Re: Mozilla

Any errors in Firefox's javascript console?  If not, then the issue might be an old browsercaps.

--Dean
6/8/2006 3:44:25 PM
Gravatar
Total Posts 18439

Re: Mozilla

Hey Dean,

Yes the javascript console is showing a whole bunch of errors as shown below. Whats even weirder is it works in the other modules, I'm just getting the behaviour in the contact form. The javascript console shows the same errors on the pages where the editor is working.

6/8/2006 3:46:55 PM
Gravatar
Total Posts 18439

Re: Mozilla

I don't think browser caps is involved at all because the code for browser detection was changed by me to this a long time ago to solve a mono bug

System.Web.HttpBrowserCapabilities oBrowser = Page.Request.Browser ;

            // added 7/30/2005 Joe Audette
            return oBrowser.JavaScript;

and stepping through it returns true
6/8/2006 3:58:51 PM
Gravatar
Total Posts 18439

Re: Mozilla

I've even re-installed Firefox and the problem persists.

Dean, I commited the change to trunk for the editor in contact form can you try it on your end?

I'm seeing a long list of javascript errors in the console even on this site when th editor is open.

Thanks,

Joe
6/9/2006 8:27:10 AM
Gravatar
Total Posts 148

Re: Mozilla

My primary development box is being upgraded at the moment so I can't test right away.  Hopefully within the next couple days though.

--Dean
6/10/2006 7:05:14 AM
Gravatar
Total Posts 148

Re: Mozilla

I just submitted a fix (change 1043) to SVN trunk.  All but one of the errors in the Javascript console were CSS errors and could be safely ignored for the purposes of this bug.  The only actual Javascript error was:

FCK.LinkedField has no properties (in FCKEditor/editor/js/fckeditorcode_gecko_1.js, line14)

I implemented the fix I found in a Community Server post.

Since I'm not seeing the problem on mojoportal.com, I'm assuming that the bug was fixed in FCKEditor 2.2 which is used in the 2.1 branch.

--Dean

P.S. Since I'm using mono-1.1.13.7 I also needed to update /etc/mono/browscap.ini to recognize that Firefox-1.5 has javascript.
6/10/2006 7:26:25 AM
Gravatar
Total Posts 18439

Re: Mozilla

Great Work Dean!

That fixed the symptom as I was seeing it in trunk and it was not fixed in the 2.1 branch so I copied your fix there and committed.
I just downloaded the latest .NET wrapper from the FCK site and it still has the bug so it might be good to report it upstream.

Scott,

Can you get lates from branches/2.1 and see if its fixed for you?

Thanks,

Joe
6/10/2006 3:21:06 PM
Gravatar
Total Posts 14

Re: Mozilla

I am seeing the same symptoms even after clearing the cache a couple of times.  I also deleted my checked out code and did a new checkout to make sure that wasn't it.  I am now really confused?!?  I do appreciate your help, just not sure why my box is deciding to give me fits.  I am using the 2.1 branch on a machine with Windows XP Pro, and SQL 2005 Express on it.  I am not sure if anything else is relavent.
6/10/2006 3:30:40 PM
Gravatar
Total Posts 18439

Re: Mozilla

Darn, I was really thinking that was the fix. You did Rebuild the Solution after gettting the latest right?

Joe
6/10/2006 3:32:17 PM
Gravatar
Total Posts 18439

Re: Mozilla

Oh, nevermind I guess you must have it you did a clean checkout.

Rats, I'll keep digging.

Joe
6/10/2006 3:44:39 PM
Gravatar
Total Posts 148

Re: Mozilla

If you search in the HTML source for the page that Firefox displays, does it contain an iframe or a textarea?  If it is displaying a textarea, then ASP.NET must think your browser doesn't support javascript.  If it is an iframe, there is probably a javascript error in the javascript console (one associated with a js file instead of a css file).  Let us know what it is.

--Dean
6/10/2006 5:18:50 PM
Gravatar
Total Posts 18439

Re: Mozilla

I just committed a change to include some of the FCK files in the 2.1 project that were not previously included.

I really don't think this will fix anything because the files were already on disk and that should be all that is needed to work, the change I made is really just so VS knows about the files.

But with weird bugs like this you never know what might fix it.

Joe
6/10/2006 6:59:08 PM
Gravatar
Total Posts 14

Re: Mozilla

The error I get in the Java Console window is as follows:

Error: The stylesheet http://localhost/mojo/Data/Sites/1/skins/GotMono/style.css was not loaded because its MIME type, "application/x-css", is not "text/css".
Source File: http://localhost/mojo/
Line: 0

I haven't downloaded the latest source to compile yet, but will soon.

Thanks,
Scott
6/10/2006 7:03:48 PM
Gravatar
Total Posts 14

Re: Mozilla

Here is the page source...


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
mojoPortal Home
</title><link href='http://localhost/mojo/Data/Sites/1/skins/GotMono/style.css' type='text/css' rel='stylesheet' />
<!--[if lt IE 9]>
<link id="ctl00_IEMenuCSS" rel="stylesheet" href="Data/Sites/1/skins/GotMono/IESpecific.css" type="text/css" />
<![endif]-->

<meta name="keywords" content="mojoPortal, C#, ASP.NET, mono, linux" /><meta name="description" content="A site of interest to .NET developers wanting to deploy ASP.NET on Linux" /><meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /><link rel="shortcut icon" href="http://localhost/mojo/Data/Sites/1/skins/GotMono/favicon.ico" /><link href="App_Themes/default/theme.css" type="text/css" rel="stylesheet" /><style type="text/css">
.ctl00_SiteMenu1_ctl00_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
.ctl00_SiteMenu1_ctl00_1 { font-size:Small;font-weight:bold;font-style:normal;text-decoration:none; }
.ctl00_SiteMenu1_ctl00_2 { border-color:#CAB693;border-width:0px;border-style:None;font-size:Small;font-weight:bold;font-style:normal;text-decoration:none; }
.ctl00_SiteMenu1_ctl00_3 { font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_4 { background-color:#DCE1E5;border-color:#A9B8C2;border-width:1px;border-style:Solid;padding:2px 2px 2px 2px; }
.ctl00_SiteMenu1_ctl00_5 { background-color:#DCE1E5;border-color:#A9B8C2;border-width:0px;border-style:Solid;padding:0px 0px 0px 0px; }
.ctl00_SiteMenu1_ctl00_6 { color:#005784;font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_7 { background-color:#DCE1E5;border-color:#A9B8C2;border-width:1px;border-style:Solid;padding:2px 2px 2px 2px; }
.ctl00_SiteMenu1_ctl00_8 { background-color:#00719B;border-color:#A9B8C2;border-width:0px;border-style:None;padding:0px 0px 0px 0px; }
.ctl00_SiteMenu1_ctl00_9 { color:#00719B;font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_10 { background-color:#ECECEC;border-color:#A9B8C2;border-width:1px;border-style:Solid;padding:2px 2px 2px 2px; }
.ctl00_SiteMenu1_ctl00_11 { font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_12 { background-color:#DCE1E5;border-color:#A9B8C2;border-width:0px;border-style:None;padding:0px 0px 0px 0px; }
.ctl00_SiteMenu1_ctl00_13 { color:#D46400;font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_14 { text-decoration:underline;font-weight:bold;font-style:normal;font-size:Small;font-family:Verdana,Helvetica,sans-serif;color:#D46400;border-width:1px;border-style:Solid;border-color:#A9B8C2;background-color:#ECECEC; }
.ctl00_SiteMenu1_ctl00_15 { color:#005784;font-family:Verdana,Helvetica,sans-serif;font-size:Small;font-weight:bold;font-style:normal;text-decoration:underline;border-style:none; }
.ctl00_SiteMenu1_ctl00_16 { text-decoration:underline;font-weight:bold;font-style:normal;font-size:Small;font-family:Verdana,Helvetica,sans-serif;color:#005784;border-width:2px;border-style:Solid;border-color:#A9B8C2;background-color:#ECECEC; }

</style></head>
<body>
<form method="post" action="default.aspx" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODk5OTg5MTY2D2QWAmYPZBYCAgMPZBYIAgQPDxYCHgdWaXNpYmxlaGRkAgcPZBYEZg8PFgIfAGhkZAICDw8WAh8AaGRkAg4PDxYGHghDc3NDbGFzcwURY2VudGVyLWxlZnRtYXJnaW4eBF8hU0ICAh8AZ2QWAgIFD2QWAgIBD2QWBAIEDw8WAh8AaGRkAgYPDxYCHwBoZGQCDw8PFgIfAGhkZBgBBRVjdGwwMCRTaXRlTWVudTEkY3RsMDAPD2QFBEhvbWVkPuh4/UEEN905KuU0NQeuYl5haPo=" />
</div>

<script src="/mojo/ClientScript/AdapterUtils.js" type="text/javascript"></script>
<script src="/mojo/ClientScript/MenuAdapter.js" type="text/javascript"></script>

<div id="wrapwebsite">
<div id="wrapheader">
<div id="logodesc">
<span class="logobox">
<a href='http://localhost/mojo'><img alt='mojoPortal' src='http://localhost/mojo/Data/Sites/1/logos/mojotonguesmall.gif' /></a>
</span>
				     <div class="topnav">

<a href='http://localhost/mojo' class='sitelink'>Home</a>




<span class='accent'>|</span> <a href='http://localhost/mojo/SearchResults.aspx' class='sitelink'>Search</a>
<span class='accent'>|</span> <a href='http://localhost/mojo/Secure/Register.aspx' class='sitelink'>Register</a>
<span class='accent'>|</span> <a href='http://localhost/mojo/Secure/Login.aspx' class='sitelink'>Log In</a>
						



</div>
<div class="sitetitle">
<a class='SiteTitle' href='http://localhost/mojo' >mojoPortal</a>
</div>
</div>
</div>

<div id="wrapcenter">

<div id="ctl00_divLeft" class="leftside">
	


<div class="AspNet-Menu-Vertical">
<ul class="AspNet-Menu">
<li class="AspNet-Menu-SelectedLeaf">
<a href="/mojo/Default.aspx?pageindex=0&pageid=0" class="AspNet-Menu-Link" title="Home">
Home
</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/mojo/Default.aspx?pageindex=1&pageid=1" class="AspNet-Menu-Link" title="Forum">
					Forum
</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/mojo/Default.aspx?pageindex=2&pageid=2" class="AspNet-Menu-Link" title="Image Gallery">
Image Gallery
</a>
</li>
<li class="AspNet-Menu-Leaf">
<a href="/mojo/Default.aspx?pageindex=3&pageid=3" class="AspNet-Menu-Link" title="Events">
					Events
</a>
</li>
</ul>
</div>


<br />





</div>

<div id="ctl00_divCenter" class="center-leftmargin">







<h1 class="moduletitle">
    <span id="ctl00_mainContent_ctl00_Title1_ModuleTitle">Welcome</span>

<a id="ctl00_mainContent_ctl00_Title1_lnkEdit" class="ModuleEditLink"></a></h1>
<hr class="hrModuleTitle" />



<div id="ctl00_mainContent_ctl00_divSingleItem" class="modulecontent">Welcome to <b>mojoPortal</b>, this is sample data, you can edit this content to get started.
<br /><br />You can login using admin@admin.com and the password admin.
<br /><br />Be sure and change the administrator name and password on the profile page after you login.
<br /><br />After you login, you will see an Admin menu that provides features to create new pages and
add content modules to the pages. You can create new roles and determine which roles can edit content
for any content module.
<br /><br />This is the Html Module which is the basic content managment tool for the site.
<br /><br />For more info on using mojoPortal, please visit
<a href="http://www.mojoportal.com" target="_blank">www.mojoportal.com</a></div>

<div class="modulefooter">&nbsp;</div>
<br />

</div>



<div id="wrapfooter">
<a href='/mojo/default.aspx?skin=printerfriendly'>Printable View</a><br /><br />
<a href="http://www.mojoportal.com" ><img id="logo" alt="mojoPortal" src="http://localhost/mojo/Data/SiteImages/poweredbymojoportal3.gif" /></a>
<a href="http://validator.w3.org/check?uri=referer"><img src="http://localhost/mojo/Data/SiteImages/valid-xhtml10.png" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://localhost/mojo/Data/Sites/1/skins/GotMono/style.css"><img style="border:0;width:88px;height:31px" src="http://localhost/mojo/Data/SiteImages/vcss.png" alt="Valid CSS!" /></a>
			</div>

</div>

</div>
</form>

</body>
</html>
6/10/2006 7:04:29 PM
Gravatar
Total Posts 14

Re: Mozilla

I may be blind, but don't see a textarea or an iFrame either one...?
6/10/2006 7:14:18 PM
Gravatar
Total Posts 14

Re: Mozilla

I updated the code and rebuilt the solution, but still to no avail...  I have been getting ~530 warnings and figured I should post them as well...

Warning    1    Missing XML comment for publicly visible type or member 'Rss.RssFeed.BaseUrl'    D:\projects\devmojoportal\RSS.NET\RssFeed.cs    106    23    RSS.NET
Warning    2    Missing XML comment for publicly visible type or member 'Rss.RssWriter.RssWriter(System.IO.Stream, System.Text.Encoding, string)'    D:\projects\devmojoportal\RSS.NET\RssWriter.cs    79    16    RSS.NET
Warning    3    Missing XML comment for publicly visible type or member 'Rss.RssWriter.RssWriter(System.IO.Stream, string)'    D:\projects\devmojoportal\RSS.NET\RssWriter.cs    94    16    RSS.NET
Warning    4    The variable 'ex2' is declared but never used    D:\projects\devmojoportal\RSS.NET\RssReader.cs    878    5    RSS.NET
Warning    5    Missing XML comment for publicly visible type or member 'Rss.RssReader.ParseDateTime(string)'    D:\projects\devmojoportal\RSS.NET\RssReader.cs    863    26    RSS.NET
Warning    6    Missing XML comment for publicly visible type or member 'Rss.RssReader.ConvertToGMT(string)'    D:\projects\devmojoportal\RSS.NET\RssReader.cs    888    26    RSS.NET
Warning    7    Missing XML comment for publicly visible type or member 'Rss.RssReader.AddMissingSecondsToFormat(string)'    D:\projects\devmojoportal\RSS.NET\RssReader.cs    922    24    RSS.NET
Warning    8    Missing XML comment for publicly visible type or member 'Rss.RssReader.TimeZones'    D:\projects\devmojoportal\RSS.NET\RssReader.cs    963    28    RSS.NET
Warning    9    The variable 'ie' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Search\ParallelMultiSearcher.cs    100    5    Lucene.Net
Warning    10    The variable 'ie' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Search\ParallelMultiSearcher.cs    148    5    Lucene.Net
Warning    11    'System.Threading.Thread.Resume()' is obsolete: 'Thread.Resume has been deprecated.  Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.  http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\Lucene.Net\SupportClass.cs    217    13    Lucene.Net
Warning    12    'System.Threading.Thread.Suspend()' is obsolete: 'Thread.Suspend has been deprecated.  Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.  http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\Lucene.Net\SupportClass.cs    250    13    Lucene.Net
Warning    13    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\SupportClass.cs    559    38    Lucene.Net
Warning    14    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\SupportClass.cs    575    38    Lucene.Net
Warning    15    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\SupportClass.cs    591    38    Lucene.Net
Warning    16    The variable 'tmc' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    142    4    Lucene.Net
Warning    17    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    310    5    Lucene.Net
Warning    18    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    322    4    Lucene.Net
Warning    19    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    403    4    Lucene.Net
Warning    20    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    632    4    Lucene.Net
Warning    21    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    680    4    Lucene.Net
Warning    22    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    739    4    Lucene.Net
Warning    23    The variable 'ignored' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    803    5    Lucene.Net
Warning    24    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    811    4    Lucene.Net
Warning    25    The variable 'rangein' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    820    9    Lucene.Net
Warning    26    The variable 'ignored' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    914    25    Lucene.Net
Warning    27    The variable 'ignored' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    1139    7    Lucene.Net
Warning    28    The variable 'ignored' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    1159    5    Lucene.Net
Warning    29    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    1176    4    Lucene.Net
Warning    30    The variable 'ls' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    1186    4    Lucene.Net
Warning    31    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\Search\WildcardTermEnum.cs    107    31    Lucene.Net
Warning    32    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    68    13    Lucene.Net
Warning    33    The variable 'nextStates' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    146    19    Lucene.Net
Warning    34    The variable 'j' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    151    17    Lucene.Net
Warning    35    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    160    1    Lucene.Net
Warning    36    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    305    1    Lucene.Net
Warning    37    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    482    1    Lucene.Net
Warning    38    The variable 'nextStates' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    626    10    Lucene.Net
Warning    39    The variable 'j' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    631    8    Lucene.Net
Warning    40    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    640    1    Lucene.Net
Warning    41    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    695    1    Lucene.Net
Warning    42    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    728    1    Lucene.Net
Warning    43    The variable 'nextStates' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    779    10    Lucene.Net
Warning    44    The variable 'j' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    784    8    Lucene.Net
Warning    45    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    875    5    Lucene.Net
Warning    46    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    793    1    Lucene.Net
Warning    47    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    830    1    Lucene.Net
Warning    48    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    850    1    Lucene.Net
Warning    49    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    911    4    Lucene.Net
Warning    50    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    939    4    Lucene.Net
Warning    51    The variable 'nextStates' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    960    10    Lucene.Net
Warning    52    The variable 'j' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    965    8    Lucene.Net
Warning    53    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1101    5    Lucene.Net
Warning    54    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    974    1    Lucene.Net
Warning    55    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1029    1    Lucene.Net
Warning    56    This label has not been referenced    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1062    1    Lucene.Net
Warning    57    The variable 'kind' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1190    8    Lucene.Net
Warning    58    The variable 'specialToken' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1191    10    Lucene.Net
Warning    59    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1201    5    Lucene.Net
Warning    60    The variable 'e1' is declared but never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParserTokenManager.cs    1261    5    Lucene.Net
Warning    61    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Util\Constants.cs    35    55    Lucene.Net
Warning    62    Unreachable code detected    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\StandardTokenizer.cs    104    4    Lucene.Net
Warning    63    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Index\TermVectorsReader.cs    136    6    Lucene.Net
Warning    64    The variable 'j' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Index\FieldInfos.cs    82    8    Lucene.Net
Warning    65    The variable 'j' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Index\FieldInfos.cs    101    8    Lucene.Net
Warning    66    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Search\FieldCacheImpl.cs    231    29    Lucene.Net
Warning    67    The variable 'nfe1' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Search\FieldCacheImpl.cs    419    7    Lucene.Net
Warning    68    The variable 'nfe2' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Search\FieldCacheImpl.cs    426    8    Lucene.Net
Warning    69    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    176    42    Lucene.Net
Warning    70    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    109    19    Lucene.Net
Warning    71    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    176    42    Lucene.Net
Warning    72    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    131    19    Lucene.Net
Warning    73    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    176    42    Lucene.Net
Warning    74    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Analysis\Standard\ParseException.cs    142    19    Lucene.Net
Warning    75    'System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is obsolete: 'Use System.Runtime.Remoting.RemotingConfiguration.Configure(string fileName, bool ensureSecurity) instead.'    D:\projects\devmojoportal\Lucene.Net\Search\RemoteSearchable.cs    112    4    Lucene.Net
Warning    76    'System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: 'Use System.Runtime.Remoting.ChannelServices.RegisterChannel(IChannel chnl, bool ensureSecurity) instead.'    D:\projects\devmojoportal\Lucene.Net\Search\RemoteSearchable.cs    113    4    Lucene.Net
Warning    77    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Index\CompoundFileReader.cs    101    6    Lucene.Net
Warning    78    The variable 'ex' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Store\FSDirectory.cs    401    17    Lucene.Net
Warning    79    The variable 'e' is declared but never used    D:\projects\devmojoportal\Lucene.Net\Store\FSDirectory.cs    436    21    Lucene.Net
Warning    80    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'    D:\projects\devmojoportal\Lucene.Net\Store\FSDirectory.cs    567    20    Lucene.Net
Warning    81    The private field 'Lucene.Net.QueryParsers.QueryParser.jj_semLA' is never used    D:\projects\devmojoportal\Lucene.Net\QueryParser\QueryParser.cs    1211    16    Lucene.Net
Warning    82    The private field 'Lucene.Net.Analysis.RU.RussianAnalyzer.F' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianAnalyzer.cs    55    23    Lucene.Net
Warning    83    The private field 'Lucene.Net.Analysis.RU.RussianAnalyzer.TS' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianAnalyzer.cs    57    23    Lucene.Net
Warning    84    The private field 'Lucene.Net.Analysis.RU.RussianAnalyzer.HARD' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianAnalyzer.cs    61    23    Lucene.Net
Warning    85    The private field 'Lucene.Net.Index.CompoundFileReader.open' is never used    D:\projects\devmojoportal\Lucene.Net\Index\CompoundFileReader.cs    49    16    Lucene.Net
Warning    86    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.B' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    35    23    Lucene.Net
Warning    87    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.D' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    38    23    Lucene.Net
Warning    88    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.ZH' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    40    23    Lucene.Net
Warning    89    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.Z' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    41    23    Lucene.Net
Warning    90    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.K' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    44    23    Lucene.Net
Warning    91    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.P' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    49    23    Lucene.Net
Warning    92    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.R' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    50    23    Lucene.Net
Warning    93    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.F' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    54    23    Lucene.Net
Warning    94    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.TS' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    56    23    Lucene.Net
Warning    95    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.CH' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    57    23    Lucene.Net
Warning    96    The private field 'Lucene.Net.Analysis.RU.RussianStemmer.HARD' is assigned but its value is never used    D:\projects\devmojoportal\Lucene.Net\Analysis\RU\RussianStemmer.cs    60    23    Lucene.Net
Warning    97    A previous catch clause already catches all exceptions. All non-exceptions thrown will be wrapped in a System.Runtime.CompilerServices.RuntimeWrappedException    D:\projects\devmojoportal\log4net\Appender\AppenderSkeleton.cs    346    5    log4net
Warning    98    Ambiguous reference in cref attribute: 'FindAndRender'. Assuming 'log4net.ObjectRenderer.RendererMap.FindAndRender(object)', but could have also matched other overloads including 'log4net.ObjectRenderer.RendererMap.FindAndRender(object, System.IO.TextWriter)'.    D:\projects\devmojoportal\log4net\ObjectRenderer\RendererMap.cs    34    21    log4net
Warning    99    Ambiguous reference in cref attribute: 'Get'. Assuming 'log4net.ObjectRenderer.RendererMap.Get(object)', but could have also matched other overloads including 'log4net.ObjectRenderer.RendererMap.Get(System.Type)'.    D:\projects\devmojoportal\log4net\ObjectRenderer\RendererMap.cs    302    64    log4net
Warning    100    Ambiguous reference in cref attribute: 'RendererMap.FindAndRender'. Assuming 'log4net.ObjectRenderer.RendererMap.FindAndRender(object)', but could have also matched other overloads including 'log4net.ObjectRenderer.RendererMap.FindAndRender(object, System.IO.TextWriter)'.    D:\projects\devmojoportal\log4net\ObjectRenderer\IObjectRenderer.cs    54    54    log4net
Warning    101    Ambiguous reference in cref attribute: 'CreateRepository'. Assuming 'log4net.Core.IRepositorySelector.CreateRepository(System.Reflection.Assembly, System.Type)', but could have also matched other overloads including 'log4net.Core.IRepositorySelector.CreateRepository(string, System.Type)'.    D:\projects\devmojoportal\log4net\Core\IRepositorySelector.cs    176    57    log4net
Warning    102    Ambiguous reference in cref attribute: 'GetRepository'. Assuming 'log4net.Core.IRepositorySelector.GetRepository(System.Reflection.Assembly)', but could have also matched other overloads including 'log4net.Core.IRepositorySelector.GetRepository(string)'.    D:\projects\devmojoportal\log4net\Core\IRepositorySelector.cs    177    49    log4net
Warning    103    Ambiguous reference in cref attribute: 'CreateRepository'. Assuming 'log4net.Core.DefaultRepositorySelector.CreateRepository(System.Reflection.Assembly, System.Type)', but could have also matched other overloads including 'log4net.Core.DefaultRepositorySelector.CreateRepository(string, System.Type)'.    D:\projects\devmojoportal\log4net\Core\DefaultRepositorySelector.cs    421    57    log4net
Warning    104    Ambiguous reference in cref attribute: 'GetRepository'. Assuming 'log4net.Core.DefaultRepositorySelector.GetRepository(System.Reflection.Assembly)', but could have also matched other overloads including 'log4net.Core.DefaultRepositorySelector.GetRepository(string)'.    D:\projects\devmojoportal\log4net\Core\DefaultRepositorySelector.cs    422    49    log4net
Warning    105    Ambiguous reference in cref attribute: 'XmlConfigurator.Configure'. Assuming 'log4net.Config.XmlConfigurator.Configure()', but could have also matched other overloads including 'log4net.Config.XmlConfigurator.Configure(log4net.Repository.ILoggerRepository, System.IO.Stream)'.    D:\projects\devmojoportal\log4net\Config\XmlConfiguratorAttribute.cs    73    26    log4net
Warning    106    'System.Diagnostics.EventLog.CreateEventSource(string, string, string)' is obsolete: 'This method has been deprecated.  Please use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.  http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\EventLogAppender.cs    274    6    log4net
Warning    107    'System.Diagnostics.EventLog.CreateEventSource(string, string, string)' is obsolete: 'This method has been deprecated.  Please use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.  http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\EventLogAppender.cs    280    6    log4net
Warning    108    Ambiguous reference in cref attribute: 'DateTime.ToString'. Assuming 'System.DateTime.ToString()', but could have also matched other overloads including 'System.DateTime.ToString(string, System.IFormatProvider)'.    D:\projects\devmojoportal\log4net\Layout\PatternLayout.cs    130    47    log4net
Warning    109    Ambiguous reference in cref attribute: 'DateTime.ToString'. Assuming 'System.DateTime.ToString()', but could have also matched other overloads including 'System.DateTime.ToString(string, System.IFormatProvider)'.    D:\projects\devmojoportal\log4net\Layout\PatternLayout.cs    491    47    log4net
Warning    110    Ambiguous reference in cref attribute: 'AddConverter'. Assuming 'log4net.Layout.PatternLayout.AddConverter(log4net.Layout.PatternLayout.ConverterInfo)', but could have also matched other overloads including 'log4net.Layout.PatternLayout.AddConverter(string, System.Type)'.    D:\projects\devmojoportal\log4net\Layout\PatternLayout.cs    676    36    log4net
Warning    111    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.Core.LogImpl.Debug(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    42    25    log4net
Warning    112    Ambiguous reference in cref attribute: 'DebugFormat'. Assuming 'log4net.Core.LogImpl.DebugFormat(string, params object[])', but could have also matched other overloads including 'log4net.Core.LogImpl.DebugFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    42    87    log4net
Warning    113    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.Core.LogImpl.Info(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    52    25    log4net
Warning    114    Ambiguous reference in cref attribute: 'InfoFormat'. Assuming 'log4net.Core.LogImpl.InfoFormat(string, params object[])', but could have also matched other overloads including 'log4net.Core.LogImpl.InfoFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    52    86    log4net
Warning    115    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.Core.LogImpl.Warn(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    62    25    log4net
Warning    116    Ambiguous reference in cref attribute: 'WarnFormat'. Assuming 'log4net.Core.LogImpl.WarnFormat(string, params object[])', but could have also matched other overloads including 'log4net.Core.LogImpl.WarnFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    62    86    log4net
Warning    117    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.Core.LogImpl.Error(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    72    25    log4net
Warning    118    Ambiguous reference in cref attribute: 'ErrorFormat'. Assuming 'log4net.Core.LogImpl.ErrorFormat(string, params object[])', but could have also matched other overloads including 'log4net.Core.LogImpl.ErrorFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    72    87    log4net
Warning    119    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.Core.LogImpl.Fatal(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    82    25    log4net
Warning    120    Ambiguous reference in cref attribute: 'FatalFormat'. Assuming 'log4net.Core.LogImpl.FatalFormat(string, params object[])', but could have also matched other overloads including 'log4net.Core.LogImpl.FatalFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    82    87    log4net
Warning    121    Ambiguous reference in cref attribute: 'LogManager.GetLogger'. Assuming 'log4net.LogManager.GetLogger(string)', but could have also matched other overloads including 'log4net.LogManager.GetLogger(System.Reflection.Assembly, System.Type)'.    D:\projects\devmojoportal\log4net\ILog.cs    32    52    log4net
Warning    122    Ambiguous reference in cref attribute: 'LogManager.GetLogger'. Assuming 'log4net.LogManager.GetLogger(string)', but could have also matched other overloads including 'log4net.LogManager.GetLogger(System.Reflection.Assembly, System.Type)'.    D:\projects\devmojoportal\log4net\ILog.cs    61    21    log4net
Warning    123    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    118    18    log4net
Warning    124    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.ILog.Debug(object)', but could have also matched other overloads including 'log4net.ILog.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    123    88    log4net
Warning    125    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    140    18    log4net
Warning    126    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.ILog.Debug(object)', but could have also matched other overloads including 'log4net.ILog.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    145    88    log4net
Warning    127    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    205    18    log4net
Warning    128    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.ILog.Info(object)', but could have also matched other overloads including 'log4net.ILog.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    210    88    log4net
Warning    129    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    227    18    log4net
Warning    130    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.ILog.Info(object)', but could have also matched other overloads including 'log4net.ILog.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    232    88    log4net
Warning    131    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    292    18    log4net
Warning    132    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.ILog.Warn(object)', but could have also matched other overloads including 'log4net.ILog.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    297    88    log4net
Warning    133    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    314    18    log4net
Warning    134    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.ILog.Warn(object)', but could have also matched other overloads including 'log4net.ILog.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    319    88    log4net
Warning    135    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    379    18    log4net
Warning    136    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.ILog.Error(object)', but could have also matched other overloads including 'log4net.ILog.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    384    88    log4net
Warning    137    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    401    18    log4net
Warning    138    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.ILog.Error(object)', but could have also matched other overloads including 'log4net.ILog.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    406    88    log4net
Warning    139    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    466    18    log4net
Warning    140    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.ILog.Fatal(object)', but could have also matched other overloads including 'log4net.ILog.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    471    88    log4net
Warning    141    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    488    18    log4net
Warning    142    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.ILog.Fatal(object)', but could have also matched other overloads including 'log4net.ILog.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    493    88    log4net
Warning    143    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.ILog.Debug(object)', but could have also matched other overloads including 'log4net.ILog.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    535    22    log4net
Warning    144    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.ILog.Debug(object)', but could have also matched other overloads including 'log4net.ILog.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    568    22    log4net
Warning    145    Ambiguous reference in cref attribute: 'DebugFormat'. Assuming 'log4net.ILog.DebugFormat(string, params object[])', but could have also matched other overloads including 'log4net.ILog.DebugFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    569    22    log4net
Warning    146    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.ILog.Info(object)', but could have also matched other overloads including 'log4net.ILog.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    581    22    log4net
Warning    147    Ambiguous reference in cref attribute: 'InfoFormat'. Assuming 'log4net.ILog.InfoFormat(string, params object[])', but could have also matched other overloads including 'log4net.ILog.InfoFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    582    22    log4net
Warning    148    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.ILog.Warn(object)', but could have also matched other overloads including 'log4net.ILog.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    595    22    log4net
Warning    149    Ambiguous reference in cref attribute: 'WarnFormat'. Assuming 'log4net.ILog.WarnFormat(string, params object[])', but could have also matched other overloads including 'log4net.ILog.WarnFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    596    22    log4net
Warning    150    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.ILog.Error(object)', but could have also matched other overloads including 'log4net.ILog.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    609    22    log4net
Warning    151    Ambiguous reference in cref attribute: 'ErrorFormat'. Assuming 'log4net.ILog.ErrorFormat(string, params object[])', but could have also matched other overloads including 'log4net.ILog.ErrorFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    610    22    log4net
Warning    152    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.ILog.Fatal(object)', but could have also matched other overloads including 'log4net.ILog.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\ILog.cs    623    22    log4net
Warning    153    Ambiguous reference in cref attribute: 'FatalFormat'. Assuming 'log4net.ILog.FatalFormat(string, params object[])', but could have also matched other overloads including 'log4net.ILog.FatalFormat(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\ILog.cs    624    22    log4net
Warning    154    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    199    53    log4net
Warning    155    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.Core.LogImpl.Debug(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    210    88    log4net
Warning    156    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    227    53    log4net
Warning    157    Ambiguous reference in cref attribute: 'Debug'. Assuming 'log4net.Core.LogImpl.Debug(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Debug(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    233    88    log4net
Warning    158    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    298    53    log4net
Warning    159    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.Core.LogImpl.Info(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    309    88    log4net
Warning    160    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    326    53    log4net
Warning    161    Ambiguous reference in cref attribute: 'Info'. Assuming 'log4net.Core.LogImpl.Info(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Info(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    332    88    log4net
Warning    162    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    397    53    log4net
Warning    163    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.Core.LogImpl.Warn(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    408    88    log4net
Warning    164    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    425    53    log4net
Warning    165    Ambiguous reference in cref attribute: 'Warn'. Assuming 'log4net.Core.LogImpl.Warn(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Warn(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    431    88    log4net
Warning    166    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    496    53    log4net
Warning    167    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.Core.LogImpl.Error(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    507    88    log4net
Warning    168    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    524    53    log4net
Warning    169    Ambiguous reference in cref attribute: 'Error'. Assuming 'log4net.Core.LogImpl.Error(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Error(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    530    88    log4net
Warning    170    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    595    53    log4net
Warning    171    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.Core.LogImpl.Fatal(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    606    88    log4net
Warning    172    Ambiguous reference in cref attribute: 'String.Format'. Assuming 'string.Format(string, object)', but could have also matched other overloads including 'string.Format(System.IFormatProvider, string, params object[])'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    623    53    log4net
Warning    173    Ambiguous reference in cref attribute: 'Fatal'. Assuming 'log4net.Core.LogImpl.Fatal(object)', but could have also matched other overloads including 'log4net.Core.LogImpl.Fatal(object, System.Exception)'.    D:\projects\devmojoportal\log4net\Core\LogImpl.cs    629    88    log4net
Warning    174    Ambiguous reference in cref attribute: 'String.StartsWith'. Assuming 'string.StartsWith(string)', but could have also matched other overloads including 'string.StartsWith(string, bool, System.Globalization.CultureInfo)'.    D:\projects\devmojoportal\log4net\Filter\LoggerMatchFilter.cs    122    85    log4net
Warning    175    Ambiguous reference in cref attribute: 'String.StartsWith'. Assuming 'string.StartsWith(string)', but could have also matched other overloads including 'string.StartsWith(string, bool, System.Globalization.CultureInfo)'.    D:\projects\devmojoportal\log4net\Filter\LoggerMatchFilter.cs    98    37    log4net
Warning    176    Ambiguous reference in cref attribute: 'SendBuffer'. Assuming 'log4net.Appender.BufferingAppenderSkeleton.SendBuffer(log4net.Util.CyclicBuffer)', but could have also matched other overloads including 'log4net.Appender.BufferingAppenderSkeleton.SendBuffer(log4net.Core.LoggingEvent[])'.    D:\projects\devmojoportal\log4net\Appender\BufferingAppenderSkeleton.cs    345    68    log4net
Warning    177    'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\SmtpAppender.cs    280    5    log4net
Warning    178    'System.Web.Mail.MailMessage' is obsolete: 'The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\SmtpAppender.cs    280    35    log4net
Warning    179    'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\SmtpAppender.cs    336    6    log4net
Warning    180    'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'    D:\projects\devmojoportal\log4net\Appender\SmtpAppender.cs    339    5    log4net
Warning    181    Ambiguous reference in cref attribute: 'System.Web.TraceContext.Write'. Assuming 'System.Web.TraceContext.Write(string)', but could have also matched other overloads including 'System.Web.TraceContext.Write(string, string, System.Exception)'.    D:\projects\devmojoportal\log4net\Appender\AspNetTraceAppender.cs    47    52    log4net
Warning    182    Ambiguous reference in cref attribute: 'System.Web.TraceContext.Warn'. Assuming 'System.Web.TraceContext.Warn(string)', but could have also matched other overloads including 'System.Web.TraceContext.Warn(string, string, System.Exception)'.    D:\projects\devmojoportal\log4net\Appender\AspNetTraceAppender.cs    48    17    log4net
Warning    183    Ambiguous reference in cref attribute: 'PatternString.Format'. Assuming 'log4net.Util.PatternString.Format(System.IO.TextWriter)', but could have also matched other overloads including 'log4net.Util.PatternString.Format()'.    D:\projects\devmojoportal\log4net\Util\TypeConverters\PatternStringConverter.cs    71    27    log4net
Warning    184    Ambiguous reference in cref attribute: 'CreateRepository'. Assuming 'log4net.Core.CompactRepositorySelector.CreateRepository(System.Reflection.Assembly, System.Type)', but could have also matched other overloads including 'log4net.Core.CompactRepositorySelector.CreateRepository(string, System.Type)'.    D:\projects\devmojoportal\log4net\Core\CompactRepositorySelector.cs    269    57    log4net
Warning    185    Ambiguous reference in cref attribute: 'GetRepository'. Assuming 'log4net.Core.CompactRepositorySelector.GetRepository(System.Reflection.Assembly)', but could have also matched other overloads including 'log4net.Core.CompactRepositorySelector.GetRepository(string)'.    D:\projects\devmojoportal\log4net\Core\CompactRepositorySelector.cs    270    49    log4net
Warning    186    Ambiguous reference in cref attribute: 'Encoding.GetEncoding'. Assuming 'System.Text.Encoding.GetEncoding(int)', but could have also matched other overloads including 'System.Text.Encoding.GetEncoding(string, System.Text.EncoderFallback, System.Text.DecoderFallback)'.    D:\projects\devmojoportal\log4net\Util\TypeConverters\EncodingConverter.cs    64    27    log4net
Warning    187    'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replac
6/10/2006 8:07:53 PM
Gravatar
Total Posts 148

Re: Mozilla

I suspect we've been talking past each other... :-(

I (and probably Joe) thought that the problem was just that when you tried to add content (blog entries, comments, forum posts, etc) there was no way to add formatting like bold, italics, etc.

But based on the error:

The stylesheet http://localhost/mojo/Data/Sites/1/skins/GotMono/style.css was not loaded because its MIME type, "application/x-css", is not "text/css"
and based on the fact that you posted the HTML source for a page that doesn't have a anyplace to add content, I suspect that the problem is that the entire page appears without any styling.  Is that right?

If so, you just need to get IIS to return the correct MIME type for the style.css file.  I'm not sure how to do that off hand.  Perhaps Joe knows.

--Dean
6/10/2006 8:23:21 PM
Gravatar
Total Posts 148

Re: Mozilla

FYI, I found a page that describes how to configure MIME types for IIS5.

--Dean
6/11/2006 3:49:30 AM
Gravatar
Total Posts 18439

Re: Mozilla

Yes Dean, I think you are right. I have totally misinderstood the problem description and have been trying to solve the wrong problem as a result. It doesn't seem to be an issue with the editor at all.

Joe
6/12/2006 3:57:55 AM
Gravatar
Total Posts 14

Re: Mozilla

That was it.  Although, IIS 5 is supposed to have that css type loaded by default, it worked after I added css and text/css!!!  At least after I cleared the cache and then fired it back up!

Thanks so much for your assistance in this Dean and Joe!!!!!!!!
You must sign in to post in the forums. This thread is closed to new posts.