I have tracked the problem down to one line of code that when
commented out the ribbon displays. The line is:
oSIClient = CType(Activator.GetObject( _
GetType(ISoftwareIntegration), _
"http://BIIAWK02425T:1234/
SoftwareIntegrationServer.soap"), _
ISoftwareIntegration)
Again, this code works when everything is run from the IDE.
I have signed all of the assemblies.
Any ideas? Thanks.