Open GoogleCodeExporter opened 8 years ago
same problem for me
Original comment by infoscho...@gmail.com
on 17 Sep 2010 at 12:58
I have made a provisional solution, I have rebuiled it removing
these lines (from GeckoWebBrowser.cs)
if (!File.Exists(created.LocalPath) && !Directory.Exists(created.LocalPath))
return false;
Original comment by misha.ne...@gmail.com
on 17 Sep 2010 at 2:15
misha: i have tested your provisional solution, but i get an error for this line
nsIAppShell appShell = (nsIAppShell)Xpcom.GetService(new Guid("2d96b3df-c051-11d1-a827-0040959a28c9"));
Das Objekt des Typs "System.IntPtr" kann nicht in Typ
"Skybound.Gecko.nsIAppShell" umgewandelt werden.
Original comment by kamera2...@gmail.com
on 29 Jun 2011 at 9:02
Original issue reported on code.google.com by
misha.ne...@gmail.com
on 28 May 2010 at 6:12