| bio | website | tsunami.nl |
|---|---|---|
| location | Amsterdam, Netherlands | |
| age | 41 | |
| visits | member for | 2 years |
| seen | 16 hours ago | |
| stats | profile views | 64 |
I am a SharePoint Consultant working in Amsterdam (Netherlands).
|
May 16 |
awarded | Commentator |
|
May 16 |
comment |
ListInstance with predefined data, prevent adding records to list with same name on deployment This worked well for me. Thanks! |
|
May 8 |
answered | Sharepoint 2010 products configuration wizard giving error |
|
May 2 |
awarded | Yearling |
|
Oct 9 |
awarded | Enlightened |
|
Oct 9 |
awarded | Nice Answer |
|
Oct 9 |
answered | “YSOD” Stack Trace Shown in Synchronous Event Receivers, instead of SharePoint Custom Error Page |
|
Aug 30 |
answered | Amending Alternative Access Mapping |
|
May 2 |
awarded | Yearling |
|
Apr 27 |
awarded | Citizen Patrol |
|
Apr 26 |
answered | Mysterious Error 3355 - SQL machine not available every day at the same time |
|
Apr 26 |
comment |
user search - found but name does not match what's in AD I am glad I could help out :) Had this situation a couple of times before in the 2007 era and then had to fix everything with a console app and it was quite a pain. Gotta love Powershell :) |
|
Apr 26 |
answered | user search - found but name does not match what's in AD |
|
Apr 26 |
answered | Script to reset list item versions for all Sites |
|
Apr 19 |
comment |
access denied for administrator in sharepoint 2010 Can you be more specific? If I understand correctly you have installed the binaries, ran the configuration wizard and then could not access the central admin? |
|
Apr 9 |
answered | Access denied when Importing a Sharepoint list |
|
Apr 9 |
comment |
SPContext.Current.Web.CurrentUser returns wrong user I think you could use the Client Object Model and for example retrieve the current web and user using Javascript. I have not tried this in a situation as you described, so it will need to be tested. |
|
Apr 3 |
answered | SPContext.Current.Web.CurrentUser returns wrong user |
|
Jun 16 |
comment |
Statistics: what's in and what's not? Do you mean SharePoint 2007 or SharePoint 2010? The statistics functionality has had quite a makeover. |
|
Jun 16 |
comment |
Error while referring “/_vti_bin/ListData.svc” When you open up sp2010/_vti_bin/listdata.svc does it return an xml document like: <service xml:base="sparked-dev/_vti_bin/listdata.svc/" xmlns:atom="w3.org/2005/Atom" xmlns:app="w3.org/2007/app" xmlns="w3.org/2007/app"> <workspace> <atom:title>Default</atom:title> <collection href="Announcements"> <atom:title>Announcements</atom:title> </collection> ... etc etc... |