zoukankan      html  css  js  c++  java
  • unabel to generate a temporay class(result=1).error CS2001:Sourfe file 'C:\Windows\TEMP\z2fxm7h3.0.cs' could not be found错误解决方法

    情形描述:

    1. asp.net server(Machine A, apppool运行在domaincountofMachineB下) --> web service (Machine B,apppool运行在domaincountofMachinB下)

    2. domainacountofMachineB设置了MachineB上的SPN, 假设帐号domainacountofMachineA已经设置了machineA的SPN,但是现在没有任何appPool使用。

    3. domainacountofMachinaA和domainacountofMachineB分别加入到了相应Machine的IIS_WPG组和adiministraor组

    运行后出现的exception:

    unabel to generate a temporay class(result=1).
    error CS2001:Sourfe file 
    'C:\Windows\TEMP\z2fxm7h3.0.cs' could not be found
    error CS2008: No inputs specified

    Description: An unhanded exception occured during the execution of the current web request. please review the stack ..

    workaround:

    解决方法:C:\WINDOWS\TEMP给users可读写权限 

  • 相关阅读:
    javascript实现非递归--归并排序
    javascript实现二分查找
    深入javascript作用域链到闭包
    c++学习笔记2--constexpr,类型别名,auto
    用 Numba 加速 Python 代码
    Django1和2的区别
    Git的使用
    文件锁fcntl
    Https原理
    Flask-Login
  • 原文地址:https://www.cnblogs.com/Winston/p/1357544.html
Copyright © 2011-2022 走看看