Hello,
i have some unsteady and non-reproducible
The files content is binary (maybe some BAML?). The user is logged in as a normal user (not as administrator).
We are developing a desktop application using the RadGridView for WPF (2009.2) with .NET3.5 and Windows 7.
Does anyone have any ideas whats happening here and how to avoid it?
thanks
tim
i have some unsteady and non-reproducible
XamlParseExceptions
in the context of telerik RadGridView. These exceptions are caused by a denied access to tmp-files in the users temp-dir (eg: "C:\Users\XXX\AppData\Local\Temp\tmp7547.tmp"
).
The files content is binary (maybe some BAML?). The user is logged in as a normal user (not as administrator).
We are developing a desktop application using the RadGridView for WPF (2009.2) with .NET3.5 and Windows 7.
System.Windows.Markup.XamlParseException: Die in der Assembly "Telerik.Windows.Controls.GridView, Version=2009.2.813.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7" definierte Instanz von "FrozenColumnsSplitter" kann nicht erstellt werden. Ein Aufrufziel hat einen Ausnahmefehler verursacht. Fehler in Objekt "PART_FrozenGridViewCellsPanel" in Markupdatei "Telerik.Windows.Controls.GridView;component/themes/office/black/DataCellsPresenter.xaml". ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.UnauthorizedAccessException: Der Zugriff auf den Pfad "C:\Users\XXX\AppData\Local\Temp\tmp7547.tmp" wurde verweigert.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.File.Delete(String path)
bei System.Windows.Input.Cursor.LoadFromStream(Stream cursorStream)
bei System.Windows.Input.Cursor..ctor(Stream cursorStream)
bei Telerik.Windows.Controls.GridView.GridViewCursors.get_RefreezeCursor()
bei Telerik.Windows.Controls.GridView.FrozenColumnsSplitter..ctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
bei System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail)
Does anyone have any ideas whats happening here and how to avoid it?
thanks
tim