ClickOnce

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 »
 
A

Alvin Bruney [MVP]

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 »
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top