SharePoint - Content Search WebPart not showing up - sharepoint-2010

I want the Content Search Webpart to display like this below.
But it's showing me this instead.
Any idea why? i have de-activated and re-activated both the features for SharePoint Server Publishing and SharePoint Server Enterprise Site Collection features. Still it does not show up what i wanted.

SOLVED
1.Go to SharePoint Central Admin found in your startup app windows
2.Go to Application Management and click on Manage service applications and click Search Service Application.
3.Go to Crawl rules and click New Crawl Rule and configure it
4.Go to Content Sources and click Start All Crawls

Related

When export/import a site in sharepoint 2010 (WSS), error occur "A Web Part with this ID has already been added to this page"

I have a webpart, and I insert that webpart into a site of Sharepoint 2010 (WSS).
I save a site as template by that site. After, I create a new site with that site template. I export this site, and after I import it. I see a error in import site:
"A Web Part with this ID has already been added to this page".
Please help me to fix it.
(It work well on MOSS 2010)
Is new site is on the same farm as the originating site?, I would also asume that this is a Team site with Publishing features or a publishing site al togethere right?, if so, basically is having a conflict of GUIDS for a particular web part within a page or layout. If you see most of the site comming up, then is easier, because you could open the page or layout using SPDesigner and change the guids of the added webparts on the page; if not, you might need to crack open the template file and do it there.
Changing the GUIDS might help you to bring the page up, however any change done of the front-end could reverse the changes, so the best option is to edit the page and re-add the web parts, so it takes a new GUID for good.

Sharepoint 2010 silverlight web part not available

I have developed a silverlight application with WCF-RIA services and is working fine. I have to deploy this application on a Sharepoint 2010 site.
I am new to Sharepoint 2010. I am having "Full Control" on the site. But when I am in edit mode, not able to see "Media and Content" category which is having "Silverlight" web part.
New web page -> edit page -> Insert -> Web part.
This may be a simple setting issue. Can someone please help.
Thanks.
Along with whatever Thorsten has mentioned, I had to make another setting. Providing access to the web parts which was preventing users from viewing all the web parts
you've to activate the "SharePoint Server Publishing Infrastructure" Site Collection Feature. After activating all the Silverlight WebParts are available.
Thorsten

Deploying custom webpart to sharepoint 2010

In sharepoint 2007 for to deploy a custom webpart i have added all of its application references as a safe control, so i got my webpart correctly. But now i using the sharepoint 2010 and need to deploy a custom webpart in it, hence i followed steps such as
1.Created a webpart(Deploy as a farm solution) using VS2010 of type sharepoint->2010.
2.Used the Sharepoint 2010 Management shell to add the webpart to the sharepoint site.
3.Then using the sharepoint Central Administrator v4->System Settings->Manage Farm Solution->Mycustomwebpart
4.Clicking on that webpart and select deploy option, and hence it is been deployed to the site.
Then in sharepoint home site ->Site Actions-> Site Settings->Site collection Features-> select Mycustomwebpart and click on the Activate button.
6.Now, for to show the webpart, i gone to a site ->site Action-> Edit Page ,then click on Add a webpart then select the custom option and select Mycustomwebpart and click on the Add button.
7.Now i getting the error as "File Not Found" with error message as Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator.
8.Please guide me to overcome this error.
Lots of thanks in advance..........

Cannot see "Custom" web part folder SharePoint 2010

I am new on SP 2010 and VS 2010.
After installation of SP, I am able to surf to localhost, and see a page called "Home".
I made a test Visual Web Part, and it deployed fine.
I am able to edit the home page, and see and add the web part from the Custom folder.
I then made a new site, called Foo Site. When I edit its home page, I do not see the web part Custom folder, so I may choose my web part and add it.
Why does the Custom folder show up on one page, when adding a web part, and not on another?
Did you activate the feature on your new site? When you deploy from Visual Studio it will automatically do this based on where your project is configured to deploy it to (which is why you see it on your original site).

Missing site templates when creating a publising (template) site in SP2010

All I am having issues trying to add some of the additional site templates when a user selects New Site form the site settings menu. I have a publishing site template as recomended by Microsoft as a default Intranet site. How can I add some of the templates such as a team site, or something else?
I was using a publishing template from the start, so i rebuilt the server anyway, and created a blank site with activitating the publishing features.