The AIF exception errors normally are quite self explanatory; especially validation but recently we were faced with the following odd error: -
The request failed with the following error: Instances of abstract classes cannot be created
What is very odd about this error is that we knew we didn’t have any code that was trying to instantiate an abstract class. After all we had no compile errors.
So what could be causing such a strange error? My immediate thought was that it was so odd that it...(read more)
↧