Recently I moved to a new project where I have to integrate Silverlight with SharePoint. I had done a few posts regarding this also. Yesterday I found that in SharePoint 2010(SharePoint foundation), Microsoft introduces Silverlight Object Model which helps to access SharePoint Lists and Document Libraries directly from Silverlight. Here is my first experiment with [...]
Search Results for: silverlight
The hash value is not correct – Silverlight Installation Error
While installing Silverlight some time you may get an error like The hash value is not correct. You can get more details about the error on clicking the Log File link in the error dialog. This error is coming may be because the setup is unable to download the Silverlight_Developer.exe / Developer runtime failed to [...]
Silverlight in Sharepoint (WSS 3.0)
Recently I got an assignment to integrate Silverlight to WSS 3.0, in Sharepoint Foundation(WSS 4.0) there is an out of the box web part available to do the integration. Instead of using that, in this post I am creating a reusable web part which helps to load Silverlight application in SharePoint. It is lot similar [...]
Drag and Drop in Silverlight 3
One of the forums I found a question like how can I implement drag and drop in Silverlight. Today I got a chance to explore Silverlight drag and drop. I haven’t checked whether SL4 supports Drag and Drop, here is a simple implementation, which allow user to move the controls in runtime. I am using [...]
Deploying WCF Service in IIS : no svc MIME Type
Few days back I developed a Silverlight application, which uses a WCF Service to communicate to Database. After the development when I tried to deploy the WCF Service on my IIS, it was displaying some error like Server Error in Application “Default Web Site/SampleApp” HTTP Error 404.3 – Not Found Description: The page you are [...]
Unable to start debugging. The Silverlight managed debugging package isn’t installed.
If you installed latest version of Silverlight (Silverlight 4), it may break the your current silverlight development environment. After in the Silverlight 4 installation, if you try to debug any Silverlight 3 project, you will get a message from Visual Studio 2008, saying “Unable to start debugging. The Silverlight managed debugging package isn’t installed.” To [...]