Crystal Reports deployment
Hi everyone,
I made an application which have simple crystal report in it. I also made installer for the application, but when I install it on another computer, which has only .NET framework, and run it, some error occurs like " ... missing keycodev2.dll ... ".
I've looked in GAC, and there I can see all the CR assemblies like on my (development) machine.
I've found that keycodev2.dll on my machine, and put it in the folder where application is installed, but nothing seems to happen. That keycodeV2.dll is not an assembly (because it can not be registered in GAC, I've tried that)
Does anyone know what is the problem ?
Thanks !