0
Completed

x86 service is replica of x64/Any CPU service

Shane Day (Chief Technology Officer) 13 years ago updated by anonymous 8 years ago 4

The x86 service is currently a replica of the x64/Any CPU service. This will create increased workload in the future for maintenance. In future versions, please use the x64/Any CPU service by using a bootstrap that is the 32-bit service.

Reassigned due to new project ownership.

This has been fixed in Event Broker.

Achieved by modifying the AppDomainAssemblyLoader to accept a second parameter of type Assembly, which is used as the assembly to search for the types. The 32 service will pass in the 64 service assembly, whereas the 32 passes in its own assembly.

The embedded folder will only be required in the x64 project.