February 2008 - Posts

Custom SharePoint application and System.IO.FileNotFoundException
23 February 08 10:55 PM | jannemattila | 1 Comments   
Question: I have normal user access rights at SharePoint but I'm administrator of the physical SharePoint box. I don't have access rights to SharePoint databases but I still need to run few lines of code against SharePoint. I have created small console Read More...
CRM 4.0, SharePoint and ASP.NET Trace
23 February 08 08:12 PM | jannemattila | 3 Comments   
Sometimes I tend to forget how much stuff is built into .NET Framework. Framework gives you nice set of features that you can use without writing a single line of code. ASP.NET Trace is one of them. I know that it's nothing new but I think that it's still Read More...
Comparing two databases (schema and/or data)
13 February 08 09:28 PM | jannemattila | 3 Comments   
Quite often people like to know what's happening under the covers when they do something through user interface. For example they use CRM, SharePoint or some other product through user interface and they would like to know what has happened at the database. Read More...
Catching unhandled exceptions in SharePoint
04 February 08 06:13 PM | jannemattila | 18 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...
Page view tracker