release - Debugging/Referncing Strong Named Libraries -


itemprop = "text">

After you have a solution (C #) setup correctly:

  • Web Application projects - Other projects / DLLs
  • There are 16 references to 20 projects out of the web project
  • All projects are strong name (PFX file + version, etc.)

When I dropped the DLL from the references and said that instead of a project reference, I'm struggling with a strong name

For example:.

When I run with project contexts I get: Configuration Error Description: An error occurred during the process of configuring the required configuration files for the service of this configuration. Please review the specific error details below and modify your configuration file properly.

Parser error message: The file or the assembly could not load Company.Handlers.ClientObject, version = 0.9.3457.28069, Culture = Neutral, PublicKeyToken = 00a0384aefbcb34d 'or one of your dependencies. The apparent definition of the assembly located does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source error:

Line 48: Line 49: Line 50: Line 51: Line 52:

I know that There should be a way to work in the IDE and ignore strong naming. Then, with a automated build process, add strong naming at that time. Please tell me that there is a sensible way of doing this ...

PS: GAC is not involved in any kind with these projects. These deployments are all local copies in the bin directory.

TIA

We completely re-open the application again . Please vote to stop this question as it is no longer relevant.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -