hi guys, Sorry to update an old thread, but this was the best thread I could find after search for 3 days of an error I "was" getting. But after following the short tutorial on this thread, I was able to get past the original error I was getting, but now I got a new one. which is the following:
"System.InvalidCastException: Specified cast is not valid." Below that has
Code:
at Skybound.Gecko.nsIWebBrowser.GetContentDOMWindow()
at Skybound.Gecko.GeckoWebBrowser.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at Skybound.Gecko.GeckoWebBrowser.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have followed all the steps listed, including making all the files in the xulrunner folder "Copy if newer"
So then what I tried was saving that, then closing the project, and created a new project, followed all the steps over again... and now I get this error when trying to publish:
Code:
Error 1 "xulrunner\chrome\classic.manifest;xulrunner\chrome\comm.manifest;xulrunner\chrome\en-US.manifest;xulrunner\chrome\pippki.manifest;xulrunner\chrome\toolkit.manifest" is an invalid value for the "InputManifest" parameter of the "GenerateApplicationManifest" task. Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.ITaskItem".
So either way, now im getting 2 separate errors on 2 different projects. can someone help me out a bit with this? Either Project will be fine, Once I get past the error, I can continue with my original project. I just need to find out why im getting either of those 2 errors. So im hoping the original poster here, still visits this forum.