How do I setup Visual Studio 2008 to include all files in the project root when debugging? I have a few files in the project root folder which are not copied to the bin/debug folder so when I am about to debug the application I have to manually copy the files. I’m looking for a […]
Category: file-not-found
Silverlight WebPart in SharePoint
I’m making a WebPart for SharePoint that will instantiate a Silverlight UserControl and feed it some data. My problem is that when I have created my sample-WebPart and just instantiate a Silverlight control, the webpart, when added to a page or displayed in the webpart gallery, instead of rendering blank, renders an error page saying […]