2

I am getting the above error, exception type initializer. Could please give what type of take an action to resolved this issue. I got following error when am trying to drop a file in receive location and I did resumed in biztalk admin console it shows same error in event application logs.

Error image

Cœur
  • 37,241
  • 25
  • 195
  • 267
Naidu
  • 21
  • 4

1 Answers1

1

You are getting this error due to your logging component, your logging component is trying to load itself via a static constructor most likely and failing there. It looks like it depends on Microsoft enterprise logging block, make sure you have all dependencies installed in GAC properly or check your logging component configuration to see why it's failing. It's not related to BizTalk issue.

Vikas Bhardwaj
  • 1,455
  • 8
  • 10