What can cause .NET assembly registration to fail?

0

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?

.net
windows
windows-installer
asked on Stack Overflow Sep 4, 2008 by tsellon • edited Oct 4, 2008 by Mihai Limbășan

1 Answer

1

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

answered on Stack Overflow Sep 4, 2008 by Curt Hagenlocher

User contributions licensed under CC BY-SA 3.0