vb.net - Same dll-version different on different computers? -


I have a strange problem with VB.Net windows application. On my computer (development pc) it executes the latest version of the exe and dll but an old version is executed on my partner's computer (it is not a developer and can not debug it). They have overwritten all the files with the new version:

I do not know where to start looking for the reason.

EDIT: The first thing I did was to start my PC's PC again, but it was of no avail.

When is the Dell installed in the global assembly cache? Because I searched it in gac with gacutil.exe but could not find:

C:> C: \ wINDOWS \ Microsoft.NET \ framework \ v1.1.4322 \ gacutil.exe / L Rule.dll Microsoft (R) .NET Global Assembly Cache Utility Version 1.1.4318.0 Copyright (C) Microsoft Corporation 1998-2002 All Rights Reserved. The following are the assembly assemblies in the Global Assembly Cache: The following entries are in the censored enigen files: the number of items = 0

I also saw in the assembly folder but none of these got DLL there is.

Additional information: One of the DLL is dynamically loaded into codebehind: System.Reflection.Assembly.LoadFrom ("Rule.dll") is referenced in other specific projects.

When you say that it overwrites all the editions, are you really about this Are you sure? For example, is it possible that in this version he has not found that he only searches on the file system?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -