I would like to open an EA session via Windows service and do some action behind the scenes. I use the Repository API, however, don\'t know how to initialize it correctl
Add a reference to Interop.EA.dll and use
EA.Repository repository = new EA.RepositoryClass();