Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Wed, 19 Oct 2005 14:04:44 -0400,    group: microsoft.public.exchange2000.development        back       


Event Sync DLL   
Guys,

I created a Sync DLL using VB.NET as per the following article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_esdk_building_managed_event_sink_dlls.asp

What do I need to do to deploy it? The article does not have instructions 
and [obviously] I am totally new to exchange development.

Thank you in advance!
date: Wed, 19 Oct 2005 14:04:44 -0400   author:   Juan Romero

Re: Event Sync DLL   
Hello Juan,

your next step is to register your assembly on the exchange server via 
regsvcs.

Before you do that, add these attributes to your assemblyinfo.vb:
[assembly: ApplicationActivation(ActivationOption.Server)]

[assembly: ApplicationName("<ApplicationName>")]

[assembly: ApplicationAccessControl(false ,AccessChecksLevel = 
AccessChecksLevelOption.Application)]

(This is C# code obviously... you must translate it, and replace the 
<ApplicationName> :-)

Then, call regsvc /fc <assemblyfile>

Now you can adjust the permissions of the COM+ application in the COM+ MMC.

The final step is to register the assembly on your target folder. See 
http://msdn.microsoft.com/library/en-us/wss/wss/_exch2k_managing_event_registrations_with_regevent_vbs.asp 
for more information.

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


"Juan Romero"  wrote in message 
news:%23L7AodN1FHA.1168@TK2MSFTNGP10.phx.gbl...
> Guys,
>
> I created a Sync DLL using VB.NET as per the following article:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_esdk_building_managed_event_sink_dlls.asp
>
> What do I need to do to deploy it? The article does not have instructions 
> and [obviously] I am totally new to exchange development.
>
> Thank you in advance!
>
date: Wed, 19 Oct 2005 22:19:07 +0200   author:   Henning Krause [MVP - Exchange]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us