Does not print when I install a user terminal

Christian0485

New member
Joined
Apr 4, 2023
Messages
3
Programming Experience
3-5
I installed a project on a client virtual machine to test the executable. At the time of printing the report does not appear and it presents me with an assembly situation.

1680659197600.png
 
This does not look like an accessibility question about Visual Studio. This looks like a general C# question (or more likely a deployment question where you failed to copy/install all the dependencies). Moving forums...
 
Is Crystal Reports installed in the VM? Or if you have a version of Crystal Reports where all you need to do is copy around their binaries, did you also copy their binaries along with your programs binary?

It's been years since I've used Crystal Reports. Did their binaries need to be installed into the GAC?
 
¿Está instalado Crystal Reports en la máquina virtual? O si tiene una versión de Crystal Reports donde todo lo que necesita hacer es copiar sus binarios, ¿también copió sus binarios junto con el binario de sus programas?

Han pasado años desde que usé Crystal Reports. ¿Tuvieron que instalarse sus binarios en el GAC?

Crystal report lo tengo en la maquina local donde estoy desarrollando la app. Cuando instalo el app en otra maquina no imprime porque no tiene las dependencias. No se como solucionar y no hay informacion relevante.
 
(This is an English language forum.)

So install Crystal Reports on the other machine. And by install, I mean actually use Crystal Roports' setup.exe or .MSI file. Don't just hand copy files over into the other machine.
 
Back
Top Bottom