Sign in
Jukka on SharePoint
Blabla on SharePoint and Windows Phone
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
OK
RSS for comments
RSS for posts
Atom
Search
Tags
C#
caching
EndpointNotFoundException
extend website
Feature not installed
laptop install
List Schema
longhorn
MOSS
Object Model
sharepoint
sharepoint 2007
SP2
SPField
SPListItem
SSL
Web Service
win2k8
windows 2008 server
Windows Phone
Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions: feature
WP7
WSS 3.0
Monthly Archives
Archives
August 2011
(1)
April 2009
(1)
March 2008
(1)
February 2008
(1)
September 2007
(1)
April 2007
(1)
March 2007
(2)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jukka on SharePoint
Windows Phone, Web Services and EndpointNotFoundException
Posted
over 2 years ago
by
patonki
0
Comments
Hi I wanted to share once again one little piece of information that i bumped into while developing a software for my Windows Phone. I was trying to figure out how to test whether a web service was online so i created a simple "isAlive" method that...
Jukka on SharePoint
Error during SharePoint SP2 install
Posted
over 4 years ago
by
patonki
3
Comments
I just installed (x64 MOSS with SP1 & Feb cumulative update installed) WSS SP2, MOSS SP2, WSS fi-fi LP SP2, MOSS fi-fi LP SP2 and didn't run the config wizard until the end and this is how things went: Try #1 psconfig -cmd upgrade -wait -inplace...
Jukka on SharePoint
How to configure ssl for whole site with output caching enabled
Posted
over 5 years ago
by
patonki
0
Comments
I ran into a new situation which i haven't thought about before. What if you have a public facing anonymous sharepoint site and you want to add a ssl cert for the whole site + you have output caching enabled with VaryByHeaders set to User-Agent. Most...
Jukka on SharePoint
Windows 2008 Server and Sharepoint 2007 on my laptop
Posted
over 5 years ago
by
patonki
0
Comments
This is something that have been annoying me a lot since i joined Microsoft. I installed Vista Ultimate on my laptop and used Virtual PC 2007 to run my MOSS environments. There's nothing bad about it, don't get me wrong. But i'm used to check little things;...
Jukka on SharePoint
Fastest way to create a list schema
Posted
over 6 years ago
by
patonki
1
Comments
Feeling frustrated, feeling like you can't make to the deadline, million lists schemas to create and so much other things to do.. Sounds familiar? Well.. Some of the people i've talked with does not recognize this method most of the time (yep, making...
Jukka on SharePoint
List definition and property DisallowContentTypes
Posted
over 6 years ago
by
patonki
0
Comments
Be careful with this property. If you set it true in the list definition, there is no easy way to set it back to false after the list has been populated. SPList object has two properties AllowContentTypes which is ReadOnly and ContentTypesEnabled,...
Jukka on SharePoint
How to access fields in a listitem through object model?
Posted
over 6 years ago
by
patonki
1
Comments
In a nutshell : SPContext .Current.Web.Lists[ "Documents" ].Items[0][ "Title" ].ToString();
Jukka on SharePoint
Locale & variations
Posted
over 6 years ago
by
patonki
0
Comments
Today i was figuring out how to detect which locale is in use on a site with variation labels. Here's a little codeblock to demonstrate it: // code in assembly Microsoft.SharePoint.Publishing PublishingWeb pWeb = PublishingWeb.GetPublishingWeb...
Page 1 of 1 (8 items)