in

Microsoft Experts

Memoirs of a goldfish

Cameron McFie

Smile! It is guaranteed to make your day come alive!

March 2008 - Posts

  • Yet another patch that MPS has problems with

    Just something to watch out for, The Hosted Email 2007 Provider has issues when you install .NET Framework 2.0 Security Update (KB928365). It is also a problem with .NET Framework 2.0 SP1 and .NET Framework 3.0.

    You get errors like the following when calling Hosted Email 2007 procedures;

    Unable to generate a temporary class (result=1). error CS0266: Cannot implicitly convert type
    'Microsoft.Provisioning.Providers.Exchange2007Provider.Data.GetMailbox_ResponseResultImapMessagesRetrievalMimeFormat?'
    to 'Microsoft.Provisioning.Providers.Exchange2007Provider.Data.GetMailbox_ResponseResultPopMessagesRetrievalMimeFormat?'.
    An explicit conversion exists (are you missing a cast?)

    Here is the ASP.Net forum related to it - http://forums.asp.net/p/1132849/1800690.aspx#1800690

    Cam