Quantcast
Channel: ResX Resource Manager
Viewing all articles
Browse latest Browse all 2435

Edited Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.

Viewing all articles
Browse latest Browse all 2435

Trending Articles