http://bugzilla.novell.com/show_bug.cgi?id=568602
http://bugzilla.novell.com/show_bug.cgi?id=568602#c0 Summary: Warn user if referenced assemblies are not getting deployed Classification: Mono Product: Mono: Tools Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Visual Studio Integration AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- When a user runs any of: Run Locally in Mono Run Remotely in Mono Debug Remotely in Mono We should check if they have referenced assemblies that are not getting deployed (because they are in the gac). This should exclude a list of known dependencies that we know we have in Mono. We can show a dialog that says something along the lines of: The project that you are analyzing has references to assemlies from the GAC which are not set to "Copy Local", and will not be deployed with your application when it is run on Mono. This will likely prevent your application from running if these references are not installed in Mono's GAC on the target machine. To ensure your application will execute, you should either set the assemblies to "Copy Local" or install the assemblies to the GAC on the target machine. More details are available online at http://mono-project.com/[PAGE TO BE CREATED] [list of GAC-referenced assemblies] We should include a checkbox to allow the user to not be warned again for this project. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
