This is a migrated thread and some comments may be shown as answers.

WPF Demo does not work

13 Answers 381 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Thatcher
Top achievements
Rank 1
Thatcher asked on 07 Nov 2008, 02:05 PM
Whenever I try to load the demo it crashes on my machine.  The error log is below.

PLATFORM VERSION INFO
    Windows             : 5.1.2600.131072 (Win32NT)
    Common Language Runtime     : 2.0.50727.1433
    System.Deployment.dll         : 2.0.50727.1433 (REDBITS.050727-1400)
    mscorwks.dll             : 2.0.50727.1433 (REDBITS.050727-1400)
    dfshim.dll             : 2.0.50727.1433 (REDBITS.050727-1400)

SOURCES
    Deployment url            : http://demos.telerik.com/wpf/

ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * An exception occurred while downloading the manifest. Following failure messages were detected:
        + Exception reading manifest from http://demos.telerik.com/wpf/Telerik.Windows.Examples.xbap: the manifest may not be valid or the file could not be opened.
        + Manifest XML signature is not valid.
        + No signature was present in the subject.


COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    No phase information is available.

ERROR DETAILS
    Following errors were detected during this operation.
    * [11/7/2008 9:01:28 AM] System.Deployment.Application.InvalidDeploymentException (ManifestParse)
        - Exception reading manifest from http://demos.telerik.com/wpf/Telerik.Windows.Examples.xbap: the manifest may not be valid or the file could not be opened.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
            at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
            at System.Deployment.Application.DownloadManager.DownloadDeploymentManifest(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)
            at System.Deployment.Application.DeploymentManager.BindCore(Boolean blocking, TempFile& tempDeploy, TempDirectory& tempAppDir, FileStream& refTransaction, String& productName)
            at System.Deployment.Application.DeploymentManager.BindAsyncWorker()
        --- Inner Exception ---
        System.Deployment.Application.InvalidDeploymentException (SignatureValidation)
        - Manifest XML signature is not valid.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)
            at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
        --- Inner Exception ---
        System.Security.Cryptography.CryptographicException
        - No signature was present in the subject.

        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Internal.CodeSigning.SignedCmiManifest.Verify(CmiManifestVerifyFlags verifyFlags)
            at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.


13 Answers, 1 is accepted

Sort by
0
Hristo Deshev
Telerik team
answered on 07 Nov 2008, 03:07 PM
Hi Thatcher,

We're still troubleshooting the problem on our end, but here's something you can try and see if it fixes the problem:

  1. Close your browser.
  2. Launch a Visual Studio 2008 command prompt.
  3. Type "mage -cc" and hit Enter. That should clear your local XBAP application cache.
  4. Restart your browser and load the app URL again.
Tell me if that fixes the problem for you.

Greetings,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Thatcher
Top achievements
Rank 1
answered on 07 Nov 2008, 03:13 PM
Tried it, but now your site appears to be down (at least the WPF section).  I get redirected to the server error page.
0
Hristo Deshev
Telerik team
answered on 10 Nov 2008, 04:10 PM
Hi Thatcher,

I just checked the demos and everything seems to be working fine. I hope the site upgrade might have caused a minor hiccup.

Best wishes,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Matt
Top achievements
Rank 1
answered on 30 Dec 2008, 05:46 PM
I am currently getting this error while trying to run the WPF demo in IE7:

PLATFORM VERSION INFO
    Windows             : 5.1.2600.131072 (Win32NT)
    Common Language Runtime     : 2.0.50727.3053
    System.Deployment.dll         : 2.0.50727.3053 (netfxsp.050727-3000)
    mscorwks.dll             : 2.0.50727.3053 (netfxsp.050727-3000)
    dfshim.dll             : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
    Deployment url            : http://demos.telerik.com/wpf/

IDENTITIES
    Deployment Identity        : Telerik.Windows.Examples.xbap, Version=2008.3.1217.35, Culture=neutral, PublicKeyToken=9b24c158fed08860, processorArchitecture=msil

APPLICATION SUMMARY
    * Online only application.

ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * An exception occurred while downloading the manifest. Following failure messages were detected:
        + Reference in the deployment does not match the identity defined in the application manifest.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    No phase information is available.

ERROR DETAILS
    Following errors were detected during this operation.
    * [12/30/2008 12:45:24 PM] System.Deployment.Application.InvalidDeploymentException (SubscriptionSemanticValidation)
        - Reference in the deployment does not match the identity defined in the application manifest.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
            at System.Deployment.Application.DeploymentManager.BindCore(Boolean blocking, TempFile& tempDeploy, TempDirectory& tempAppDir, FileStream& refTransaction, String& productName)
            at System.Deployment.Application.DeploymentManager.BindAsyncWorker()

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.
0
Vladimir Milev
Telerik team
answered on 05 Jan 2009, 07:18 AM
Hi Matt,

