|
|
|
date: Tue, 1 Jan 2008 17:00:56 -0500,
group: microsoft.public.exchange.development
back
Re: COM+ Registration error
Hello,
Here is an update to my issue.
After scouring the internet for several days, I have figured out that my
problem with Exch Explorer has to do with the SSL certificate.
Disabling SSL on public folders enabled me to open the public store via Exch
Explorer, but the registration still fails.
per one of the advices online, I have updated my AssemblyInfo.cs and
replaced
[assembly: ApplicationAccessControl(true)]
with
[assembly: ApplicationAccessControl(false ,AccessChecksLevel =
AccessChecksLevelOption.Application)]
That registration still fails. The error I get is "An error has occurred
creating the registration item. Event sinks must be registerd as a COM+
Application prior to creating the registration event item or there maybe
issues connecting to the network or the server. Also check the data for
accuracy."
I am running the Exch Explorer from the server, and the applicating is
registered with the 64bit version of RegSvcs and is visible in COM+
Applications and startable.
Any hints to point me in the right direction are appreciated
Thank you,
Alex
"Alex@Avid" wrote in message
news:OvlH7GMTIHA.4272@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> Is there a way to register a COM+ component on Exchange 2007? Exch
> Explorer doesn't work. Using regevent.vbs gives the following error "The
> specified event sink is not allowed to run in-proc"
>
> We are migrating our Exchange environment from 2003 to 2007, and I am
> trying to simply migrate the onSave, ascyn event sink to the new server.
> Previously, I used Exchange Explorer to register the even on the folder in
> the public store. Now I cannot even get access to the Exch store via Exch
> Explorer.
>
> Any help is appreciatred
>
> Alex
>
> P.S. What is a better way to implement an onSave event in Exchange 2007?
>
date: Wed, 2 Jan 2008 19:13:35 -0500
author: Alex@Avid
|
|