WPF Browser Application and Browser Issues
-
Hi, i have some problems with WPF Browser Application and web browsers. On some computers it works but on the others not. Case one: Works on Firefox and IE7 :) Case two: Works only on IE7, while opening in FF opening windows "Save as..." Case three: Works only on IE7, while opening in FF opening windows got only values which are between XML tags (when checking source got it all) Case fourth: Dont work on IE7 - browser shows source of xbap file, in FF got only values which are between XML tags (when checking source got it all) All computers have instaled FF 2.0.0.12 and IE7 with updates and .Net Framework 3.5 (Fresh instaled XP SP2 with all updates) I checked mime types sended by server and it looks ok:
HTTP/1.x 200 OK Content-Type: application/x-ms-xbap Content-Length: 5331 Last-Modified: Sun, 02 Mar 2008 09:11:55 GMT Connection: Keep-Alive Keep-Alive: timeout=150000, max=10 Date: Mon, 03 Mar 2008 07:43:06 GMT
Any idea how to fix it?