02-07-2008, 13:10
|
pyttroll
Joined on 01-24-2008
Posts 5
|
Re: Migration from 14.5 to 15 DLL nightmare
|
 
 
|
|
|
(Same message with no HTML tags)
Hello,
I'm trying to migrate from v14.5 to v15.
Everything works perfectly on the development machine.
Things started to get ugly when I tried to build the solution on our teambuild server, even though the DLLs (Leadtools DLLs, Microsoft.VC80.CRT.manifest, msvcm80.dll, msvcp80.dll, msvcr80.dll) were in the application directory it never built until I installed VC++ 2005 Redist Package x86.
Now that the solution builds I can install the application through ClickOnce but I get the following error:
System.IO.FileLoadException: Could not load file or assembly 'Leadtools.Codecs, Version=15.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
File name: 'Leadtools.Codecs, Version=15.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
The file list in ma application directory is:
Leadtools.cdf-ms
Leadtools.Codecs.cdf-ms
Leadtools.Codecs.Cmp.cdf-ms
Leadtools.Codecs.Cmp.dll
Leadtools.Codecs.Cmp.manifest
Leadtools.Codecs.dll
Leadtools.Codecs.manifest
Leadtools.dll
Leadtools.ImageProcessing.Color.cdf-ms
Leadtools.ImageProcessing.Color.dll
Leadtools.ImageProcessing.Color.manifest
Leadtools.ImageProcessing.Utilities.cdf-ms
Leadtools.ImageProcessing.Utilities.dll
Leadtools.ImageProcessing.Utilities.manifest
Leadtools.manifest
Leadtools.WinForms.cdf-ms
Leadtools.WinForms.dll
Leadtools.WinForms.manifest
msvcm80.cdf-ms
msvcm80.dll
msvcm80.manifest
msvcp80.dll
msvcr80.dll
(Note that the manifest files & cdf-ms are generated by the mage.exe tool for publishing ClickOnce apps)
I spent the last 4 days trying to figure this out.
What do I need to do to get this to work?
It use to work fine with v14.5, I noticed that some of the core DLLs are no longer MSIL but x86.
Thanks in advance for the help,
Pierre-Yves Troel
Ayuda Media Systems
|
|
|
|
|
Report
|
|
|
|