Hi, I have an annoying problem after upgrade VS2008 to SP1.
I have an application written in C/C++. In SetUp I've inserted the corrispondent merged modules for runtime (debug version). Installer built on VS2008 works correctly, but when I rebuilt on SP1 and now the installer correctly copy runtime dll but it seems it not register them, in fact the application is unable to see them (verified with CheckAsm). Does anyone have any idea to solve the problem?