1
我正在使用Silver light Richtext框。所有在我的開發機器上工作正常,但當我發佈到II(IIS6不知道這是否重要)標記正在顯示,而不是格式化文本。再次,每件事都在我的電腦上工作,所以代碼是正確的。Silverlight - 富文本框
這正顯示
<Section xml:space="preserve" HasTrailingParagraphBreakOnPaste="False"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Paragraph FontSize="11" FontFamily="Portable User Interface"
Foreground="#FF000000" FontWeight="Normal" FontStyle="Normal"
FontStretch="Normal" TextAlignment="Left" LineHeight="0"
LineStackingStrategy="MaxHeight">
<Run>trends including: </Run>
(注:代碼格式化爲可讀性 - 有原無空格)。
既然代碼是可見的,我可以看到你已經錯過了截止收盤''和''。這是否真的缺失? – ChrisF
對不起,我只是沒有把它全部粘貼。這個包含RichTextbox的應用程序在我的開發PC上工作正常。我假設服務器上缺少某些東西,但我無法弄清楚什麼。 –