I want to implement MFC Docking Framework in my existing mfc application I have taken same trial, but it gives me assertion like
before execution of my project.
For an existing MFC application, you can go to menu Project, Add Class, and under ATL you have an option Add ATL Support To MFC. This should add ATL initialization and the module will no longer be NULL.
Project
Add Class
ATL
Add ATL Support To MFC
NULL