Hi
I have a main application (a.exe) which has 2 COM DLLs - x.dll and y.dll.
I have embedded the manifest information of x.dll and y.dll in a.exe.
If any of the 2 above dlls is missing and I launch a.exe it gives me error " The application cannot start as its side by side configuration is incorrect".
Now I know this is expected. But I need this model to work. What is the work- around. I need the COM dll to be reg free.
Regards
Spdman