首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >为什么某些或所有身份引用无法翻译?

为什么某些或所有身份引用无法翻译?
EN

Stack Overflow用户
提问于 2012-07-05 05:58:21
回答 1查看 9.9K关注 0票数 1

在visual studio 2010中,没有错误,一切正常,但当我向IIS发布一次错误时

行:

代码语言:javascript
运行
复制
Microsoft.Expression.Encoder.Preset pres = Microsoft.Expression.Encoder.Presets.VC1IISSmoothStreamingSD480pVBR;

错误:

代码语言:javascript
运行
复制
Server Error in '/' Application.
some or all identity references could not be translated
  Description: An unhandled exception occurred during the execution of the current web request. Examine the stack trace for more information about this error and where it originated in the code.

  Exception Details: System.Security.Principal.IdentityNotMappedException: some or all identity references could not be translated.

更新:--我从行中得到了相同的错误:

代码语言:javascript
运行
复制
var job = new Job();

命名空间:

代码语言:javascript
运行
复制
using System;
using System.Linq;
using System.Web.Mvc;
using Microsoft.Expression.Encoder;
using Microsoft.Expression.Encoder.Profiles;
using VideoSmooth.Domain.Abstract;
using VideoSmooth.Domain.Entities;
using VideoSmooth.Web.Models;
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-07-06 10:31:10

我在池iis中设置了ApplicationPoolIdentity,它没有出错。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11338531

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档