Skip to Content
0
Former Member
Oct 10, 2013 at 03:29 PM

new SAPbobsCOM.Company() IIS issue; we have to restart the IIS

67 Views

After some hours of work, the intranet got stuck when line below is called.

new SAPbobsCOM.Company();

Our solution for now is to restart the IIS. But we need a real solution.

Does anybody have a solution for this?

Here you go my code:

  1. SAPbobsCOM.Company _cmp = null;

_cmp = new SAPbobsCOM.Company(); //Here in this line the application got stuck and hung the web page.