Interoperability issue in my Asp.Net application

Sep 8 2005 3:05 AM
Hi,

I am working on an application in which 40% of the application is migrated from Asp to Asp.Net and 
the rest of the 60% of the application is in ASP. So now I have started migrating rset of the 60% of    
my application to Asp.Net.
  But here I am facing a major Interoperability issue. The present ASp code in my application is 
referring to the COM components and I have written some VB classes for my .Net Code.
Now the issue is I have some components with the same name both in .Net and COM. In my 
web application I am referring to both of these components but it so happens like if I create an 
object of the class in COM component with out including the VB class file(.Net component with the same name as the COM component) then I will be able to access  all the 
methods and properties with in that COM component.
 But if I include the .Net component having the same name as my COM component then I will 
get an error like "the class of the referred COM component is not found"

Please tell me Is it not possible to have the .Net and COM components with in the same 
application?? If possible please tell me the guidelines or steps to do that.

Is this an Interoperability issue. Please help me. Its very urgent.................. 
Also please do send me some links talking about this issue or the closely related one..................

Thanks and Regards,
Mahesh.N

Answers (1)