Hi,
I am porting a application developed in VS6.0 to VS2008. the application uses some third party DLL. While compiling I am getting "fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409"
I have following settings
1) Generate Manifest =>Yes
2) Allow Isolation => Yes
3) I added following lines in "Additional Manifest Dependencies"
"type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
but it is still giving the same error. What else I need to do to fix this error?
I am porting a application developed in VS6.0 to VS2008. the application uses some third party DLL. While compiling I am getting "fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409"
I have following settings
1) Generate Manifest =>Yes
2) Allow Isolation => Yes
3) I added following lines in "Additional Manifest Dependencies"
"type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
but it is still giving the same error. What else I need to do to fix this error?