Silverlight外掛錯誤訊息
這個話題列表錯誤訊息,來自原生代碼實現Silverlight外掛,和原生代碼級別的物件樹和XAML解析器。錯誤訊息主要是相關的,如果你使用JavaScript API技術用於錯誤處理(OnError)或通用指令碼水平除錯在發展。
注意處理錯誤的JavaScript API描述主題的錯誤處理。
錯誤訊息可能不是相關託管的使用者程式碼異常處理與UnhandledException事件。然而,在許多情況下,本地錯誤可以發生在當你讓管理呼叫成員使用功能的核心。本機誤差可能有用的除錯線索在開發階段確定哪些方面的管理呼叫不是按預期執行。
下表列出了錯誤程式碼和相應的錯誤訊息。錯誤訊息顯示只有當你有Silverlight開發執行時安裝。有關更多資訊,請參見Silverlight的工具。終端使用者執行時只提供錯誤程式碼,但是您可以使用下表來查詢相應的錯誤訊息。
在許多情況下,錯誤訊息將為你提供足夠的資訊來診斷並解決這個錯誤。然而,一些錯誤是罕見的,不給他一個解釋的錯誤訊息。此外,一些錯誤可以發生在各種各樣的情況,或由於不可預見的條件。這使得我們很難提供通用的故障診斷文件外掛錯誤。
如果你遇到一個錯誤,你不能解決使用資訊在下表中,可以找到額外的幫助在Silverlight論壇通過搜尋錯誤程式碼。如果你不找到現有的帖子,描述你的情況下,建立一個新帖子,包括錯誤程式碼和描述你的場景。這些論壇定期監測產品團隊的Silverlight和開發者社群,提供最好的方法解決具體的錯誤條件。
Error Code |
Error Message |
1001 |
AG_E_UNKNOWN_ERROR |
2000 |
Document is not well-formed XAML. |
2001 |
DTDs are not allowed. |
2002 |
Entity references to named entities other than lt, gt, amp, apos, and quot are not allowed. |
2003 |
Entity definitions are not allowed. |
2004 |
Only UTF-8 and UTF-16 encodings are supported. |
2005 |
Unknown namespace %0. |
2007 |
Unknown element: %0. |
2008 |
Cannot specify the value multiple times for properties. |
2009 |
Cannot specify content for %0 and set its %1 property at the same time. |
2010 |
%0 does not support %1 as content. |
2011 |
%0 does not support text content. |
2012 |
Unknown attribute %0 on element %1. |
2013 |
Attribute %0 value is out of range. |
2014 |
The attribute %0 is read only and cannot be set. |
2015 |
Cannot declare custom namespaces in JavaScript. |
2016 |
Cannot specify both Name and x:Name attributes. |
2017 |
Null is not a legal value for attribute %0. |
2018 |
The element %0 does not support attributes. |
2019 |
Xaml may not use base type names, use %0 instead. |
2020 |
Invalid Property: %0. |
2021 |
Invalid enum value. |
2022 |
Unknown Color: %0. |
2023 |
%0 is not an event. |
2024 |
Invalid attribute value %0 for property %1. |
2025 |
AG_E_PARSER_ATTRIBUTE |
2027 |
AG_E_PARSER_ELEMENT |
2028 |
The name already exists in the tree: %0. |
2030 |
Property element %0 cannot be used inside another property element. |
2031 |
The property element %0 must appear before other content. |
2033 |
Cannot specify the value multiple times for property: %0. |
2034 |
Elements in a ResourceDictionary must have x:Key or x:Name attribute. |
2035 |
The element is not valid in the given namespace. |
2036 |
XamlReader.Load() does not accept event handlers. |
2100 |
AG_E_INIT_CALLBACK |
2101 |
Failed to initialize the application's root visual |
2102 |
Invalid source file specified on Silverlight plug-in. Expected Uri for application file |
2103 |
Invalid or malformed application: Check manifest |
2104 |
Could not download the Silverlight application. Check web server settings |
2105 |
Failed to load pre-requisites for the application |
2106 |
Failed to load the application. It was built with an obsolete version of Silverlight |
2107 |
Splash screen file needs to be on the same domain as the application |
2108 |
Failed to download the splash screen |
2150 |
Failed to load a platform extension. Possibly corrupt or non-existent file: %0 |
2152 |
Failed to download a platform extension: %0 |
2153 |
Failed to load a platform extension. Possibly corrupt or invalid file: %0 |
2201 |
AG_E_RUNTIME_INVALID_CALL |
2202 |
AG_E_RUNTIME_FINDNAME |
2203 |
AG_E_RUNTIME_SETVALUE |
2204 |
AG_E_RUNTIME_GETVALUE |
2205 |
AG_E_RUNTIME_ADDEVENT |
2206 |
AG_E_RUNTIME_DELEVENT |
2207 |
AG_E_RUNTIME_METHOD |
2208 |
AG_E_RUNTIME_GETHOST |
2209 |
AG_E_RUNTIME_GETPARENT |
2210 |
AG_E_INVALID_ARGUMENT |
2211 |
AG_E_RUNTIME_HTML_ACCESS_RESTRICTED |
2212 |
Animation target not specified. |
2213 |
Cannot resolve TargetName %0. |
2214 |
Cannot resolve TargetProperty %0 on specified object. |
2215 |
%0 cannot be used to animate property %1 due to incompatible type. |
2216 |
Multiple animations in the same containing Storyboard cannot target the same property on a single element. |
2217 |
KeyTime property on KeyFrame object must be set to a non-negative TimeSpan value. |
2218 |
Operation is not valid on an active Animation or Storyboard.Root Storyboard must be stopped first. |
2219 |
Operation is not allowed on a non-root Storyboard. |
2220 |
Cannot determine Storyboard Duration. |
2221 |
Shader file %0 not found. |
2222 |
Invalid shader. |
2250 |
AG_E_RUNTIME_MANAGED_UNKNOWN_ERROR |
2251 |
AG_E_RUNTIME_MANAGED_ACTIVATION |
2252 |
AG_E_RUNTIME_MANAGED_ASSEMBLY_DOWNLOAD |
2253 |
AG_E_RUNTIME_MANAGED_ASSEMBLY_LOAD |
2254 |
AG_E_PARSER_UNKNOWN_TYPE |
2255 |
AG_E_PARSER_BAD_TYPE |
2256 |
AG_E_PARSER_BAD_NATIVE_TYPE |
2257 |
AG_E_PARSER_CREATE_OBJECT_FAILED |
2258 |
AG_E_PARSER_PROPERTY_NOT_FOUND |
2259 |
AG_E_PARSER_BAD_PROPERTY_TYPE |
相關推薦Silverlight外掛錯誤訊息這個話題列表錯誤訊息,來自原生代碼實現Silverlight外掛,和原生代碼級別的物件樹和XAML解析器。錯誤訊息主要是相關的,如果你使用JavaScript API技術用於錯誤處理(OnError)或通用指令碼水平除錯在發展。 注意處理錯誤的JavaScript API描述主題的錯誤處理。 錯誤訊息 Silverlight外掛安裝失敗,提示1603錯誤號的解決辦法訊息 ID: 1603,安裝過程中出現錯誤。請執行以下步驟:原因是在以前安裝過silverlight,沒有安裝成功或者沒有徹底解除安裝乾淨,遺留了一些檔案,尤其是安裝時突然中斷的時候會出現這個問題,還有 關於如何解決silverlight安裝錯誤:提示訊息ID1603當你手動安裝silverlight失敗時他會彈出一個對話方塊,這時請不要點選關閉按鈕,請找到silverlight安裝程式的路徑,這時你會發現在當前路徑下多了一個臨時的資料夾,名字應該是隨機產生的如圖: 然後你開啟這個檔案可看到: 這時你將silverligt.7z 如何將錯誤訊息輸出到絕對路徑下編寫前需要加入引用空間 using system,IO 新建一個方法 private static void PrintError(string log) { FileStream file=new FileStream("存入的檔名+字尾",FileMode.Append);//把錯誤訊息 asp.net 2.0 分析器錯誤訊息: 檔案.aspx.cs”不存在錯誤布webapplication時後老是報告分析器錯誤訊息: 檔案.aspx.cs”不存在錯誤,差點抓狂,後來在網上搜到原因是: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="{0}" Inherits="{1}" %&g 如何處理Eclipse錯誤訊息 The declared package does not match the expected package我從github下載了一個開源專案後,匯入到自己Eclipse之後,遇到了這個煩人的錯誤訊息: The declared package "com.sap.smartService" does not match the expected package "main.java.com.sap.smartSer 如何處理VirtualBox啟動錯誤訊息:The vboxdrv kernel module is not loaded我在啟動minikube時,遇到如下錯誤訊息: Starting local Kubernetes v1.10.0 cluster... Starting VM... E1010 03:27:37.920050 4827 start.go:174] Error starting host: Er 如何處理錯誤訊息Please install the Linux kernel header filesPlease install the Linux kernel "header" files matching the current kernel 當我啟動minilkube時遇到如下錯誤訊息: Minikube setup with driver virtualbox Starting 如何處理錯誤訊息Please install the gcc make perl packages如何處理這行錯誤訊息? Please install the gcc make perl packages from your distribution。 執行命令列:yum install gcc perl make 輸出: Loaded plugins: product-id, sea Cordova - XCode10編譯熱更新外掛錯誤解決方法!作業系統:OSX10.14 XCode:10.1 熱更新外掛:https://github.com/nordnet/cordova-hot-code-push 這個熱更新外掛,在安卓下編譯,沒有問題,可以順利編譯,但是在最新版的XCode下編譯,卻出現錯誤了! 錯誤資訊:ld: library not 如何處理Docker錯誤訊息:please add——insecure-registry本地安裝Kubernetes時,遇到如下的錯誤訊息: pleade add --insecure-registry gcr.io to daemon's arguments 解決方案:點選Docker的Preference選單: 如何處理Docker的錯誤訊息request canceled:Docker代理問題在本地安裝Kubernetes時,遇到錯誤訊息: request canceled while waiting for connection(Client.Timeout exceeded while awaiting headers) IIS 部署專案時提示:“錯誤訊息401.2 :未經授權:伺服器配置導致登陸失敗。” 的解決辦法?IIS 部署專案時提示:“錯誤訊息401.2 :未經授權:伺服器配置導致登陸失敗。” 的解決辦法? 這個錯誤的定位:你的站點使用了Forms驗證,而且在部署在生產環境的時候,設定錯誤,或者註釋了。 解決辦法: 1、檢查Forms配置是否遮蔽。 2、有許可權訪問的資源是否已經開發。 本地安裝基於Kubernetes的Kyma時遇到的一些錯誤訊息When logging on server remotely via putty, go to installation folder and execute installation script ./cmd/run.sh , the following error messag 本地化ASP.NET核心模型繫結錯誤訊息1 services.AddMvc(options => 2 { 3 IStringLocalizerFactory F = services.BuildServiceProvider(). 4 來自網頁的訊息:錯誤訊息:無法獲取未定義或null引用的屬性"RetCode" 怎麼解決。挺急的。感謝!!!請問js檔案報錯: 來自網頁的訊息:錯誤訊息:無法獲取未定義或null引用的屬性"RetCode" 怎麼解決。挺急的。感謝!!! var Server=new ActiveXObject("TaxCardX.GoldTax"); var Retcode=0; var Windows下使用python庫 curses遇到錯誤訊息的解決方案在Windows系統下執行python應用時,有時會遇到錯誤資訊: ModuleNotFoundError: No module named ‘_curses’. 然而檢視Windows系統裡python安裝檔案,發現在Lib資料夾裡確實有一個名為curses 錯誤訊息 This computer doesn't have VT-X/AMD-v enabled在VirtualBox的Ubuntu虛擬機器裡試圖本地安裝Kyma(一個基於Kubernetes的開源框架)時,遇到下面的錯誤資訊: E0827 11:19:38.972489 3093 start.go:174] Error starting host: E OCIEnvCreate 失敗,返回程式碼為 -1,但錯誤訊息文字不可用 問題處理OCIEnvCreate 失敗,返回程式碼為 -1,但錯誤訊息文字不可用 問題處理如下: 解決方法一:更換連線方式 config 檔案配置: <add name="MASTER_DB" connectionString="Provider=MSDAORA;Data Source=jhe springmvc之JSR303獲取驗證錯誤訊息在比較新的一個版本中,springmvc加入了JSR303這樣一個數據校驗的框架,通過這個我們可以在後臺驗證使用者輸入的一些資料是否合法,如果不合法,我們可以獲取相應的錯誤訊息: 那麼,在使用JS |