[Mono-bugs] [Bug 641899] New: Deploy with file from satellite DLL being edited results in signing error and VS crash
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Sep 25 11:44:35 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=641899
https://bugzilla.novell.com/show_bug.cgi?id=641899#c0
Summary: Deploy with file from satellite DLL being edited
results in signing error and VS crash
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Tools
AssignedTo: mkestner at novell.com
ReportedBy: chris at foundation42.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3
I'm working on a project that has a main application and a satellite assembly.
I have been getting a lot of code signing errors when I press Ctrl-F5 or F5.
These always result in a hard crash of Visual Studio, so it's quite annoying.
I think I've narrowed it down though...
It happens when your cursor is in the editor and the file being edited is one
of the files in the satellite assembly.
If you explicitly select the main application assembly (rather than the DLL) in
the solution explorer then it will work.
Reproducible: Always
Steps to Reproduce:
1. Create a MonoDroid solution with the MonoDroid application project template
2. Add an additional MonoDroid class library project to your solution
3. Add the satellite assembly as a reference to your main project
3. Add a new class to the class library
(Note: You may need to introduce a dependency to your class in the main
project)
4. Edit the class in the VS editor
5. Try to test your app by hitting Ctrl-F5 or F5
Actual Results:
You will get a code signing error followed by a crash.
Expected Results:
It shouldn't care what files or projects you have selected or are editing.
Let me know if you need any more info. I can try and put together a repo
project if needed.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list