SharePoint / ASP.Net Development
Experiences from the field...
Navigation
   RSS 2.0
Categories
Entries by Month

 Wednesday, July 16, 2008

There is a new International SharePoint Professionals Association. Bob Fox has the information in his announcement post. I am a regional evangelist for this association, which means I will be working with user groups in the midwest to build their communities.

Also announced today is the online SharePoint Magazine, edited by Arno Nel.

Wednesday, July 16, 2008 2:21:30 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Friday, July 11, 2008

I want to thank Dave and Brad and everyone who attended the IndyNDA meeting last night.

You need to know that this is no ordinary user group. They average 100 attendees each month (130+ for my SharePoint talk); they host and sell-out an annual weekend conference (Indy Tech Fest - October 4th) and most importantly they give back. The housekeeping items before I started were:

  • Bring a friend giveaway -- a prize for the member who brings a friend for the first time. This month, the prize was a control suite worth >$1,000
  • IndyGiveCamp -- developers creating solutions for charities. Paul Hacker of Radio TFS is behind this effort.
  • Food Drive -- At the August meeting, bring $10 worth of canned or dried goods and get entered in a drawing for an MSDN Premium subscription. WOW!!!

Indianapolis is not a large market, so they don't get a lot of press. Show some love next time you're there. I guarantee you will be impressed.

Friday, July 11, 2008 3:38:37 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Thursday, July 10, 2008

I will be presenting SharePoint for ASP.NET Developers tonight a the Indianapolis .Net Developers Association. If you're in the area, we're starting at 6:00pm.

Thursday, July 10, 2008 7:09:53 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Thursday, June 26, 2008

The website for the SharePoint Best Practices conference is now up. Visit the site to see the agenda and register.

 

Thursday, June 26, 2008 12:12:06 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

Occasionally, I see a question about determining if a given installation is MOSS or simply WSS. I am unaware of any Object Model method or property that indicates this, but I did find a different way. The User Profile service is a web service that is included in MOSS and not WSS. So, if the asmx file exists, then MOSS is installed.

Here is a code snippet:

string isapiFolder = SPUtility.GetGenericSetupPath("ISAPI");
string userProfileServicePath = Path.Combine(isapiFolder, "UserProfileService.asmx");
bool SharePointServerInstalled = File.Exists(userProfileServicePath);
Thursday, June 26, 2008 11:53:12 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Thursday, June 05, 2008

Daniel Larson has been sending smoke signals for the last week about using the RunWithElevatedPrivilege (RWEP) method. He finally goes into further detail today with his cautionary tale and a recommended SPUserToken work-around.

I have seen several programs that use RWEP to accomplish updates on behalf of a user. (In fact, I use the method in the Image Upload Web Part.) In this circumstance Daniel is advocating using impersonation via the SPUserToken for the "System Account." I believe this to be sound advice and will be updating my code accordingly.

Thursday, June 05, 2008 7:25:30 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Monday, June 02, 2008

We released an update to our product today. DeliverPoint :Permissions v3 includes a limited-functionality license for free. All the details can be found on http://www.deliverpoint.com.

All of us at Barracuda are excited about this product. And we've hit our groove with quarterly releases, which means you can expect much more going forward!

Monday, June 02, 2008 5:15:40 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

The governance of SharePoint has been a hot topic lately, championed by Joel and the SharePoint product team. And many are discussing the best practices in deploying SharePoint. The MVPs who wrote the book (literally) are hosting a conference to discuss these topics.

Monday, June 02, 2008 9:58:47 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

I will be part of the developer roundtable at the Regional SharePoint Conference being held by the SharePoint User Group of DC (SUGDC). Hope to see you there!  

Monday, June 02, 2008 9:48:50 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
 Friday, May 16, 2008

Windows Network Load Balancing error:

Starting update...
Going to bind NLB...
Bind operation failed.
Update failed with status code 0x80041002

Turns out that the Network Load Balancing service must be installed before attempting to configure the cluster.

Friday, May 16, 2008 9:44:38 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
Search

Further Reading...

Powered by: newtelligence dasBlog 1.9.7067.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008, Paul Schaeflein

Send mail to the author(s) E-mail