English 中文(简体)
国家安全局的撤离,而没有制定法规
原标题:Debugging in SSMS exits without stepping in to code
最佳回答

今天,我终于解决这个问题。

我撰写了一份书刊。 NET应用软件,包括:

User.IsInRole("DOMAIN\Administrators");

这也是一个例外:

The trust relationship between this workstation and the primary domain failed

我用KB976494 热点,我很快发现这种工作。 在我的开业余期间,我看见我的当地“管理者”账户,并通知说,该账户几乎全部成员都是由S-ID列入名单的,因此,数字可能是一个领域问题。

接着,我来这里......,我记得,我与我的个人(非行政管理者)账户一起,而不是使用域名管理人账户。

这些是解决这一问题的最终步骤:

  1. Leave your domain (and join an arbitrary workgroup, such as "WORK")
  2. Reboot.
  3. Join your domain with your "DOMAINAdministrator" account

User.IsInRole(>>>,现用,因此,我检查了这一问题,并确定了这一问题。

这是迄今一个伟大的星期五。

问题回答

您是否保证,在服务器探测器(视觉演播室)中,如果你正确点击您的链接,“Allow /CLR Debugging”和“Application Debugging”检查?





相关问题
Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Asp.Net MVC - Problem returning a model to the view

I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...