first chance exception of type 'System.TypeLoadException'

  • Thread starter Thread starter bbski
  • Start date Start date
B

bbski

My C# library application using Enterprise Services has
started throwing the following exception:

A first chance exception of
type 'System.TypeLoadException' occurred in
system.windows.forms.dll

Additional information: Could not load type
Ecom.Notification.EventPublishing.Interfaces.IPublishingCli
ent from assembly Server, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=1fe46ec5d0147e95.

The assembly 'Server' is installed into the GAC. This
problem appears to have begun after installing the EIF and
the LoggingBlock. I'm running Framework 1.1. Is this
related to Microsoft Knowledge Base Article - 317007 which
does fail using the supplied code.

BrianB
 
Back
Top