Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/36.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
C# ';Microsoft.Practices.EnterpriseLibrary.Caching.Cache';在未引用的程序集中定义_C#_Asp.net_.net_Caching_.net Assembly - Fatal编程技术网

C# ';Microsoft.Practices.EnterpriseLibrary.Caching.Cache';在未引用的程序集中定义

C# ';Microsoft.Practices.EnterpriseLibrary.Caching.Cache';在未引用的程序集中定义,c#,asp.net,.net,caching,.net-assembly,C#,Asp.net,.net,Caching,.net Assembly,错误24在未引用的程序集中定义了类型“Microsoft.Practices.EnterpriseLibrary.Caching.Cache”。您必须添加对程序集“Microsoft.Practices.EnterpriseLibrary.Caching,Version=5.0.414.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”的引用 我有以下错误时,建立我们的项目。 我已经在我们自己的缓存类中实现了一些额外的功能,这些缓存类是从Micr

错误24在未引用的程序集中定义了类型“Microsoft.Practices.EnterpriseLibrary.Caching.Cache”。您必须添加对程序集“Microsoft.Practices.EnterpriseLibrary.Caching,Version=5.0.414.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”的引用

我有以下错误时,建立我们的项目。 我已经在我们自己的缓存类中实现了一些额外的功能,这些缓存类是从Microsoft.Practices.EnterpriseLibrary.Caching.cache继承来的
他们给出了以下错误..请帮助我

您可以尝试使用程序集签名时使用的实际公钥


同时检查此

我不知道我在哪里检查程序集的实际公钥…我检查了您的引用,但出现了相同的错误。如果您有任何其他解决方案,请共享。。。Thanks@user2826455:-使用以下命令sn–T myDLL.dll这将为您提供公钥令牌。记住一件事,只有当程序集必须经过强签名时,这才有效。