c# Programming Glossary: publickeytoken
XmlSerializer giving FileNotFoundException at constructor http://stackoverflow.com/questions/1127431/xmlserializer-giving-filenotfoundexception-at-constructor of MyType .XmlSerializers Version 1.0.0.0 Culture neutral PublicKeyToken null' or one of its dependencies. The system cannot find the.. of MyType .XmlSerializers Version 1.0.0.0 Culture neutral PublicKeyToken null FusionLog StackTrace at System.Reflection.Assembly._nLoad..
XML Serialize generic list of serializable objects http://stackoverflow.com/questions/1212742/xml-serialize-generic-list-of-serializable-objects ConsoleFramework Version 1.0.0.0 Culture neutral PublicKeyToken null may not be used in this context. The person object is defined..
XML serialization of interface property http://stackoverflow.com/questions/1333864/xml-serialization-of-interface-property Foo type P.RealFoo P Version 1.0.0.0 Culture neutral PublicKeyToken null RealFoo X 0 X RealFoo Foo MainClass This is obviously more..
Generating an Xml Serialization assembly as part of my build http://stackoverflow.com/questions/134224/generating-an-xml-serialization-assembly-as-part-of-my-build Version 1.4.3190.15950 Culture neutral PublicKeyToken null' or one of its dependencies. The system cannot find the..
The located assembly's manifest definition does not match the assembly reference http://stackoverflow.com/questions/215026/the-located-assemblys-manifest-definition-does-not-match-the-assembly-reference or assembly 'Utility Version 1.2.0.200 Culture neutral PublicKeyToken 764d581291d764f7' or one of its dependencies. The located assembly's.. or assembly 'Utility Version 1.2.0.203 Culture neutral PublicKeyToken 764d581291d764f7' or one of its dependencies. The located assembly's..
Developing Internet Explorer Extensions? http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions Include Interop.SHDocVw Version 1.1.0.0 Culture neutral PublicKeyToken 90ba9c70f846762e processorArchitecture MSIL SpecificVersion.. Microsoft.mshtml Version 7.0.3300.0 Culture neutral PublicKeyToken b03f5f7f11d50a3a EmbedInteropTypes True EmbedInteropTypes Reference..
Embedding unmanaged dll into a managed C# dll http://stackoverflow.com/questions/666799/embedding-unmanaged-dll-into-a-managed-c-sharp-dll Driver.dll Wrapper Engine Version 1.0.0.0 Culture neutral PublicKeyToken null CallingConvention CallingConvention.Winapi where 'Wrapper..
Why am I getting 'One or more types required to compile a dynamic expression cannot be found.'? http://stackoverflow.com/questions/7115055/why-am-i-getting-one-or-more-types-required-to-compile-a-dynamic-expression-can add assembly System.Core Version 4.0.0.0 Culture neutral PublicKeyToken B77A5C561934E089 add assembly System.Data.DataSetExtensions.. Version 3.5.0.0 Culture neutral PublicKeyToken B77A5C561934E089 add assembly System.Data.Linq Version 3.5.0.0.. assembly System.Data.Linq Version 3.5.0.0 Culture neutral PublicKeyToken B77A5C561934E089 add assembly System.Web.Abstractions Version..
CORS Support within WCF REST Services http://stackoverflow.com/questions/7234599/cors-support-within-wcf-rest-services WebHttpCors Version 1.0.0.0 Culture neutral PublicKeyToken null behaviorExtensions extensions services service name Service.JSonService..
The type or namespace name does not exist in the namespace 'System.Web.Mvc' http://stackoverflow.com/questions/11071392/the-type-or-namespace-name-does-not-exist-in-the-namespace-system-web-mvc dependentAssembly assemblyIdentity name System.Web.Mvc publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 2.0.0.0..
“Membership.Provider must be an instance of ExtendedMembershipProvider” http://stackoverflow.com/questions/12408349/membership-provider-must-be-an-instance-of-extendedmembershipprovider dependentAssembly assemblyIdentity name System.Web.Helpers publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 2.0.0.0.. dependentAssembly assemblyIdentity name System.Web.Mvc publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 4.0.0.0.. assemblyIdentity name System.Web.WebPages publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 2.0.0.0..
How do I use a Service Account to Access the Google Analytics API V3 with .NET C#? http://stackoverflow.com/questions/12980215/how-do-i-use-a-service-account-to-access-the-google-analytics-api-v3-with-net-c log4net Version 1.2.10.0 Culture neutral publicKeyToken 1b44e1d426115821 section name log4net type log4net.Config.Log4NetConfigurationSectionHandler..
How do I enable dpiAware? http://stackoverflow.com/questions/13448180/how-do-i-enable-dpiaware Controls version 6.0.0.0 processorArchitecture publicKeyToken 6595b64144ccf1df language dependentAssembly dependency asmv1..
Ninject + MVC3 is not injecting into controller http://stackoverflow.com/questions/14343388/ninject-mvc3-is-not-injecting-into-controller dependentAssembly assemblyIdentity name System.Web.Mvc publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 newVersion..
Upgrade a reference dll in a C# project without recompiling the project http://stackoverflow.com/questions/1461565/upgrade-a-reference-dll-in-a-c-sharp-project-without-recompiling-the-project asm.v1 dependentAssembly assemblyIdentity name myAssembly publicKeyToken 32ab4ba45e0a69a1 culture en us bindingRedirect oldVersion 1.0.0.0..
Two different assembly versions “The located assembly's manifest definition does not match the assembly reference” http://stackoverflow.com/questions/2284017/two-different-assembly-versions-the-located-assemblys-manifest-definition-does asm.v1 dependentAssembly assemblyIdentity name MySql.Data publicKeyToken c5687fc88969c44d culture neutral bindingRedirect oldVersion..
Mixed Mode Library and CRT Dependencies - HELP http://stackoverflow.com/questions/230715/mixed-mode-library-and-crt-dependencies-help version '9.0.21022.8' processorArchitecture 'x86' publicKeyToken '1fc8b3b9a1e18e3b' dependentAssembly dependency assembly I can..
Loading multiple versions of the same assembly http://stackoverflow.com/questions/4451220/loading-multiple-versions-of-the-same-assembly v1.0.3705 dependentAssembly assemblyIdentity name Regcode publicKeyToken b03f5f7f11d50a3a culture bindingRedirect oldVersion 0.0.0.0..
WPF MessageBox window style http://stackoverflow.com/questions/5289328/wpf-messagebox-window-style Controls version 6.0.0.0 processorArchitecture publicKeyToken 6595b64144ccf1df language dependentAssembly dependency Then..
Fluent NHibernate cannot load MySql.Data from GAC in debug mode of a test http://stackoverflow.com/questions/7060850/fluent-nhibernate-cannot-load-mysql-data-from-gac-in-debug-mode-of-a-test dependentAssembly assemblyIdentity name MySql.Data publicKeyToken c5687fc88969c44d culture neutral bindingRedirect oldVersion..
Unable to find an entry point named 'TaskDialogIndirect' in DLL 'ComCtl32' http://stackoverflow.com/questions/719251/unable-to-find-an-entry-point-named-taskdialogindirect-in-dll-comctl32 Controls version 6.0.0.0 processorArchitecture publicKeyToken 6595b64144ccf1df language dependentAssembly dependency share..
How to programatically modify assemblyBinding in app.config? http://stackoverflow.com/questions/809262/how-to-programatically-modify-assemblybinding-in-app-config com asm.v1 dependentAssembly assemblyIdentity name MyDll publicKeyToken 31bfe856bd364e35 bindingRedirect oldVersion 0.7 newVersion 1.0..
Razor intellisense error: Feature 'extension method' cannot be used because it is not part of the ISO-2 C# language specification http://stackoverflow.com/questions/8568347/razor-intellisense-error-feature-extension-method-cannot-be-used-because-it-i dependentAssembly assemblyIdentity name System.Web.Mvc publicKeyToken 31bf3856ad364e35 culture neutral bindingRedirect oldVersion.. assemblyIdentity name System.Web.WebPages publicKeyToken 31bf3856ad364e35 culture neutral bindingRedirect oldVersion..
MVC 4 Web Api IIS7.5 HTTP 404 Page Not Found http://stackoverflow.com/questions/9703090/mvc-4-web-api-iis7-5-http-404-page-not-found dependentAssembly assemblyIdentity name System.Web.Helpers publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 2.0.0.0.. dependentAssembly assemblyIdentity name System.Web.Mvc publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 4.0.0.0.. assemblyIdentity name System.Web.WebPages publicKeyToken 31bf3856ad364e35 bindingRedirect oldVersion 1.0.0.0 2.0.0.0..
|