The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

Error loading sitepage: cannot find the file specified. Exception 0x80070002

We have done a import from a .cmp and deployed several .wsp (webparts, usercontrols...) of our site in a new environment. We can access to back-end (_layouts/settings.aspx), but we cannot access to ...
0
votes
0answers
26 views

Sharepoint 2010 SPsite Class throws Exception- Console - Web App - WebService App(.asmx)

I am Searching for this Solution for PAST two Weeks, I have Created 3 Apps thats uses Microsoft Sharepoint 2010, in Server 2008 Rs X64Bit MAchine used the Sampe Piece of code in All Applicationswith ...
0
votes
1answer
136 views

SharePoint Error: File Not found and goes to Web parts maintenance page

I am getting the following error when I visit the sharepoint site or document library. I didn't change any settings or added new code or change the style sheet. It was working fine few mins ago and ...
0
votes
1answer
44 views

Configuration failed: FileNotFoundException but not found in log

On a Windows Server 2012, I configured as a domain controller and installed SQL Server, then tried to install SharePoint, but I get a FileNotFoundException at the end of configuration: Strange ...
0
votes
0answers
265 views

SharePoint 2007 - Checkout File in Document Library File Not Found

I am trying to checkout a file that exists in my document library.Both are uploaded manually. Whenever I click on checkout, i get the error File Not Found. at ...
0
votes
2answers
426 views

Filenotfound exception while opening a site using SPSite object - x64

I've created a simple asp.net application to open a site and display the title of the corresponding web. But i'm getting FileNotFoundException while trying to open the site. The same code works ...
0
votes
1answer
2k views

Reading from Text File in _layouts folder C#

I'm running into a problem while trying to read from a text file I have stored in my _layouts/myaspapp folder. I've tried everything I've been able to find on the web, but will always either get a ...
1
vote
4answers
2k views

“Could not load file or assembly System.Windows.Controls” hosting Silverlight application

I'm working on a Silverlight 3 application. It works perfectly running within Visual Studio's ASP.NET Development Server. Now I need to make it run within SharePoint. I have the object tag hosted ...