by zebsadiq
4. February 2011 11:40
If you’re trying to get going with GNUstep, you follow all of the instructions but you come accross the following message:
File NSData.m:1413 In[NSData writeToFile.options:error:] Open (/home/USER/ProjectFolder/Filenamea12345) failed – The system cannot find the file specified. More...
by zebsadiq
3. February 2011 13:16
Issue when you reference Microsoft.SharePoint.dll in Visual Studio 2010. If you’ve already put in the using statements like bellow:
using Microsoft.SharePoint;
using Microsoft.SharePoint.Administration;
You issue a build and it fails and you get the following message:
’The type of namespace 'administration' could not be found’
The fix: Change the target framework to .Net Framework 3.5 (Right click the project in visual studio and go to ‘Properties’)
by zebsadiq
3. February 2011 00:07
Recently I had to investigate why a certain virtual machine’s hard drive had filled up. I discovered that this was caused by a massive SharePoint database that I had imported. The log file for this database was nearly 30gb. More...
by zebsadiq
2. February 2011 15:07
Recently I had to investigate why a certain virtual machine’s hard drive had filled up. I discovered that this was caused by a massive SharePoint database that I had imported. The log file for this database was nearly 30gb. More...