Hi everyone,
today when I build my solution and I try to use my code I have this error "Common Language Runtime detected an invalid program." into Dynamics 365.
This error appear when a click on button and I call a method of my class.
My method is like this:
public void exportData(ItemId _itemId) {...}
The class of this method extend my other class.
When I build my Model this error disappear but when I change it and build or rebuild solution, Dynamics show me the CLR error.
Does anyone know the solution?
Thanks