I am building and Advantage AEP to run on a Win 2008 server (64bit). I'm developing the AEP in VS2008 on a 32-bit machine. Building for Any CPU and testing using Local Server works just fine.
When I Build for x64, VS2008 gives this error. Error 1 File "C:\Projects\Experiment\AdvantageTrigger1\bin\x64\Release\ADSUpdateTriggerHX.dll" is not a valid assembly. AdvantageUpdateTriggerHX
How do I build a valid assembly?
I can register the assembly on the target server (regasm in Framework64), and I see it in the Registry. It does not show up in the Trigger Dialog Browse. I even GACed it, but that didn't help.
Thanks, Tim