المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : 64 bit Console linked to 32 bit dll?



C# Programming
05-04-2011, 07:52 PM
64 bit Console linked to 32 bit dll? I know and in fact tried it won't work. You can add reference but you'd have runtime exception "Could not load fle or assembly ... one of its dependencies. An attempt was made to load a program with incorrect format"

But have I missed anything? Any magic whereby 64 bit host can reference and load a 32 bit dll into its process?
dev