Tagged Questions
1
vote
1answer
109 views
Dev environment - Drives are at risk of running out of free space.
Available drive space is less than five times the value of physical memory. This is dangerous because it does not provide enough room for a full memory dump with continued operation. It also could ...
1
vote
1answer
572 views
Trying to get user's manager: Getting SPServiceContext with SiteSubscriptionId of {00000000-0000-0000-0000-000000000000}
I am trying to get a user's manager with this code:
SPSecurity.RunWithElevatedPriviliges(delegate
{
SPSite site = new SPSite(SPContext.Current.Site.Url);
SPServiceContext context = ...
0
votes
2answers
63 views
Is it okay to use a domain account for a SP dev box?
Salvete! I have installed Windows7 64bit on an Oracle VirtualBox VM. I am preparing to install Sharepoint (Enterprise 2010), but I've a question about how this will work with my network's Active ...
1
vote
3answers
2k views
How to install Sharepoint 2010 on Windows 7 - special requirements?
I have read some of the similar questions but I haven't found a solution which meets my requirements. I don't want to use the SharePoint 2010 Easy Setup Script. It downloads trial version of software. ...
10
votes
5answers
4k views
Can't install Sharepoint Foundation 2010 on Windows 7
I'd really like to prepare development environment for Sharepoint 2010. This is what I did:
I installed Windows 7 x64
I installed VMWare Workstation
Created a VM domain controller based on Windows ...
1
vote
3answers
4k views
Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace
I am trying to test developing for SharePoint 2010 on a Windows 7 machine.
I created a new empty SharePoint project, added a web part and deployed, which worked fine.
When I try to run or deploy a ...