<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS Server manager in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394408#M15352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a bit of Googling and this could be your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This problem occurs because the account that is associated with your web service's application pool in IIS does not have read/write permission to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;C:\Windows\Temp&lt;/CODE&gt; folder. I have no clue why the account needs access to this folder, but it does. From my casual observation it looks like it just writes an empty file with a random name to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Temp&lt;/CODE&gt; folder.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;To solve this problem browse to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;C:\Windows&lt;/CODE&gt; folder, and right-click on the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Temp&lt;/CODE&gt; folder. Select&lt;STRONG style="background: transparent;"&gt;Properties&lt;/STRONG&gt;, and on the &lt;STRONG style="background: transparent;"&gt;Security tab&lt;/STRONG&gt; add the account associated with your web services application pool. Hit the OK button, go to IIS and recycle your application pool. This should fix your web service request.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;It is worth noting that the circumstances around this error can be a bit deceptive. I've ran into this problem a couple times over 5 years. (I've forgotten about it each time.) The reason why it's not so noticeable is because you can publish a web service, successfully browse to the associated &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;asmx&lt;/CODE&gt; page and see the outline of your web service methods. Furthermore, your Visual Studio project can add a reference to the Web Service and Visual Studio will auto-generate all associated classes for the web service in your VS project.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;This gives the impression that everything is working properly until you make your first request to execute a method on the web service. The web service will fail when it begins executing code because it wants access to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;temp&lt;/CODE&gt; directory. Again, I don't why it needs access to it, but it does if it's going to execute your code.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;Further information regarding this bug can be found at the acknowledged &lt;A href="http://support.microsoft.com/kb/322886" style="color: #4a6b82; background: transparent;"&gt;bug report&lt;/A&gt; at Microsoft.com.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;"&gt;I found that here: From here: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/8061578/error-unable-to-generate-a-temporary-class-result-1-when-invoking-methods" style="font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;" title="http://stackoverflow.com/questions/8061578/error-unable-to-generate-a-temporary-class-result-1-when-invoking-methods"&gt;c# - Error: Unable to generate a temporary class (result=1) ... When Invoking Methods on a Web Service - Stack Overflow&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 18:14:24 GMT</pubDate>
    <dc:creator>KeithAubin</dc:creator>
    <dc:date>2014-07-14T18:14:24Z</dc:date>
    <item>
      <title>ArcGIS Server manager</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394407#M15351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a limited understanding of ArcGIS Server and Flex Viewer but am making it work. I had everything set up on our new server somewhat working fine. We had someone remote into the new box to set up some other stuff (contractor no longer working for us) and now things seem to have stopped working.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For starts, when i try to open the Server manager I get this error instead&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana; font-size: 1.5em; color: #000000; font-style: normal; text-align: start; text-indent: 0px; font-weight: bold;"&gt;Sorry...&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: verdana; font-size: 10.857142448425293px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: verdana; font-size: 10.857142448425293px; color: #000000; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;A class="jive-link-external-small" href="http://gisserver/ArcGIS/Manager/login.aspx?ReturnUrl=/ArcGIS/Manager/default.aspx" rel="nofollow" target="_blank"&gt;http://gisserver/ArcGIS/Manager/login.aspx?ReturnUrl=/ArcGIS/Manager/default.aspx&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\2bwqydb-.0.cs' could not be found error CS2008: No inputs specified&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;For more details, check the Windows Event Log (Application Log) on the web server.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: verdana; font-size: 10.857142448425293px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My googling led me to believe this was an ASP issue. I have ASP installed, I tried using aspnet_regiss and registered NETWORK SERVICE, ARCGISSOC, etc still to no avail. Any idea what is causing this? They all have write/read permissions on C:\Windows\Temp as well...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks. This is the error from event viewer&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;Event code: 3005 &lt;/P&gt;&lt;P&gt;Event message: An unhandled exception has occurred. &lt;/P&gt;&lt;P&gt;Event time: 7/14/2014 9:16:16 AM &lt;/P&gt;&lt;P&gt;Event time (UTC): 7/14/2014 4:16:16 PM &lt;/P&gt;&lt;P&gt;Event ID: 113ef26e224447729583e929bf8b482a &lt;/P&gt;&lt;P&gt;Event sequence: 2 &lt;/P&gt;&lt;P&gt;Event occurrence: 1 &lt;/P&gt;&lt;P&gt;Event detail code: 0 &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Application information: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application domain: /LM/W3SVC/1/ROOT/ArcGIS/rest-1-130498281756414476 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trust level: Full &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Virtual Path: /ArcGIS/rest &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Path: C:\inetpub\wwwroot\ArcGIS\rest\ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine name: gisserver &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Process information: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process ID: 4408 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process name: w3wp.exe &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account name: IIS APPPOOL\ArcGISServicesAppPool &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception information: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception type: InvalidOperationException &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exception message: Unable to generate a temporary class (result=1).&lt;/P&gt;&lt;P&gt;error CS2001: Source file 'C:\Windows\TEMP\bgzuj9lf.0.cs' could not be found&lt;/P&gt;&lt;P&gt;error CS2008: No inputs specified&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request information: &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisserver/ArcGIS/rest" rel="nofollow" target="_blank"&gt;http://gisserver/ArcGIS/rest&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request path: /ArcGIS/rest &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User host address: 192.168.0.39 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is authenticated: False &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Authentication Type:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread account name: IIS APPPOOL\ArcGISServicesAppPool &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thread information: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread ID: 6 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thread account name: IIS APPPOOL\ArcGISServicesAppPool &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is impersonating: False &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stack trace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Xml.Serialization.XmlSerializer..ctor(Type type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.REST.RestConfig.LoadRestConfig(String fileName)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.REST.RestConfig.GetCurrentConfig(HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.REST.RestAppConfig..ctor(HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.REST.RestUtils.GetRestAppConfig(HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.REST.RestModule.System.Web.IHttpModule.Init(HttpApplication app)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpApplicationFactory.GetPipelineApplicationInstance(IntPtr appContext, HttpContext context)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Custom event details: &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 18:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394407#M15351</guid>
      <dc:creator>TravisSlack</dc:creator>
      <dc:date>2014-07-14T18:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server manager</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394408#M15352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a bit of Googling and this could be your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This problem occurs because the account that is associated with your web service's application pool in IIS does not have read/write permission to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;C:\Windows\Temp&lt;/CODE&gt; folder. I have no clue why the account needs access to this folder, but it does. From my casual observation it looks like it just writes an empty file with a random name to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Temp&lt;/CODE&gt; folder.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;To solve this problem browse to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;C:\Windows&lt;/CODE&gt; folder, and right-click on the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;Temp&lt;/CODE&gt; folder. Select&lt;STRONG style="background: transparent;"&gt;Properties&lt;/STRONG&gt;, and on the &lt;STRONG style="background: transparent;"&gt;Security tab&lt;/STRONG&gt; add the account associated with your web services application pool. Hit the OK button, go to IIS and recycle your application pool. This should fix your web service request.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;It is worth noting that the circumstances around this error can be a bit deceptive. I've ran into this problem a couple times over 5 years. (I've forgotten about it each time.) The reason why it's not so noticeable is because you can publish a web service, successfully browse to the associated &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;asmx&lt;/CODE&gt; page and see the outline of your web service methods. Furthermore, your Visual Studio project can add a reference to the Web Service and Visual Studio will auto-generate all associated classes for the web service in your VS project.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;This gives the impression that everything is working properly until you make your first request to execute a method on the web service. The web service will fail when it begins executing code because it wants access to the &lt;CODE style="padding: 1px 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background: #eeeeee;"&gt;temp&lt;/CODE&gt; directory. Again, I don't why it needs access to it, but it does if it's going to execute your code.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;EM&gt;Further information regarding this bug can be found at the acknowledged &lt;A href="http://support.microsoft.com/kb/322886" style="color: #4a6b82; background: transparent;"&gt;bug report&lt;/A&gt; at Microsoft.com.&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;"&gt;I found that here: From here: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/8061578/error-unable-to-generate-a-temporary-class-result-1-when-invoking-methods" style="font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;" title="http://stackoverflow.com/questions/8061578/error-unable-to-generate-a-temporary-class-result-1-when-invoking-methods"&gt;c# - Error: Unable to generate a temporary class (result=1) ... When Invoking Methods on a Web Service - Stack Overflow&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 18:14:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394408#M15352</guid>
      <dc:creator>KeithAubin</dc:creator>
      <dc:date>2014-07-14T18:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server manager</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394409#M15353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I believe I did try this. DefaultAppPool seems to be the account associated with our web services application pool but I am still getting the error after recycling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 21:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-manager/m-p/394409#M15353</guid>
      <dc:creator>TravisSlack</dc:creator>
      <dc:date>2014-07-14T21:46:31Z</dc:date>
    </item>
  </channel>
</rss>

