Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 只需添加引用即可处理Postsharp未处理的异常_.net_Visual Studio 2008_Postsharp - Fatal编程技术网

.net 只需添加引用即可处理Postsharp未处理的异常

.net 只需添加引用即可处理Postsharp未处理的异常,.net,visual-studio-2008,postsharp,.net,Visual Studio 2008,Postsharp,我开始和波斯夏普一起踢球,但第一步就没能完成。另一些人在他们的论坛上发表了报告,但想知道是否有人遇到了这个问题,也许有解决办法 我使用VS2008并安装了.net3.5SP1 (在这里发布,因为这里的活动比他们的论坛还多) 我已经回答了。谢谢。顺便说一句,我应该在Stackoverflow上问这些问题还是坚持你的论坛?如果你希望得到支持,最好去支持论坛。如果你想从社区获得经验/意见,这里更好。 POSTSHARP : postsharp error : error: Unhandled exce

我开始和波斯夏普一起踢球,但第一步就没能完成。另一些人在他们的论坛上发表了报告,但想知道是否有人遇到了这个问题,也许有解决办法

我使用VS2008并安装了.net3.5SP1

(在这里发布,因为这里的活动比他们的论坛还多)


我已经回答了。

谢谢。顺便说一句,我应该在Stackoverflow上问这些问题还是坚持你的论坛?如果你希望得到支持,最好去支持论坛。如果你想从社区获得经验/意见,这里更好。
POSTSHARP : postsharp error : error: Unhandled exception (2.0.6.1236, 32 bit, CLR 2.0, 
Release): Object type cannot be converted to target type. See below for details.
POSTSHARP : postsharp error : System.ArgumentException: Object type cannot be  converted to target type.
POSTSHARP : postsharp error :    at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
POSTSHARP : postsharp error :    at PostSharp.Hosting.PostSharpDomainManager.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo)
POSTSHARP : postsharp error :    at System.AppDomain.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info)
POSTSHARP : postsharp error :    at System.AppDomain.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info, PermissionSet grantSet, StrongName[] fullTrustAssemblies)
POSTSHARP : postsharp error :    at PostSharp.Hosting.DotNet.DotNetPlatform.CreateAppDomain(String _0, Evidence _1, AppDomainSetup _2, PermissionSet _3)
POSTSHARP : postsharp error :    at PostSharp.Hosting.PostSharpObject.CreateInstanceInPrivateAppDomain(PostSharpObjectSettings settings, IPostSharpHost host)
POSTSHARP : postsharp error :    at PostSharp.Hosting.PostSharpObject.CreateInstance(PostSharpObjectSettings settings, IPostSharpHost host)
POSTSHARP : postsharp error :    at PostSharp.Hosting.Program.ExecuteImpl()