Unable to run XBAP
I was able to go to a xbap URL from one machine(XP with sp2) and it works fine, on other machine(XP with sp2) , I get the following exception
System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\xxx\Temporary Internet files\Content.IE5\R1HCV8RY\]xxx.exe.manifest'.
File name: 'C:\Documents and Settings\xxx\Temporary Internet Files\Content.IE5\R1HCV8RY\xxx.exe.manifest'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at System.Windows.Interop.ApplicationLauncherXappDebug.GetIdFromManifest(String manifestName)
at System.Windows.Interop.ApplicationLauncherXappDebug.GetApplicationIdentity()
at System.Windows.Interop.ApplicationLauncherXappDebug.Initialize()
at System.Windows.Interop.DocObjHost.MS.Internal.AppModel.IBrowserHostServices.Run(String path, String debugSecurityZoneURL, String viewerUri, String fragment, String applicationId, MimeType mime, Object streamContainer, Object ucomLoadIStream, Boolean isDebugMode, String progressAssemblyName, String progressClassName, String errorAssemblyName, String errorClassName)
what could be wrong, any Ideas?
Thanks

