Problem with Setup Project (ASP.NET 2.0)

  • Thread starter Thread starter Luigi
  • Start date Start date
L

Luigi

Hi all,
in my web application (ASP.NET 2.0), I have a Web Project Setup embedded.
When I run this .msi file in Test server, I get a popup message with this
error:

Module D:1apps\wwwroot\FYR\bin\bin\msxml5.dll failed to register.
HRESULT -2147023782. Contact your support personnel.

Why this happens, and how can I solve?

Thanks in advance.

Luigi
 
re:
!> D:1apps\wwwroot\FYR\bin\bin\msxml5.dll failed to register
!> Why this happens, and how can I solve?

Why are you referencing an unmanaged Office 2003/2007 dll in an ASP.Net application ?

The dll fails to register because it's an unmanaged Office dll
and you're attempting to use it in a .Net Framework application.





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
 
Back
Top