We just checked on several different computers and demos work fine on IE7. Please, try again the steps listed by Hristo Deshev and let us know if you continue experiencing problems.

Sincerely yours,
Vladimir Milev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Lev Rosenblit
Top achievements
Rank 2
answered on 22 Jan 2009, 12:12 PM
Hello,
There is another crash error:
Usually the scenario is that the demo start fine (in IE7 or FF3) i press some item on the left and it loads fine, but the second i press something else after that it drashes 100% of the time in both IE7 and FF3.
Sometimes it crashes right from the start.

Ive included the log for FF3 when it crashed after it started fine i pressed on 'Carousel' and then on 'first look' and it loaded fine, and then i pressed 'scale effect' and it crashed with the log:

Startup URI: http://demos.telerik.com/wpf/
Application Identity:

System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at MS.Internal.PresentationFramework.SecurityHelper.DemandUIWindowPermission()
   at System.Windows.Application.Shutdown(Int32 exitCode)
   at Telerik.Windows.Examples.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
   at System.Windows.Threading.Dispatcher.CatchException(Exception e)
   at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
   at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

The action that failed was:
Demand
The type of the first permission that failed was:
System.Security.Permissions.UIPermission
The first permission that failed was:
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="AllWindows"/>

The demand was for:
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="AllWindows"/>

The granted set of the failing assembly was:
<PermissionSet class="System.Security.PermissionSet"
version="1">
<IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Access="Open"/>
<IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Allowed="ApplicationIsolationByUser"
UserQuota="512000"/>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Flags="Execution"/>
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="SafeTopLevelWindows"
Clipboard="OwnClipboard"/>
<IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
version="1"
Level="SafePrinting"/>
<IPermission class="System.Security.Permissions.MediaPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
version="1"
Audio="SafeAudio"
Video="SafeVideo"
Image="SafeImage"/>
<IPermission class="System.Security.Permissions.WebBrowserPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
version="1"
Level="Safe"/>
<IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1">
<ConnectAccess>
<URI uri="(http|https)://demos\.telerik\.com/.*"/>
</ConnectAccess>
</IPermission>
</PermissionSet>

The assembly or AppDomain that failed was:
Telerik.Windows.Examples, Version=2008.3.1217.35, Culture=neutral, PublicKeyToken=null
The method that caused the failure was:
Void App_DispatcherUnhandledException(System.Object, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs)
The Zone of the assembly that failed was:
MyComputer
The Url of the assembly that failed was:
file:///C:/Users/Lev Rosenblit/AppData/Local/Apps/2.0/EXYW5297.Z0B/MYKRZAA4.MM3/tele..xbap_9b24c158fed08860_07d8.0003_470fad16b9c633a9/Telerik.Windows.Examples.EXE
0
Boyan
Telerik team
answered on 26 Jan 2009, 01:30 PM
Hi Lev ,

This is indeed weird.

I suggest that you first check whether you have .Net Framework 3.5 installed. You can also try to set the security settings of  your browser. For example, in IE7 try adding our site to the trusted sites. Some security settings might be messing with our demo. It never happened to me though and i have all settings to their defaults.

All the best,
Boyan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ray Frankulin
Top achievements
Rank 1
answered on 23 Sep 2009, 03:22 PM
Anytime I click on any of the controls I receive the below error.  I tried the mage -cc trick but same thing happens.

"An error occurred in the application you were using" 

More Information:

Startup URI: http://demos.telerik.com/wpf/
Application Identity: http://demos.telerik.com/wpf/#Telerik.Windows.Examples.xbap, Version=2009.2.812.35, Culture=neutral, PublicKeyToken=06e954e71cc7b2f5, processorArchitecture=msil/Telerik.Windows.Examples.exe, Version=2009.2.812.35, Culture=neutral, PublicKeyToken=06e954e71cc7b2f5, processorArchitecture=msil, type=win32

System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at MS.Internal.PresentationFramework.SecurityHelper.DemandUIWindowPermission()
   at System.Windows.Application.Shutdown(Int32 exitCode)
   at Telerik.Windows.Examples.App.App_DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e)
   at System.Windows.Threading.Dispatcher.CatchException(Exception e)
   at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
   at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

