Browse by Tags

SQL Server Profiler and SPQuery
21 June 08 10:58 PM | jannemattila | 1 Comments   
Question: I’m using SPQuery to retrieve items from my SharePoint list and now I want to know little bit more about SPQuery properties. Actually I’m interested about performance related things since I’m not sure about my query currently. I currently have Read More...
CRM 4.0 (or SharePoint or custom application) and DebugView
07 May 08 10:04 AM | jannemattila | 3 Comments   
Every now and then I’m find myself trying to solve same issues over and over again :-) That’s why I found myself (again) using DebugView as my debugging assistant at remote box. If you don’t know what DebugView is then you should definitely try it out. Read More...
Catching unhandled exceptions in SharePoint
04 February 08 06:13 PM | jannemattila | 19 Comments   
If you have done some dev stuff with MOSS you have most likely seen this: " An unexpected error has occurred. " is something that you probably don't want to see at your browser.... you want to have customized error page. In ASP.NET application you normally Read More...
Use dynamically created InfoPath form instance to pre-fill form
08 November 07 12:05 AM | jannemattila | 10 Comments   
If you want to pre-fill InfoPath form before user gets his/her hands to it... you have two ways to do that: Call Web Services from InfoPath It normally takes quite long Dynamically create InfoPath form instance Fast and there isn't any limitations where Read More...
Dynamically create static Excel files for Excel Service
06 November 07 07:07 PM | jannemattila | 3 Comments   
Excel Services is pretty nice for displaying Excel files over the network. But if you're developing Excel Services solution for the first time you might first think of the limitations or something that forces you to build your overall solution in certain Read More...
Adding own custom web service to SharePoint
26 September 07 10:10 PM | jannemattila | 12 Comments   
I posted awhile back about InfoPath and Web Service data connection and I got question about using own web services in SharePoint (or at least I interpreted it that way :-). I tried to describe idea to have own custom "proxy" web service that would do Read More...
Free the SPWeb!
29 June 07 05:30 PM | jannemattila | 7 Comments   
Every SharePoint developer knows that you need to free resources that you have used... like SPWeb (and others too!). Most often freeing up the resources are easily managed with the nice using -statement like this: 1 2 3 4 5 6 7 using ( SPSite site = new Read More...
Adding users to SharePoint dynamically at first request after authentication
25 June 07 12:19 AM | jannemattila | 10 Comments   
That title says it all! Well I was working on case where SharePoint was configured to use external authentication. This external authentication was hosted outside SharePoint and it could be used by many other services too. End users of SharePoint would Read More...
Starting workflow from eventhandler
07 June 07 10:41 PM | jannemattila | 0 Comments   
I just wanted to make quick post about starting the workflow from code. You might want to use this stuff in your eventhandlers for starting workflows automatically in some weird scenarios. But no more explaining since this is pretty straightforward. Here's Read More...
Feedback web part
07 June 07 10:17 PM | jannemattila | 17 Comments   
A while back I got a question that how would I solve "feedback feature request" for my customers case (platform was MOSS 2007). Idea is that from every page of the portal you could go and give feedback. And if you do give feedback it would be important Read More...
Adding functionalities to pages by inheriting PublishingLayoutPage
14 April 07 12:37 AM | jannemattila | 30 Comments   
If you have worked a lot with MOSS you probably know how to make new page layouts. But if you create new page layouts you might sometimes wonder that how could I add some common functionalities to my page layout pages. One example could be localization. Read More...
MOSS and Solution deployment: Your Features folder is missing some files
28 February 07 08:47 PM | jannemattila | 6 Comments   
Have you done nice Feature (or set of Features) that you want to deploy using SharePoint Solution deployment? Great. Have you already deployed your newly created solution? Great. Are you missing files from your features folder: TEMPLATES\FEATURES\ YourCompany.YourFeatureName Read More...

Search

This Blog

Syndication

Page view tracker