Hi,
I am having error CLRObject could not be created when uploading product image.
It is coming with stack trace
CLRObject object not initialised.
Stack trace
(C)\Classes\EcoResProductImageThumbnail\generateThumbnail - line 83
(C)\Classes\EcoResProductImageManagement\setEcoResImageValues - line 50
(C)\Forms\EcoResProductImage\Methods\docuRefTypeIdModified - line 42
(C)\Forms\EcoResProductImage\Data Sources\DocuRef\Fields\TypeId\Methods\modified - line 5
(C)\Classes\FormStringControl\modified
Seems like AX is not able to use System.IO dll run time.
Exception is thrown from WinAPI copyFile method
System.IO.File::Copy(fileName, newFileName, overwrite);
I wonder if I can regenerate this dll? or refresh GAC it may resolve the issue? Has anyone faced this issue and refreshed assemblies or anything else in this regard.
I have already tried Full compile, Full CIL and AOS restart.