The action that failed was:
Demand
The type of the first permission that failed was:
System.Security.Permissions.UIPermission
The first permission that failed was:
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="AllWindows"/>

The demand was for:
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="AllWindows"/>

The granted set of the failing assembly was:
<PermissionSet class="System.Security.PermissionSet"
version="1">
<IPermission class="System.Security.Permissions.FileDialogPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Access="Open"/>
<IPermission class="System.Security.Permissions.IsolatedStorageFilePermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Allowed="ApplicationIsolationByUser"
UserQuota="512000"/>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Flags="Execution"/>
<IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
Window="SafeTopLevelWindows"
Clipboard="OwnClipboard"/>
<IPermission class="System.Drawing.Printing.PrintingPermission, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
version="1"
Level="SafePrinting"/>
<IPermission class="System.Security.Permissions.MediaPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
version="1"
Audio="SafeAudio"
Video="SafeVideo"
Image="SafeImage"/>
<IPermission class="System.Security.Permissions.WebBrowserPermission, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
version="1"
Level="Safe"/>
<IPermission class="System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1">
<ConnectAccess>
<URI uri="(http|https)://demos\.telerik\.com/.*"/>
</ConnectAccess>
</IPermission>
</PermissionSet>

The assembly or AppDomain that failed was:
Telerik.Windows.Examples, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
The method that caused the failure was:
Void App_DispatcherUnhandledException(System.Object, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs)
The Zone of the assembly that failed was:
MyComputer
The Url of the assembly that failed was:
file:///C:/Users/ray.DEVELOPMENT/AppData/Local/Apps/2.0/PVDV4GQX.JYH/0HVOHRLR.AK2/tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b/Telerik.Windows.Examples.EXE

-----------------------

