Page 1 of 1

Deploying app with CommandBars

Posted: Thu Jun 24, 2010 10:13 am
by rdonnay
Bobby Drakos and I are having no problems running his app on our computers because they both have CodeJock installed, but it won't run at his deployed customer location.

What we can't figure out is why.

He only recently added some CommandBars to an app that has been running fine with SkinFramework and the Calendar.

He registered the CodeJock.CommandBars.v13.0.0.ocx
The CodeJock.CommandBars.v13.0.0.lic file is in the same directory as the ocx.

The other CodeJock controls work fine, but the CommandBars doesn't.
Any ideas?

Re: Deploying app with CommandBars

Posted: Thu Jun 24, 2010 2:18 pm
by RDalzell
Roger,

How about using something like DependencyWalker to view what modules are being called on the working computer vs. the non-working computer to determine what is missing?

Rick