Tagged Questions
0
votes
1answer
111 views
Visual Studio 2010 opens “Create New Site” page in browser when I run “Start Debugging” instead of the site I am trying to debug
I am an Office 365 user and fairly new to Sharepoint. I am trying to write a sandboxed solution for SharePoint online. To do this, I have setup a local developer environment and am currently trying ...
2
votes
1answer
1k views
Is it possible to get detailed error messages in SharePoint Online?
When doing any sort of development/testing work against SharePoint Online, there are bound to be some errors. Some errors manifest in the form of exceptions, which can be logged to a special-purpose ...
1
vote
1answer
553 views
Feature activation suceeds in sandboxed server environment, but fails in SharePoint Online. How do I find what's wrong?
I am currently developing a solution in C# with a feature that uses the SharePoint API to create a number of sites, lists, list views etc. The final result is going to be used on SharePoint Online. ...