PresentationHost.exe v3.0.6920.4900 built by: NetFXw7 - C:\Windows\system32\PresentationHost.exe
ntdll.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\SYSTEM32\ntdll.dll
kernel32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\kernel32.dll
KERNELBASE.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\KERNELBASE.dll
ADVAPI32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ADVAPI32.dll
msvcrt.dll v7.0.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\msvcrt.dll
sechost.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\SYSTEM32\sechost.dll
RPCRT4.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\RPCRT4.dll
MSVCR80.dll v8.00.50727.4918 - C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4918_none_d089094c442eb5ff\MSVCR80.dll
USER32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\USER32.dll
GDI32.dll v6.1.7100.19 (winmain_win7rc_gdr.090512-1506) - C:\Windows\system32\GDI32.dll
LPK.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\LPK.dll
USP10.dll v1.0626.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\USP10.dll
ole32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ole32.dll
mscoree.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\system32\mscoree.dll
SHLWAPI.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SHLWAPI.dll
urlmon.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\urlmon.dll
OLEAUT32.dll v6.1.7100.0 - C:\Windows\system32\OLEAUT32.dll
CRYPT32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\CRYPT32.dll
MSASN1.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\MSASN1.dll
iertutil.dll v8.00.7100.13 (winmain_win7rc_gdr.090430-1445) - C:\Windows\system32\iertutil.dll
SHELL32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SHELL32.dll
WININET.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\WININET.dll
Normaliz.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\Normaliz.dll
IMM32.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\IMM32.DLL
MSCTF.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\MSCTF.dll
CRYPTBASE.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\CRYPTBASE.dll
uxtheme.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\uxtheme.dll
CLBCatQ.DLL v2001.12.8030.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\CLBCatQ.DLL
CRYPTSP.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\CRYPTSP.dll
rsaenh.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\rsaenh.dll
RpcRtRemote.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\RpcRtRemote.dll
ntmarta.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ntmarta.dll
WLDAP32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\WLDAP32.dll
VERSION.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\VERSION.dll
comctl32.dll v6.10 (winmain_win7rc.090421-1700) - C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7100.19_none_b6a32c7c247ee542\comctl32.dll
SspiCli.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SspiCli.dll
profapi.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\profapi.dll
ws2_32.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ws2_32.DLL
NSI.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\NSI.dll
dnsapi.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\dnsapi.DLL
iphlpapi.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\iphlpapi.DLL
WINNSI.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\WINNSI.DLL
RASAPI32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\RASAPI32.dll
rasman.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\rasman.dll
rtutils.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\rtutils.dll
sensapi.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\sensapi.dll
peerdist.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\peerdist.dll
USERENV.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\USERENV.dll
AUTHZ.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\AUTHZ.dll
mswsock.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\mswsock.dll
wshtcpip.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\System32\wshtcpip.dll
NLAapi.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\NLAapi.dll
rasadhlp.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\rasadhlp.dll
dfshim.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\system32\dfshim.dll
mscorwks.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
PresentationHostDLL.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\Microsoft.NET\Framework\v3.0\WPF\PresentationHostDLL.dll
PSAPI.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\PSAPI.DLL
ieproxy.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Program Files\Internet Explorer\ieproxy.dll
SXS.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SXS.DLL
PresentationHostProxy.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\System32\PresentationHostProxy.dll
actxprxy.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\actxprxy.dll
dwmapi.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\dwmapi.dll
mshtml.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\System32\mshtml.dll
msls31.dll v3.10.349.0 - C:\Windows\System32\msls31.dll
msimtf.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\msimtf.dll
IEFRAME.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\IEFRAME.dll
OLEACC.dll v7.0.0.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\OLEACC.dll
jscript.dll v5.8.7100.0 - C:\Windows\System32\jscript.dll
ImgUtil.dll v8.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ImgUtil.dll
mlang.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\mlang.dll
pngfilt.dll v8.00.7100.18 (winmain_win7rc_gdr.090510-2330) - C:\Windows\System32\pngfilt.dll
msimg32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\msimg32.dll
mscorlib.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\f57491c307c43d1d47a225a84044adfd\mscorlib.ni.dll
System.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System\4a70ed40bfb576c17c2096ab53d92789\System.ni.dll
WindowsBase.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\WindowsBase\47bc95aa688818beb593ed68af6c0c49\WindowsBase.ni.dll
PresentationCore.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationCore\8622cc9a4095804a28f15dd3a8e78a1d\PresentationCore.ni.dll
PresentationFramework.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\a97a0a3e0e187078e46f549dfc8fd29e\PresentationFramework.ni.dll
wpfgfx_v0300.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\Microsoft.NET\Framework\v3.0\WPF\wpfgfx_v0300.dll
PresentationUI.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationUI\1a5ac60d5f35769065b8f53986651333\PresentationUI.ni.dll
System.Deployment.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Deployment\d006cce43d3f718e88e97e4d7f7a53ac\System.Deployment.ni.dll
shfolder.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\shfolder.dll
System.Configuration.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\97e4edf5a162dcee869e8cc6473e9335\System.Configuration.ni.dll
System.Xml.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\2fea9fca85a91e6551f2ba9512f7de0f\System.Xml.ni.dll
wship6.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\System32\wship6.dll
winhttp.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\winhttp.dll
webio.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\webio.dll
dhcpcsvc6.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\dhcpcsvc6.DLL
dhcpcsvc.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\dhcpcsvc.DLL
fwpuclnt.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\System32\fwpuclnt.dll
security.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\security.dll
SECUR32.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SECUR32.DLL
credssp.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\credssp.dll
System.Security.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Security\1ae2499994dc9a17a33a3c7313d76105\System.Security.ni.dll
cryptnet.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\cryptnet.dll
dsrole.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\dsrole.dll
logoncli.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\logoncli.dll
netutils.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\netutils.dll
NTDSAPI.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\NTDSAPI.DLL
kerberos.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\kerberos.DLL
cryptdll.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\cryptdll.dll
bcrypt.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\bcrypt.dll
bcryptprimitives.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\bcryptprimitives.dll
System.Drawing.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\626ddfa385bb4a034da48ee52ebd0cff\System.Drawing.ni.dll
System.Windows.Forms.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\1b24825ac395a5d13ab0016ab3a2bf09\System.Windows.Forms.ni.dll
GPAPI.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\GPAPI.dll
Cabinet.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\Cabinet.dll
DEVRTL.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\DEVRTL.dll
ncrypt.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ncrypt.dll
mscorjit.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
Telerik.Windows.QuickStart.dll v2009.2.0812.35 - C:\Users\ray.DEVELOPMENT\AppData\Local\Apps\2.0\PVDV4GQX.JYH\0HVOHRLR.AK2\tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b\Telerik.Windows.QuickStart.dll
System.Core.ni.dll v3.5.30729.4918 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Core\0f1981ac7ccf02fbe63727bc31b7363a\System.Core.ni.dll
PresentationFramework.Aero.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\6bc39410c4a2a4da3d3ba042fcc95e51\PresentationFramework.Aero.ni.dll
d3d9.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\d3d9.dll
d3d8thk.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\d3d8thk.dll
Telerik.Windows.Controls.dll v2009.2.0812.35 - C:\Users\ray.DEVELOPMENT\AppData\Local\Apps\2.0\PVDV4GQX.JYH\0HVOHRLR.AK2\tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b\Telerik.Windows.Controls.dll
Telerik.Windows.Controls.Input.dll v2009.2.0812.35 - C:\Users\ray.DEVELOPMENT\AppData\Local\Apps\2.0\PVDV4GQX.JYH\0HVOHRLR.AK2\tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b\Telerik.Windows.Controls.Input.dll
WindowsCodecs.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\WindowsCodecs.dll
Telerik.Windows.Controls.Navigation.dll v2009.2.0812.35 - C:\Users\ray.DEVELOPMENT\AppData\Local\Apps\2.0\PVDV4GQX.JYH\0HVOHRLR.AK2\tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b\Telerik.Windows.Controls.Navigation.dll
UIAutomationTypes.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\UIAutomationTypes\8e7a1f2f1334dbd8d59928b23df7ccd4\UIAutomationTypes.ni.dll
System.Xml.Linq.ni.dll v3.5.30729.4918 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml.Linq\c7d97966e044ef4f0acbb840bbbc6f31\System.Xml.Linq.ni.dll
Telerik.Windows.Data.dll v2009.2.0812.35 - C:\Users\ray.DEVELOPMENT\AppData\Local\Apps\2.0\PVDV4GQX.JYH\0HVOHRLR.AK2\tele..xbap_06e954e71cc7b2f5_07d9.0002_4b176166e18fbd0b\Telerik.Windows.Data.dll
PresentationNative_v0300.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\system32\PresentationNative_v0300.dll
UIAutomationProvider.ni.dll v3.0.6920.4900 built by: NetFXw7 - C:\Windows\assembly\NativeImages_v2.0.50727_32\UIAutomationProvider\23c7df4a058370dbe1c6030411b5284e\UIAutomationProvider.ni.dll
WINMM.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\WINMM.dll
msctfui.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\msctfui.dll
MMDevAPI.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\MMDevAPI.DLL
PROPSYS.dll v7.00.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\PROPSYS.dll
wdmaud.drv v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\wdmaud.drv
ksuser.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\ksuser.dll
AVRT.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\AVRT.dll
SETUPAPI.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\SETUPAPI.dll
CFGMGR32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\CFGMGR32.dll
DEVOBJ.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\DEVOBJ.dll
AUDIOSES.DLL v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\AUDIOSES.DLL
msacm32.drv v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\msacm32.drv
MSACM32.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\MSACM32.dll
midimap.dll v6.1.7100.0 (winmain_win7rc.090421-1700) - C:\Windows\system32\midimap.dll
l3codeca.acm v1, 9, 0, 0401 - C:\Windows\System32\l3codeca.acm
System.Data.ni.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Data\c58f770db22b5337056106a060545f05\System.Data.ni.dll
System.Data.dll v2.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
diasymreader.dll v8.0.50727.4918 (NetFXspW7.050727-4900) - C:\Windows\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll

       

