Setup problem

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

Hi,

I've been making a setup file for a while and it has been working
okay--installation on client computers is fine. But I've recently been
getting these warnings: in the Output window when the setup is compiling:

------ Starting pre-build validation for project 'SPARK Setup' ------
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System.Windows.Forms.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.Web.RegularExpressions.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System.DirectoryServices.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 'Microsoft.VisualC.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'Microsoft.VisualBasic.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 'System.Design.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 'System.EnterpriseServices.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System.Runtime.Remoting.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System.Web.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'MenuSkinner.dll'
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 'Interop.JRO.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'cscompmgd.dll'
WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'System.Data.dll'

On the target machines, I get this error when I try to run the application:
"Application has generated an exception that could not be handled. Process
id=0x37c (892), Thread id = 0x398(920)"

Does anyone know what's causing this problem?

Thanks,
Nathan
 
Is your output assembly the only one you've included? It seems to be missing
something. Have you changed one of the properties to copylocal = true

The error on the run on a target machine isn't really that specific. Can you
post more info?
 
Back
Top