This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - Error CS2001: Source file 'C:WindowsTEMPp34enyey.0.cs' could not be found

Nomaras - Wednesday, October 9, 2013 5:40 PM:

The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="www.aras.com/.../faultcode><faultstring><![CDATA[The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.]]></faultstring><detail><af:legacy_detail><![CDATA[The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception.]]></af:legacy_detail><af:exception message="The type initializer for 'Aras.Server.Core.WhereClauseHelper' threw an exception." type="System.TypeInitializationException"><af:innerException message="error CS2001: Source file 'C:WindowsTEMPp34enyey.0.cs' could not be found&#xA;warning CS2008: No source files specified&#xA;" type="Aras.Client.Controls.CompilationException"/></af:exception></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

I have uninstalled and reinstalled both SQLExpress and Aras 9.4 locally to resolve my previous issue of receving an "Invalid object name 'User' " error when trying to login as admin, but now that I am able to log in this exception is thrown whenever I try to select anything from the TOC Pane. 

Am I missing an adjustment in a config file somewhere?  I am new to this and trying to setup a personal sandbox so I don't blow out our current dev or production data.  Thanks.



abhishek.singh.parmar - Friday, March 14, 2014 1:55 PM:

For me the problem was that aras application pool did not have permission to write to C:WindowsTEMP, so from IIS management console I changed the identity settings for ARAS app pool and it worked