[John]( “jroe@yahoo.com”) - Jul 1, 2010
i have downloaded 3 of these templates and they work perfectly fine but looks like that they are less than 40. [cakriwut]( “cakriwut@gmail.com”) - Jul 1, 2010
Its great to know. You’re right that it less than 40 - and you can expect to see more - soon. [Alkis]( “alkis.spyrou@inteliscape.com”) - Nov 3, 2010
Hello, Do you have any ideas or tips on how to create a Help/How to/FAQ guide (as a webpart) for SahrePoint 2010?
Faboulous 40 have become a good showcase for us for SharePoint 2007 implementation. I personaly deployed it in some of my clients - and it is a good start to play with SharePoint 2007 business implementation. They are not perfect tough - but they create conversation on the functionalities and enhancements. So far, Microsoft has not release Fab40 for SharePoint 2010 - but we can find un-official Fab40 by Khalil here : http://techsolutions.
[ATUL KUMAR]( “A2TUL@YAHOO.CO.IN”) - Feb 5, 2011
TOPIC DISCUSSED IS VERY UNIQUE, AND NOW I KNEW THE ACTUAL THINGS ABOUT SANDBOXED SOLUTIONS [Pramod]( “ghadipramod@gmail.com”) - Sep 3, 2011
Really nice ….it helped me a lot !!!! [Gurudatta]( “gurudatta_s@yahoo.co.in”) - Mar 6, 2012
Thank you. It helped me. ravi prakash - May 5, 2012
thanks lot
English
One of new feature in SharePoint 2010 is Sandboxed Solution. The ideas is to create solution and deploying them in a way that you can trust will not damage or change SharePoint farm. (http://msdn.microsoft.com/en-us/magazine/ee335711.aspx)
Sandboxed Solution is aimed for isolation between one solution to another; which implies that you can not include anything inside the hive folder. If you try to include TemplateFile, Layouts or Images in package, VS2010 will raise an error stating “The deployment type …… is not compatible with a Package in a Sandboxed Solution”.
English
Today, for the first time after installing the latest version of 2010 families, I encounter this error “Cannot start service SPUserCodeV4”. This error message comes when I tried to deploy – sandboxed solution.
Try to Google what would be the issue, I’ve found some blog here:
http://littletalk.wordpress.com/2010/05/05/cannot-start-service-spusercodev4-when-deploy-sharepoint-webpart-in-vs-2010/
http://blog.dennus.net/2009/11/18/sp2010-spusercodev4-your-new-web-part-project-isnt-deploying/
However, in my case it is not “Microsoft SharePoint Foundation User Code Service”. It is “Microsoft SharePoint Foundation Sandboxed Code Service” instead.
[Meik]( “meik@meikbetz.com”) - May 6, 2010
Thanks! Great Blog-Entry which helps me a lot [Nico]( “nico@hotmail.com”) - Jul 2, 2010
Nice overview :) [steve]( “steve.howlett@aveva.com”) - Sep 0, 2010
Thanks for this - I received this error today and did not know about this fix - so thanks for the clear screenshots! [gigi]( “grainne.albers@abserotec.com”) - Sep 3, 2010
Hi, I got the “Access denied by Business Data Connectivity” error while trying to set up an external Content type.
English
You may encounter “Access denied by Business Data Connectivity” error when trying to access External List. The reason is because External List requires External Content type ; and External Content type is using Business Data Connectivity services proxy to access external Data Source. With the same principle of BDC in MOSS 2007 – users are required to have BDC Object permission before they can use it. There are several set of permission available for the BDC object:
[paras]( “parasgreens@gmail.com”) - Nov 1, 2010
but during add new item i dont need a feld called (reportId)wich is auto incremented feild and is (not null) in sqlserver2008… rether than i simply wana other felds to show during add items.. and this field must not come over there in pop up for add new item…….. during insertion or adding it must automatically increments. but it coming in my add new pop up….
[paras]( “parasgreens@gmail.com”) - Nov 1, 2010
but during add new item i dont need a feld called (reportId)wich is auto incremented feild and is (not null) in sqlserver2008… rether than i simply wana other felds to show during add items.. and this field must not come over there in pop up for add new item…….. during insertion or adding it must automatically increments. but it coming in my add new pop up….
English:
External Content type allows you to make seamless interface between SharePoint 2010 and external data storage (ie. SQL server). Using External Content type, you can create an External List which stores the data to predefined storage. You can imagine of having a table with SharePoint list interface.
To create an External Content type, you need SharePoint Designer 2010. If you curious enough, the External Content type is enhancement of Business Data Connector (BDC) in previous version.