Changing location of Emit built types when running as a Windows service

  • Thread starter Thread starter Urs Vogel
  • Start date Start date
U

Urs Vogel

Hi

When building and saving types using the Emit namespace from a Windows
service, the AssemblyBuilder.Save methods puts these assemblies into the
System32 directory, altough the startup path points is where the Service is
located. The AssemblyBuilder.Save method does not allow to set the
directory. So how do I control this behaviour?

Thanks, Urs
 
Back
Top