yep, so the way I did it was this:
On the machine you are tyring to deploy from, go to your SLX install folder
(C:\program files\saleslogix) and locate the SLXNetExtensions.exe, and create a new file called SLXNetExtensions.exe.config - like you mentioned.
Add the text as mentioned above, and then run the SLXNetExtensions.exe
From here, you should be able to find the .dll that you want to deploy, and the net extensions deployment tool should add it.
couple things:
1. I am using version 8.0 to deploy
2. what is the error you are getting? Is the net extensions tool still throwing that same mixed mode error when you are running it "stand alone" outside of the architect? Basically, that config file is telling the deployment tool that it is ok to load a mixed mode .dll file
3. We found that even after deploying the .dll file(s) that was just half the battle. When the application actually tries to run the code, it basically will run into the same mixed mode issue. We found some code that will allow you to set that legacy flag at runtime - http://reedcopsey.com/2011/09/15/setting-uselegacyv2runtimeactivationpolicy-at-runtime/
Hope that helps you!
Brian
|