Page 1 of 1

Install assembly file compiled with .NET 1.1

Posted: Thu Apr 27, 2006 9:06 am
by RikardG
Hi!

I have a Assembly file compiled with .NET 1.1. Before building my installation I gather all files to a network drive (X). When I add the file in the Assemblies page InstallAware doesn't find the assembly information from the file. If I copy the file to my harddisk (C) and add the file in the Assemblies page InstallAware find the assembly information.

If the Assembly file is compiled with .NET 2.0, InstallAware will find the assembly information from the file when added from a network drive.

Any idea why?

Posted: Thu Apr 27, 2006 12:58 pm
by Gizm0
It's a .net configuration issue on your machine.. Your don't allow UNC (network) access on assemblies for version 1.1 but you do for 2.0 thus this behavior..