Hi. I have an WPF Full Tust explorer application that uses a COM assembly.
In some computers it works fine, in other ones it fails. There are too kind ok exceptions I got: ComException and FileNotFoundException. In the first case the dll arrives to clinet but the COm generator isn´t found (wich is the Com generator?? must i add it to the project???), in the second case de dll never goes to client.
It´s an assembly to create and modificate PDF. PdfToolkit
I´ve tried registering the dll progamatically. It registers sucessfully in client, but can´t be load.
Some help, please???? Have I to do something to use the COM assembly in my WPF appplication???