Advanced Forum Search Results
-
I need my app cached on the client side, and it works great on Windows.
For Safari on OS X, it just doesn't cache. It loads the whole app every time I go to the page. The Safari FAQ says...
Safari's Back/Forward cache (the cache pulled from when a visitor presses the Back or Forward browser buttons) can also be thwarted ...
-
Thanks Yi-Lun!
Yes - it somehow got into the GAC - probably when I installed an earlier beta version and ran into problems. Works fine now
-
I did install the RTW for Visual Studio, and my development environment is great. I don't know why you say the Silverlight control is old - Visual Studio adds it to the default .aspx pages it generates.
It's totally a problem on my IIS server machine which doesn't have Visual Studio.
Yes, I can use an html object tag, however I ...
-
Yes, my mime types are all fine.
The <object> tag gets generated automatically by asp.net, but somehow it's putting the beta (-b2) in there. I don't know why this is! My mime types are fine, my /bin directory has System.Web.Silverlight.dll version 2.0.30825.0 from 10/5/2008 2:53 am, and there's no .refresh file there ...
-
I'm running RC0, or RTW, or whatever "SDK 2.0" is. I don't have Visual Studio on my server, so I only installed the latest SDK. I had Beta-2 on there, but I uninstalled it before getting the new SDK.
Changing to 2.0.30923.0 didn't work.
One clue I just noticed is the object tag that's getting generated ...
-
Hi,
I can't get my IIS Server to work properly. Browsers that connect to it are constantly asked to update to the new version of SL, even thou they already have it. My mime types are fine.
When creating a project in VStudio it creates 2 pages to run my app: .aspx and .html. The .html file with the <object> works ...