Innervations
Newcomer
- Joined
- Oct 31, 2004
- Messages
- 2
Hi,
I am using Microsoft Visual Development Environment 2002 and developing an appliation in VB.NET. All was going fine until I tried to distribute to a few machines other than the development computer. All sorts of exception errors occuring when the program would start relating missing DLL's. I have read hundreds of posts on problems with versions of 1.0 and 1.1 of the .NET framework working with some programs and not others so I have standardised on version 1.1 on both development and target computers. Now I cannot even build an install without warnings as follows:
------ Starting pre-build validation for project 'SetupForceTreadmill' ------
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Drawing.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Xml.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'SourceLibrary.DLL'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'SourceGrid2.DLL'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'Accessibility.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Runtime.Serialization.Formatters.Soap.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'ForceTreadmill.exe'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll'
I cannot find version 1.0.5000.0 of mscorlib.dll on my computer nor can I find it on the internet anywhere. I am not even sure why the development system is asking for it now.
Any assistance is greatly appreciated. I usually try to solve these problems myself with research but have hit a brick wall.
Regards
Rob
I am using Microsoft Visual Development Environment 2002 and developing an appliation in VB.NET. All was going fine until I tried to distribute to a few machines other than the development computer. All sorts of exception errors occuring when the program would start relating missing DLL's. I have read hundreds of posts on problems with versions of 1.0 and 1.1 of the .NET framework working with some programs and not others so I have standardised on version 1.1 on both development and target computers. Now I cannot even build an install without warnings as follows:
------ Starting pre-build validation for project 'SetupForceTreadmill' ------
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Drawing.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Xml.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'SourceLibrary.DLL'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'SourceGrid2.DLL'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'Accessibility.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Runtime.Serialization.Formatters.Soap.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'ForceTreadmill.exe'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll'
I cannot find version 1.0.5000.0 of mscorlib.dll on my computer nor can I find it on the internet anywhere. I am not even sure why the development system is asking for it now.
Any assistance is greatly appreciated. I usually try to solve these problems myself with research but have hit a brick wall.
Regards
Rob