
I'm trying to deploy a project built with the Navigation, Wizard, and Ribbon controls and am running into trouble. The project uses both managed and unmanaged components so this may be a problem unrelated to the Actipro controls but my current suspicion is it has something to do with Actipro.
The project builds and runs fine on my dev machine with VS 2008 and WPF Studio installed. What I've done on the deployment machine is: copied over all the managed components, copied and registered the unmanaged components, and copied the Actipro assemblies (Navigation, Wizard, Ribbon, and Shared). The application fails to launch and the exception thrown is System.TypeInitializationException. This happens in an assembly which uses the Actipro assemblies.
There are still a couple of things for me to try, but I wanted to see if perhaps someone has already seen this. I want to try deploying the sample project to this machine and see if it runs, and also attach a debugger to the running process on the deployment machine and compare its set of loaded modules to what I get on my dev machine. Any other suggestions would be most appreciated!
Thanks,
Salman
The project builds and runs fine on my dev machine with VS 2008 and WPF Studio installed. What I've done on the deployment machine is: copied over all the managed components, copied and registered the unmanaged components, and copied the Actipro assemblies (Navigation, Wizard, Ribbon, and Shared). The application fails to launch and the exception thrown is System.TypeInitializationException. This happens in an assembly which uses the Actipro assemblies.
There are still a couple of things for me to try, but I wanted to see if perhaps someone has already seen this. I want to try deploying the sample project to this machine and see if it runs, and also attach a debugger to the running process on the deployment machine and compare its set of loaded modules to what I get on my dev machine. Any other suggestions would be most appreciated!
Thanks,
Salman