Advanced Forum Search Results
-
Unfortunatly the file itself is designed to confirm that it was not modified between the Microsoft.com website and your computer. If the MD5 & SHA1 hashes match, it is extremely unlikely that it has been modified, but I would sill like to get to the bottom of why the Autenticode signature verification fails.
The only other thing that I can ...
-
While manually extracting the files should allow the product to install, bear in mind that this is bypassing verification that the file you downloaded was really created by Microsoft.
Reid
-
If you open Internet Explorer, are you able to access http://www.microsoft.com?
I ask specificaly about IE because the proxy settings there are used throughout the OS for HTTP communication such as checking certificate revocation lists. If you are not able to contact microsoft.com, the installer may not be able to verify the validity of ...
-
Managed Silverlight applications are only able to access a subset of the full .NET Framework. This subset is roughly analogous to the “Internet” permission set in full versions of .NET. These functions have been carefully analyzed for security weaknesses and secure design, in order to ensure that applications cannot abuse them. For instance, they ...
-
You have raised a good point about IsolatedStorage that developers should pay attention too. Fundamentally, any data that is within Isolated Storage is data that the user has access too. It should never contain data that the server should keep secret, such as database passwords. This should not ever even be given to the Silverlight application, as ...