Dear All,
I had a working continuum code and now all of a sudden, any methods which utilizes this library is not getting fired( I figured it out after sooooo many trial and error that continuum is the culprit). If I comment the continuum object initialization it just works fine. Very strange....
Just breakin my head with this for the past 2 days and I don't see any other option to do some customization on 3rd Party modules without using sanscript code.
Restarted the server, re-added the library...nothing helped....
Any help would be highly appreciated...
Eg:
----
void mPaEmployeeRateTableMaintenanceWindow_LocalPbEmployeeFind_ClickAfterOriginal(object sender, EventArgs e)
{
MessageBox.Show("Test");
if (!mPaEmployeeRateTableMaintenanceWindow.LocalEmployeeId.IsEmpty)
{
//Dynamics.Application gpApp = (Dynamics.Application)Activator.CreateInstance(Type.GetTypeFromProgID("Dynamics.Application")); ;
// Dynamics.Application gpApp = new Dynamics.Application();
Note: I tried both initialization methods, but no luck...
*This post is locked for comments