Tagged Questions

1
vote
4answers
83 views

What is something I should to to help me to Learning SharePoint?

I have a list of items I was told I should learn below. Can you tell me if there is one that I should remove and one I can add that will help me learn sharepoint backend developme …
0
votes
2answers
29 views

Seeing the actual error behind ‘An unexpected error has occurred’ in Sharepoint 2010

In MOSS 2007, we could update the tag's callstack attribute to true and then customerrors mode to "Off" to see the actual error behind the 'An unexpected error has occurred' mess …
1
vote
4answers
165 views

Does this leak? SharePoint SPSite and SPList code

Would this code cause an SPList object to leak? It's enclosed in a Using statement but that's in a sub routine. String site = "http://server/sites/site"; foreach (string s in Outp …
1
vote
2answers
84 views

Session object is null in page_load on 64 bit

I am having a strange problem. I am porting an asp.net web application to sharepoint (as a web part) and I've converted most of it to a webpart that loads an .ascx user control. Ho …
3
votes
2answers
351 views

Using Claims Based Authentication to integrate with an ASP.Net application

I have been Googling a problem that I have with trying to integrate the web application that I am working on with SharePoint 2010. The web application is a wiki style tool that a …
0
votes
1answer
57 views

Response.BinaryWrite Div [closed]

Is there a way to write PDF to a div from DataBase i.e. Retrieve a Byte[] from Database and Reponse.BinaryWrite to a div. We do similar thing for Images using src = "anotherpage.a …
1
vote
2answers
24 views

When to use CreateChildControls() vs. embedding in the ASPX

I'm developing a webpart for SharePoint 2007 and have seen several posts that advise to do all the creation of controls in the code-behind. I'm transitioning from Java J2EE develop …
0
votes
3answers
153 views

SharePoint (ASP.NET) Application works fine until morning, only an IISRESET fixes problem

Hi All, A colleague has developed a SharePoint web-part application (which was developed in VS2005), and deployed on MOSS 2007. We use an .ASCX file for deployment. This applicat …
3
votes
3answers
498 views

ASP.NET User Control in SharePoint WebPart

I want to use the Visual Studio designer to make controls for my WebPart... I've been pointed to two approaches that seem ok. First, SmartParts... which I'll look into later. Sec …
2
votes
3answers
183 views

MOSS and MVC architecture question

We currently are running moss 2007 for an enterprise internet facing site. The site's main functionality is surfaced using FAST search with MOSS 2007 used for the cms aspects. We f …
0
votes
0answers
57 views

Exception loading SharePoint dependent assembly using reflection

I've created a custom Central Admin .aspx page that inherits from the OperationsPage base class, which is defined in Microsoft.SharePoint.ApplicationPages.Administration.dll. Natur …
1
vote
2answers
22 views

Copy Sharepoint Sites/Doc Libraries For Development Purposes

Sorry if I'm getting the terminology wrong, I'm very new to sharepoint. Basically, a site I'm working on uses sharepoint for some versioning stuff in the background. I would like t …
4
votes
2answers
512 views

How to write to ULS Log in SharePoint 2010 from a .NET app?

The Sharepoint Trace Log Sample given at http://msdn.microsoft.com/en-us/library/aa979522.aspx & explained at http://msdn.microsoft.com/en-us/library/aa979595.aspx does not wo …
0
votes
3answers
87 views

Guidance for using ASP.net MVC as part of Sharepoint 2007

I am interested in using ASP.Net Mvc 2.0 as the basis for a website but it will need to hook into SharePoint 2007. Am I just dreaming that it is possible or should I just stick wi …
1
vote
2answers
36 views

Getting the SharePoint Web Application URL Programatically

Is there an easy way to get just the web application URL in SharePoint, for example, SPWEbApplication has the following property spwebapplication.sites that would return URL's of a …

1 2 next
15 30 50 per page