错误信息如下
“/bookstore”应用程序中的服务器错误。
--------------------------------------------------------------------------------程序集“c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\bookstore\00c0a5b0\b22cff7c\assembly\dl2\4319a25e\d27af9fb_3731c601\bll.dll”没有强名称。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.EnterpriseServices.RegistrationException: 程序集“c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\bookstore\00c0a5b0\b22cff7c\assembly\dl2\4319a25e\d27af9fb_3731c601\bll.dll”没有强名称。源错误: 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  堆栈跟踪: 
[RegistrationException: 程序集“c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\bookstore\00c0a5b0\b22cff7c\assembly\dl2\4319a25e\d27af9fb_3731c601\bll.dll”没有强名称。]
   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
   System.EnterpriseServices.RegistrationHelperTx.InstallAssemblyFromConfig(RegistrationConfig& regConfig, Object sync) +0
   System.EnterpriseServices.RegistrationHelper.TryTransactedInstall(RegistrationConfig regConfig) +214
   System.EnterpriseServices.RegistrationHelper.InstallAssemblyFromConfig(RegistrationConfig& regConfig) +240
   System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String& application, String partition, String& tlb, InstallationFlags installFlags) +116
   System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String& application, String& tlb, InstallationFlags installFlags) +19
   System.EnterpriseServices.RegistrationHelper.System.EnterpriseServices.Thunk.IThunkInstallation.DefaultInstall(String asm) +43
   System.EnterpriseServices.Thunk.Proxy.RegisterAssembly(Assembly assembly) +98
   System.EnterpriseServices.Thunk.Proxy.LazyRegister(Guid id, Type serverType, Boolean checkCache) +200
   System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri) +215
   System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType) +178
   System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj) +74
   book.ProcessFlow.CartController.PurchaseCart() in E:\prodction\wssc\book\ProcessFlow\CartController.cs:108
   book.wmoney.OrderProcess.Page_Load(Object sender, EventArgs e) in E:\prodction\wssc\book\wmoney\OrderProcess.aspx.cs:42
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750 

解决方案 »

  1.   

    ms-help://MS.MSDNQTR.2003FEB.2052/cptools/html/cpgrfstrongnameutilitysnexe.htm
      

  2.   

    请问是什么原因啊,我在自己的计算机(xp2系统)上测试是没有问题的,放到服务器(win2003系统)上有提示上面的错误    急需帮助,在线等待
      

  3.   

    to:hdt(倦怠)
     ms-help://MS.MSDNQTR.2003FEB.2052/cptools/html/cpgrfstrongnameutilitysnexe.htm
    地址打不开啊
      

  4.   

    是.net的问题吗?我试分别传到了两个 window2003服务器上了,都出现上面的错误。
      

  5.   

    强命名程序集有一个发布人的公钥/私钥对,如果你的一个程序集要被其它应用程序访问,必须放在一个.net知道的目录下,这需要一个惟一的标识,有个工具好像叫SN.exe,它可以产生公钥/私钥对,再用System.Reflection.AssemblyKeyFileAttribute写进去就行了.
      

  6.   

    我没有服务器设置权限啊,我只有ftp上传权限,这可怎么办呢?