Hi,
I have a Windows forms application built on .Net 3.0, which runs in the IE's process space. It works well in all other version of IE except IE 11.
In IE 11 however, I get an error message stating "Class doesn't support Automation".
The error message is received when an instance of a particular class is being created.
The dll in which the class is present is not a Com dll. So, I am guessing doing a regsvr32 of my dll, as suggested in some of the forums, may not be helpful.
Any support would be much appreciated.
Regards,
Pavana Sreesha.