0
Vlad
Telerik team
answered on 24 Sep 2009, 06:03 AM
Hello Ray,

Please provide more info about your .NET version. Please check also if you have SQLEXPRESS installed.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ray Frankulin
Top achievements
Rank 1
answered on 24 Sep 2009, 02:16 PM
My development machine is Windows 7 (32-bit) with the latest .NET Framework 3.5 installed including SP1.  I do have SQLExpress installed, version 9.0.3077.

Thanks for the quick reply
0
Vlad
Telerik team
answered on 30 Sep 2009, 10:46 AM
Hello Ray,

Can you please try mage -cc in Visual Studio command prompt (this will clear XBAP cache) and check the demos again?

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ray Frankulin
Top achievements
Rank 1
answered on 30 Sep 2009, 02:25 PM
As I mentioned in my original e-mail I already tried mage -cc without success.  I ran it again, received the message that the cache was cleared, went to: http://demos.telerik.com/wpf/, the application loaded and displayed, I clicked an icon on the left (doesn't matter which one), and received the error mentioned above.
0
Vlad
Telerik team
answered on 30 Sep 2009, 02:32 PM
Hi Ray,

Sorry I've missed this! Unfortunately we are out of ideas what is causing this issue at your end - we tried our demos on several different Windows 7 configurations (including 64bit) however everything worked properly so far.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Thatcher
Top achievements
Rank 1
Answers by
Hristo Deshev
Telerik team
Thatcher
Top achievements
Rank 1
Matt
Top achievements
Rank 1
Vladimir Milev
Telerik team
Lev Rosenblit
Top achievements
Rank 2
Boyan
Telerik team
Ray Frankulin
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or