Search Results for: silverlight

Using the Silverlight Object Model

Posted by & filed under .Net, sharepoint, Silverlight.

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 [...]

Silverlight in Sharepoint (WSS 3.0)

Posted by & filed under .Net, .Net 3.0 / 3.5, ASP.Net, sharepoint.

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

Posted by & filed under .Net, .Net 3.0 / 3.5, Silverlight.

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

Posted by & filed under .Net, .Net 3.0 / 3.5, Silverlight.

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.

Posted by & filed under .Net, Silverlight.

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 [...]