views:

175

answers:

1

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?

+1  A: 

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

Curt Hagenlocher