I attached w3wp.exe as debugging process in visual studio and started the debugging process.
During its debugging process, system throws a null exception
w3wp.exe object reference not set to an instance of an object Dynamics.AX.<CustomModule>.0.Netmodule.
But I have the dll in my C:\AOSService\PackagesLocalDirectory\<CustomModule\bin\Dynamics.AX.<CustomModule>.0.Netmodule.xml
.netmodule files is where your compiled code is stored. For example, you may have 50 classes, 10 of them in this one particular .netmodule file. But knowing that the exception was thrown by some code of one of the classes (or forms, data entities etc.) isn't sufficient; you need to look at where exactly it was thrown.
For example, click the "Show Call Stack" link.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.