Sign in
Janne Mattila's blog
From programmer to programmer -- Programming just for the fun of it
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET General
2007 Office system
ACT
Application Compatibility
Application Development
asp.net
C/C++
Excel
Excel Services
Fun
IE8
InfoPath
Microsoft CRM
Microsoft Office SharePoint Server 2007
Mobile
Programming
Silverlight
tips and tricks
Visual Studio
WCF
Archive
Archives
October 2010
(1)
December 2009
(1)
November 2009
(3)
October 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(1)
January 2009
(1)
October 2008
(2)
September 2008
(1)
August 2008
(2)
June 2008
(2)
May 2008
(3)
April 2008
(1)
February 2008
(4)
January 2008
(4)
December 2007
(2)
November 2007
(2)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(1)
June 2007
(4)
April 2007
(1)
March 2007
(1)
February 2007
(4)
January 2007
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Janne Mattila's blog
Catching unhandled exceptions in SharePoint
Posted
over 5 years ago
by
Janne Mattila 2
21
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...
Janne Mattila's blog
Building Arcade Game Player (first step in long path)
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
For few months I have been thinking of building arcade game player. I mean that I would create application that would then play some old classic arcade game (i.e. Blues Brothers , Rick Dangerous , Super Mario Bros. etc.). Previously I have created applications...
Janne Mattila's blog
Few development tips for CRM 4.0
Posted
over 5 years ago
by
Janne Mattila 2
21
Comments
If you are working with Microsoft Dynamics CRM 4.0 and your planning to do code customizations then you probably should keep on reading. And why am I talking about code customizations and not just customizations ? Well just because in CRM you can do a...
Janne Mattila's blog
Link: How to: Silverlight Streaming
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
I don't normally post links to my blog but this one is so cool and it's really worth it. So here it goes... you should definitely check out How to: Silverlight Streaming . If you don't know what it's for then you _really_ should read it. Anyways... Happy...
Janne Mattila's blog
CRM 4.0 and ISV.config modifications
Posted
over 5 years ago
by
Janne Mattila 2
10
Comments
If you want to add custom menuitems, modify navbars, add funtionality to toolbars etc. you need to modify so called ISV.config. In CRM 4.0 it can be done pretty easily with these simple steps: Export current ISV config: Settings -> Customization ->...
Janne Mattila's blog
Create Silverlight 1.1 applications for SharePoint with VS2008
Posted
over 6 years ago
by
Janne Mattila 2
11
Comments
Title says it all :-) My plan is to create small walkthrough how you can create your own Silverlight 1.1 application with Visual Studio 2008 and then run it in SharePoint. And I don't want to install a lot of stuff to my SharePoint environment so I'll...
Janne Mattila's blog
External datasource (SharePoint list) and Forms Server
Posted
over 6 years ago
by
Janne Mattila 2
1
Comments
If you have following setup... You need to create InfoPath Form that you're going to use in Forms Server (=Browser compatible) Your form contains external data source to SharePoint list Data from the list needs to be in certain order in your form (in...
Janne Mattila's blog
Use dynamically created InfoPath form instance to pre-fill form
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
Dynamically create static Excel files for Excel Service
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
Minesweeper goes web
Posted
over 6 years ago
by
Janne Mattila 2
5
Comments
Disclaimer/Important notice: I sometimes go crazy with my favorite programming tools. I use my imagination to do things and try to forget all the rules that I normally would keep in mind when developing applications. This post is one of those moments...
Janne Mattila's blog
From InfoPath to Database via Web Service
Posted
over 6 years ago
by
Janne Mattila 2
17
Comments
I have been asked to build this kind of example sooooo many times that now I really need to write this down :-) This stuff isn't rocket science but I have got so many emails about this so I just want to answer all those questions at once. So I have previously...
Janne Mattila's blog
Adding own custom web service to SharePoint
Posted
over 6 years ago
by
Janne Mattila 2
14
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...
Janne Mattila's blog
Adding MS CRM to your own windows forms applications
Posted
over 6 years ago
by
Janne Mattila 2
2
Comments
I was asked to create simple demo that demonstrates MS CRM inside custom .NET application. So I created small win app with just couple of controls to make the demo pretty simple. If user presses Edit customer button then new form is opened and that will...
Janne Mattila's blog
MOSS: Backup and restore and missing Timer job definitions
Posted
over 6 years ago
by
Janne Mattila 2
12
Comments
If you have your SharePoint application running on Server1 and you decide to move it to Server2 with backup and restore... you'll (may) end up having application at the Server2 that doesn't have all the necessary timer job definitions. There is however...
Janne Mattila's blog
Failed to determine definition for Feature...
Posted
over 6 years ago
by
Janne Mattila 2
5
Comments
I was working on SharePoint case and found myself staring at the logs... again :-) I found 11 lines with " Failed to determine definition for Feature with ID ..." and it was repeating quite often. And that error is something new for me... And if you have...
Janne Mattila's blog
How to install Windows SharePoint Services 3.0 Tools to XP or Vista
Posted
over 6 years ago
by
Janne Mattila 2
90
Comments
I got email from Philip Edney with a hint that how you can install Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions (VSeWSS) for none-Windows 2003 server OS. Of course since that's not supported you'll have to do small registry hack...
Janne Mattila's blog
ISA + MOSS: makes life a lot easier for FBA
Posted
over 6 years ago
by
Janne Mattila 2
6
Comments
I have explained this same story couple of times so I thought that I'll write shortly this to my blog and refer to it whenever needed :-) ( Side note: I have discussed this topic with my colleagues and I think that we share thoughts on this one) Web is...
Janne Mattila's blog
Free the SPWeb!
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
Adding users to SharePoint dynamically at first request after authentication
Posted
over 6 years ago
by
Janne Mattila 2
12
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...
Janne Mattila's blog
Starting workflow from eventhandler
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
Feedback web part
Posted
over 6 years ago
by
Janne Mattila 2
18
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...
Janne Mattila's blog
Adding functionalities to pages by inheriting PublishingLayoutPage
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
Visual Studio Add-in: Use Vista Search directly from Visual Studio
Posted
over 6 years ago
by
Janne Mattila 2
13
Comments
I have used Windows Vista from last November and now I have noticed that I'm really heavy user of search. Before Vista I had a lot of problems finding my stuff because I just couldn't remember where I have saved my files. I used my own directory structures...
Janne Mattila's blog
MOSS and Solution deployment: Your Features folder is missing some files
Posted
over 6 years ago
by
Janne Mattila 2
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...
Janne Mattila's blog
MOSS and EventHandler deployment with features + Cannot insert the value NULL into column...
Posted
over 6 years ago
by
Janne Mattila 2
11
Comments
I posted earlier about my nasty experiences with site column deployment. This time I was working with eventhandlers and had interesting error message that I thought I'd share to you. I had created a pretty simple eventhandler and it was working fine....
Page 2 of 3 (55 items)
1
2
3