ClickOnce

  • Thread starter Thread starter avanti
  • Start date Start date
A

avanti

Hi,
I have an app that the users install from the ClickOnce installation
link. One of the user is seeing the error:

System Update Required:
Unable to Run. The application requires that assembly Microsoft.mshtml
version 7.0.3300.0 be installed in the GAC first.


The machine has .NET framework 2.0 installed. What might be missing?


Thanks,
Avanti


Reply »
 
Apparently, one of your dependencies didn't quite make it to the manifest.
Try repackaging it again. Another thought is that the user may not have the
required permissions - it's worth a look.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc


Hi,
I have an app that the users install from the ClickOnce installation
link. One of the user is seeing the error:

System Update Required:
Unable to Run. The application requires that assembly Microsoft.mshtml
version 7.0.3300.0 be installed in the GAC first.


The machine has .NET framework 2.0 installed. What might be missing?


Thanks,
Avanti


Reply »
 
Back
Top