Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
176 views

Keep the same SPWeb & SPSite through the whole application lifecycle?

We have several projects with many DAL. Many sharepoint lists like customers, sells, providers which reflect in C# classes. We make each object implement IDisposable through an abstract mother class. ...
1
vote
2answers
158 views

Automate creation of a SharePoint list without writing any code

As part of the configuration of my product (after installation), I need to create a few Sharepoint lists on the SharePoint site specified by the user. Digging around, it seems that i need to write ...
0
votes
0answers
14 views

Sharepoint Designer 2010 Error Connecting to Server - Win7

This is driving me crazy! I'm learning SharePoint 2010 and the installation process is already intimidating. :P Anyways, the book* I'm using, hardly gives any instructions on setting up ...
0
votes
1answer
34 views

Demo public website in SharePoint

I am newbie to SharePoint Dev.I need to know how sharepoint dev approach towards a solution like menu drop down which shows list of categories like category 1, category 2 etc and by click on each ...
0
votes
1answer
82 views

Recycle IIS Application Pool: Cannot connect to SharePoint site

I have sample webpart application and want to change my SharePoint site url in the existing code before deploying. It shows following error. Recycle IIS Application Pool: Cannot connect to SharePoint ...
0
votes
1answer
19 views

How to upgrade a part of a package/solution (customwebform, workflow, etc.) without losing list items

I've been developing a new SharePoint 2010 package in Visual Studio 2010. This is my first development project in SharePoint so please pardon my use of incorrect terminology. Within the ...
0
votes
0answers
28 views

html code appeard when editing html rich control

iam new sharepoint developer i working with content type and page layouts , i made site definition with pages and i made a content type with multiple column(to use in site pages) ,one of ...
0
votes
1answer
306 views

How can i change the site definition default welcome page

iam new to sharepoint 2010 developer and iam creating a site definition but i could not change the default welcome page using the onet.xml file ,i tried all possible ways but i failed please any one ...
0
votes
0answers
105 views

SharePoint 2010 - Experience with the MSO CAF? (Micrsoft Online Code Analysis Framework)

What is your experience with the Code Analysis Framework? Wrong error messages, overlooked error messages etc. Error List: SPDispose Check and the SPSiteRootWeb - Wrong SPDispose Error Dispose ...
0
votes
2answers
459 views

How to use Entity Framework witk Sharepoint Custom Timer Job?

I developed a SharePoint Custom Timer Job which reaches SQL Server by Entity Framework. So normally EF uses SharePoint application's web.config AppSettings to get the ConnectionString it needed. But, ...
0
votes
2answers
144 views

How to start working on SharePoint 2010? And what are the pre-requisites?

I have experience in .net but never worked on sharepoint development. I shall like to know how I can start working on Sharepoint? I know, I can develop some web-parts for it. But I am not sure what ...
0
votes
2answers
95 views

I want to move to something new [closed]

Currently I'm a .NET developer, I've been working with WinForms, WPF,a little with ASP.NET, Silverlight and recently with raw HTML/JavaScript/CSS and using IIS/.NET as server side only. And I've ...
0
votes
1answer
579 views

Custom application code examples for Sharepoint 2010 (or 2007)

As we all know there's a great learn-by-example application built specifically for Asp.net MVC developers. So they can check out the code and see for themselves how things are done. I wonder if ...