|
Bugzilla – Full Text Bug Listing |
| Summary: | A RunTime Exception while running WebBrowser application with the Mono2.0_Preview Release | ||
|---|---|---|---|
| Product: | [Mono] Mono: Class Libraries | Reporter: | Om Prakash Tripathi <prakash.tripathi> |
| Component: | Windows.Forms | Assignee: | Martin Baulig <martin> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | andyhume32, prakash.tripathi |
| Version: | 2.0.x | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Found By: | Component Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
The Error log after running gui.exe with Mono2.0_Preview release
Normal Log when gui.exe run with mono1.9.1 release |
||
Created attachment 240675 [details]
Normal Log when gui.exe run with mono1.9.1 release
-> winforms. Probably the same as fixed by bug 414146 -- does the exception you get match the one in commentt 2 there? *** This bug has been marked as a duplicate of bug 414146 *** |
Created attachment 240655 [details] The Error log after running gui.exe with Mono2.0_Preview release Hey Folks, We have a .NET based GUI executable GUI.exe, a WebBrowser application. When we try to execute it with the latest mono2.0_Preview release, it fails to run the browser. But when the same executable is run with the mono1.9.1 release, the browser successfully comes up. Though when run with the verbose option in both cases, we have similar exceptions except the below mentioned excerpt (when run with the Mono2.0) - Method System.Windows.Forms.WebBrowser:OnWebHostLoadStarted (object,Mono.WebBrowser.LoadStartedEventArgs) emitted at 01077048 to 010770F4 (code length 172) [gui.exe] Method System.Uri:HexEscape (char) emitted at 01077100 to 010771CA (code length 202) [gui.exe] Method System.String:Concat (object,object,object) emitted at 010771D0 to 01077234 (code length 100) [gui.exe] Method (wrapper managed-to-native) System.Object:__icall_wrapper_helper_ldstr (intptr,intptr) emitted at 01077238 to 01077281 (code length 73) [gui.exe] Method System.UriFormatException:.ctor (string) emitted at 01077288 to 0107729E (code length 22) [gui.exe] Method System.FormatException:.ctor (string) emitted at 010772B0 to 010772D6 (code length 38) [gui.exe] Method (wrapper runtime-invoke) System.Object:runtime_invoke_string__this__ (object,intptr,intptr,intptr) emitted at 010772D8 to 01077362 (code length 138) [gui.exe] Method System.Exception:ToString () emitted at 01077368 to 010774A5 (code length 317) [gui.exe] Method System.Exception:get_Message () emitted at 010774A8 to 01077516 (code length 110) [gui.exe] Method System.Exception:get_StackTrace () emitted at 01077518 to 010777FB (code length 739) [gui.exe] We had to check for some fixes with the latest release, but with this problem we are kindaa stuck. We'll appreciate your help in order to fix this issue. Warm Regards, Om..