You cannot use an MFC Extension DLL in your solution from a Windows Forms Application. From MFC extension DLLs: Overview -- "Only MFC executables (either applications or regular MFC DLLs) that are built with the shared version of MFC can use an MFC extension DLL."
Use a regular MFC DLL instead.