The build version conflicts with what is already connected.

I run Microsoft LightSwitch Beta 1 and create an application that works fine, but then I tried debugging after making a few minor changes and got the following error:

"Failed to load file or assembly 'SW_Resources.Commom, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies. Requested assembly version conflicts with a domain that is already connected in the application or specified in the manifest. (Exception from HRESULT: 0x80131053) "

I tried to clear my cache in Firefox and IE, but that doesn't seem to make any difference.

I found that I right-clicked on Solution and changed the version from 0.1 to 1.0, then it works fine. I changed it to 0.1 bps. I wanted to think that this is not a release version ... any thoughts on how to solve this problem correctly?

+4
source share

Source: https://habr.com/ru/post/1334688/


All Articles