DLLImport in ASP.NET 2.0

Discussion in 'ASP.NET 2.0' started by peamumla, Sep 15, 2006.

  1. I am moving an application from another host for a client. The app uses a COM component. In my dev environment, win xp/pro, I can make this work. But when I move the app over to discountasp.net I get a runtime error when trying to invoke the imported DLL.

    Does discountasp.net allow me to DLLImport any COM component or are they blocking it somehow?
    Anybody been able to successfully do this?
     
  2. The runtime error you are getting is because the COM object is not registered on the server.

    hostswon't install customersCOM objects because of security issues. we are the same way.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Hi peamumla, im trying to make the same with the dllImport file and i have recieve the same answer, can you find the solution???
     

Share This Page