DA client error - Access to the temp directory
Hi All, I have recently upgraded a DA Client from 11.0.0 to 11.0.1. The customer is in the process of upgrading to EV 12 eventually. The upgrade of DA Server went fine. The only issue is that whenever DA client is opened or closed an error message appears as below but it can be dismissed to proceed. Does anyone know what could be reason for this error? I have aready set registry key to skip checking TEMP folder. Also I have checked and found that EV Service account has permissions to the TEMP folders (system TEMP and user profile TEMP). Access to the temp directory is denied. Identity 'DOMAIN\evservice' under which XmlSerializer is running does not have sufficient permission to access the temp directory. CodeDom will use the user account the process is using to do the compilation, so if the user doesnt have access to system temp directory, you will not be able to compile. Use Path.GetTempPath() API to find out the temp directory location. Regards, VJSolved1.1KViews0likes1Comment