2010-07-21 44 views
0

我隨機出現跟隨錯誤。無法在屬性'VerticalAllignment'中轉換字符串'Top'

cannot convert string 'Top' in attribute 'VerticalAlignment' 
to object of type 'System.Windows.VerticalAlignment'. 
Top is not a valid value for VerticalAlignment. 

請提出可能導致此錯誤出現的原因以及它爲何如此隨機。

<ProgressBar Margin="10" Name="PBar" 
     HorizontalAlignment="Left" 
     VerticalAlignment="Top" 
     Width="150" Height="20" IsIndeterminate="True"> 
</ProgressBar> 
+0

你寫了VerticalAllignment雙-1 – codymanix 2010-07-21 14:59:22

+0

是的,但沒有代碼,對不起。 – Lalit 2010-07-21 15:07:12

+1

你能發佈產生這個錯誤的代碼嗎? – ChrisF 2010-07-21 15:09:24

回答

0

它看起來像一些核心的WPF問題。今天,我開始從另一個代碼中獲得simillar問題。沒有什麼似乎是錯的,但肯定是有的。它可能與WPF的版本或其他東西有關(我的意思是與環境有關)。新的如下。

無法轉換字符串「無」在 屬性「WindowStyle」 型「System.Windows.WindowStyle」的反對。 對於 WindowStyle,沒有任何值是有效的。