Dear All,
I am facing an error regarding GP addins initialization. My addon project setup copies specified files to GP2013\Addins. It is working fine on all machines but on few machines when i run GP, it gets crashed as soon as it initializes addins. It displays error message as below -
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
message while GP getting crashed
Problem Event Name: CLR20r3
Problem Signature 01: dynamics.exe
Problem Signature 02: 12.0.196.0
Problem Signature 03: 50bd39ad
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.30319.17929
Problem Signature 06: 4ffa561c
Problem Signature 07: 2afa
Problem Signature 08: 0
Problem Signature 09: 5O2O3I2ORVH4ZJ0NRQ1HQUEQ4B3YAU4U
OS Version: 6.2.9200.2.0.0.272.7
Locale ID: 1033
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: dac6
Additional Information 4: dac6c2650fa14dd558bd9f448e23afd1
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=190175
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
-------------------------------------------------------------------------------------------------------------------------------------------------------
I checked event logger and it writes an error -
Application: Dynamics.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Reflection.ReflectionTypeLoadException
Stack:
at System.Reflection.RuntimeModule.GetTypes(System.Reflection.RuntimeModule)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Microsoft.Dexterity.Bridge.AddinManager.LoadAddinsFromFolder(System.String)
at Microsoft.Dexterity.Bridge.AddinManager.InitializeAllAddIns()
at <Module>.InitAddIns()
at <Module>._WinMainCRTStartup()
-------------------------------------------------------------------------------------
Faulting application name: Dynamics.exe, version: 12.0.196.0, time stamp: 0x50bd39ad
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ac2f
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process id: 0x1f00
Faulting application start time: 0x01ce1fc93dc9caca
Faulting application path: C:\Program Files (x86)\Microsoft Dynamics\GP2013\Dynamics.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 85e9637c-8bbc-11e2-93ec-00155d01cc01
Faulting package full name:
Faulting package-relative application ID:
-----------------------------------------------------------------------------------------------------------------------------------------------------------
To get rid of this, I reinstalled framework 4.0 , its service pack / security pack, dexterity shared components, econnect etc, checked administration rights. I have done much R & D but couldn't get the solution.
Help is needed !!!