I made a nice screen recorder program that records my screen & sound and saves it as a wmv file. For that purpose I referenced Interop.WMEncoderLib.dll. The program works fine in the IDE. When I deploy my application and install it in my computer, it works to perfection but when I install the program in another machine even with a similar OS, the program does not work. In fact, it does not even launch.
I'm using VS 2010 Professional. I deployed my application using both Installshiedl LE and Visual setup project. Nothing worked. I suspect dependencies are behind this problem.
Even though, I manually installed both the .NET Framework 4 and Windows Media Encoder on the external machine in which I'm attempting to install my application, the program still doesn't work.
I tried every trick I know but the program still does not work. Any help would appreciated. thank you,
Yan,