Regsvcs Problem

  • Thread starter Thread starter Mike Weed
  • Start date Start date
M

Mike Weed

Below is an excerpt from the code that causes the error -
The first line completes successfully, while the second
fails:



gacutil /i CreateHoldingsJob.dll



Microsoft (R) .NET Global Assembly Cache Utility. Version
1.0.3705.0

Copyright (C) Microsoft Corporation 1998-2001. All rights
reserved.



Assembly successfully added to the cache



regsvcs /fc
CreateHoldingsJob.dll /tlb:CreateHoldingsJob.tlb



Microsoft (R) .NET Framework Services Installation Utility
Version 1.0.3705.0

Copyright (C) Microsoft Corporation 1998-2001. All rights
reserved.





An unknown exception occurred during installation:

1: System.Reflection.ReflectionTypeLoadException - One or
more of the types in the assembly unable to load.

I have given the user Admin rights as well as Full Control
over the HKEY_CLASSES_ROOT directory and have run out of
ideas. Any thoughts would be much appreciated.

mike weed
(e-mail address removed)
 
Back
Top