in

Dot Net Mafia

Group site for developer blogs dealing with (usually) .NET, SharePoint 2013, SharePoint 2010, Office 365, SharePoint Online, and other Microsoft products, as well as some discussion of general programming related concepts.

Browse by Tags

  • How to: Uninstall a previous version of the MOSS SDK when Add/Remove Programs has been disabled by Group Policy

    Well, if you read, the Microsoft SharePoint Products and Technologies Team Blog , you know that the SharePoint SDK and MOSS SDK have been updated to version 1.3 which includes updates for SP1. Instead of someone that just posts the fact that this came out, I am posting a useful tip that might affect...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-27-2008
  • BDC: Could not create profile page for Entity

    I have seen quite a few searches for this warning in our stats, so I thought I would address the following message received when importing an application definition into the Business Data Catalog. Could not create profile page for Entity MyEntity. The error is: Default action exists for application 'MyInstance'...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-27-2008
  • Speaking at Tulsa SharePoint Developer's User Group

    I'll be giving my talk on Searching Business Data with MOSS Enterprise Search at the Tulsa SharePoint Developer's User Group on March 10th. This is the same presentation I gave at TechFest, but I have updated it some and will likely also cover indexing other sources as well as documents. It's...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-26-2008
  • How to: Delete Crawled Properties

    This unfortunately is not as simple as it should be. Out of the box, there is not an option to delete a single crawled property. I sort of understand the reason behind this, but when developing its very easy to get your crawled properties filled with a bunch of garbage as you are trying things out. It...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-26-2008
  • Reset IIS after changing a Content Type

    Just a word of warning as I have fallen for this one a time or two and I should know better. Recently, I had a need to change the name of my site columns which meant of course I had to update my content types that were using it. After, I did this, I discovered, that my ItemEventReceivers were no longer...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-25-2008
  • How to: Programmatically Activate a Feature

    Today, I am continuing my series of posts on how to do basic tasks in SharePoint. Sometimes there is a need to activate a feature on a site collection or site using code. There are various reasons why you want to do this, but in my case, I needed to activate multiple features on multiple sites. The SPFeatureCollection...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-22-2008
  • How to: Determine if a Navigation Node Exists

    Today's topic seems like a simple task and it really is if you take a brute force method of solving it, however I wish I knew of a better solution. When specifically working with the TopNavigationBar collection, the only way to access the content is using an integer indexer (again why can't SharePoint...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-21-2008
  • How to: Use the MOSS Enterprise Search KeywordQuery class

    I don't think there are enough complete examples on using the KeywordQuery class out there, so I am posting this today to help out. The example in the SDK is close, but not quite enough. The KeywordQuery class is used to execute a keyword syntax query against MOSS Enterprise Search. There is also...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-19-2008
  • How to: Get a SPWeb object given a full URL

    I have been using Enterprise Search lately to find sites programatically. The issue I ran into is that I needed to manipulate data on each site that was returned in the results and the only starting point I had was a fully qualified URL. At first, this task seems quite complicated because after examing...
    Posted to Corey Roth [MVP] (Weblog) by CoreyRoth on 02-14-2008
  • Finding Where A Content Type is Being Used

    Have you ever tried to delete a content type that is in use? SharePoint gives you a nice error that doesn't help you find where it is being used at all. There are two ways you can find out where it is being used: 1. Add the Content Query WebPart on a page and pull back all uses of it. Not sure if...
    Posted to Kyle Kelin on .Net (Weblog) by KyleKelin on 02-14-2008
Page 41 of 46 (453 items) « First ... < Previous 39 40 41 42 43 Next > ... Last »
2012 dotnetmafia.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems