shellscape / Gmail-Notifier-Plus

Gmail Notifier Plus
http://shellscape.org
MIT License
90 stars 26 forks source link

Mailto Link Error #69

Closed DJEverall closed 12 years ago

DJEverall commented 12 years ago

First of all thank you for this awesome app!

However, I've been receiving the following Gmail Notifier Plus Error

[Main Instruction] An unhandled exception occurred:

[Content] Error ID: a54b9cb3-e024-44bf-aff3-fc7a9d9ad038

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

shellscape commented 12 years ago

That error indicates that you don't have .NET 4.0 installed, or there's an issue with the installation.

DJEverall commented 12 years ago

.NET is installed and fully updated, but the mailto link is still giving the same error.

DJEverall commented 12 years ago

This is the full error.

[Window Title] Gmail Notifier Plus Error

[Main Instruction] An unhandled exception occurred:

[Content] Error ID: 9c023cdb-444d-488f-8fca-4270db081940

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

[Expanded Information]

Server stack trace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) at Shellscape.Program.CallRunningInstance(String[] arguments)

[V] See details [OK]

[Footer] Press CTL + C to copy this error to the clipboard.

shellscape commented 12 years ago

Please review this moving forward https://github.com/shellscape/Gmail-Notifier-Plus/wiki/Reporting-Errors. No one seems to pay attention to the instructions so I'll have to make it more obvious.

Remoting errors are nearly impossible to triage right now due to the way the error information is reported across processes. I'll be working on getting more information in that situation for the next minor update, but as of right now there isn't much I can do. Especially since I can't duplicate the problem. If you find the cause, please follow up on the issue. Otherwise it'll have to wait.