Question

We've seen an issue where one of our installers (msi) returns the error code 2908, which is used to indicate that an assembly failed to register. Later in the installation, we get the following (sanitized) error:

MyAssemblyName, version="1.0.1.1", culture="neutral", publicKeyToken="119EFC79848A50". Please refer to Help and Support for more information. HRESULT: 0x8002802F.

The assembly registers properly on most systems. Has anyone else encountered this issue? How did you solve it?

Was it helpful?

Solution

I found a pair of blog postings that appear to cover this topic.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top