So...I am having one heck of a time making a windows 8 game.
I added a windows 8 object to the Construct 2 project.
After i export my game to a windows 8 application and open it in visual studio, you have to test it before you upload it to the store. I made a new certificate and stuff but when i test it gives me this error.
Can anyone help?
Did i forget to add something or edit something in Construct 2?
Pic: i.imgur.com/CzLtk.jpg
************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): Class not registered
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Thanks!