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.
Asked
Active
Viewed 158 times
2
-
http://blog.eldert.net/using-64bit-host-instance/ – Danieboy Feb 11 '17 at 11:28
-
1It is better to add the error as text, that way it is becomes searchable via search engines. – Dijkgraaf Feb 12 '17 at 19:39
1 Answers
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