| bio | website | e-junkie-chronicles.blogspot.… |
|---|---|---|
| location | Nottingham, United Kingdom | |
| age | 28 | |
| visits | member for | 3 years, 2 months |
| seen | 5 hours ago | |
| stats | profile views | 1,669 |
Senior SharePoint and Business Intelligence Consultant for Intelligent Decisioning Ltd, a Microsoft Gold Certified Partner based in Nottingham UK specialising in SharePoint, CRM and Workflow.
I'm experienced with WSS 3.0, MOSS 2007, SharePoint Foundation 2010, SharePoint Server 2010, SQL Server Integration Services (SSIS), SQL Server Analysis Services (SSAS), MDX Scripting, Workflow & WCF.
I'm certified to MCPD SharePoint 2010 Dev, and MCTS WSS & MOSS Config
I spend way too much time online.
|
Mar 11 |
answered | How to find images & javascripts of SandBox solution deployment? |
|
Mar 11 |
comment |
Not working following code Try removing the TEMPLATE\\ bit in your ProvisionData element |
|
Mar 11 |
comment |
Not working following code Try the setup using OOTB site definitions, ie: STS#0 instead of your MyReet1#0 defintion. |
|
Mar 10 |
comment |
Error occurred in deployment step 'Activate Features': The parent content type specified by content type identifier 0x0101 does not exist It's not necessary but it's a standard convention that most developers adhere to. Sure, it's something you can miss out between declarations and usages so things can break, but as long as you and your team always uses the 00 or not and they stick to the teams agreed standard, all should be fine. Also, you can't really guarantee some other dev is gonna try and use 01 or 02 at the end as they develop theirs at the same time as yours. |
|
Mar 10 |
answered | Unpublished pages showing in search |
|
Mar 10 |
comment |
Error occurred in deployment step 'Activate Features': The parent content type specified by content type identifier 0x0101 does not exist Do your custom content types that inherit from Document ( 0x0101) have an ID that is preceded with a 00? ie: 0x010100[some guid here]. |
|
Mar 8 |
comment |
Setting my development and production environment for SharePoint 2013 server It'll still be valid, but be prepared to stand up another server to share the load of the applications if things start to get very busy on your web front end/application server. |
|
Mar 7 |
comment |
Setting my development and production environment for SharePoint 2013 server Yep that sounds good for the live environment - you might want to add another 4GB of RAM if you can for the dev environment if you will be using service applications such as Reporting Services, PerformancePoint or Search. |
|
Mar 7 |
answered | Databases require upgrade or not supported |
|
Mar 7 |
answered | Setting my development and production environment for SharePoint 2013 server |
|
Mar 6 |
awarded | Popular Question |
|
Mar 5 |
awarded | Guru |
|
Mar 5 |
answered | 2 custom list view web part on same page |
|
Mar 5 |
answered | Configuration failed: FileNotFoundException but not found in log |
|
Mar 2 |
comment |
compare items of two sharepoint lists Rather than two classes ListOne and ListTwo, I'd create just two List<string> objects - the classes you've suggested don't really represent collections. |
|
Mar 2 |
answered | SharePoint - 500 INTERNAL SERVER ERROR |
|
Mar 2 |
answered | How to deploy SandBox solution with images on the Server? |
|
Mar 2 |
answered | compare items of two sharepoint lists |
|
Mar 1 |
comment |
Claim Based Auth Webapplication issue in SharePoint 2013 What I'm saying is that if you use FormsAuth as specified in Central Admin, you do not need a custom signout page. |
|
Feb 28 |
comment |
Claim Based Auth Webapplication issue in SharePoint 2013 You don't, you set the application to use Forms Auth in Central Admin, and then SharePoint knows where to send users on sign out |