phw198 / OutlookGoogleCalendarSync

Sync your Outlook and Google calendars
https://www.outlookgooglecalendarsync.com/
Mozilla Public License 2.0
1.83k stars 217 forks source link

Object reference not set to an instance upon starting the app #1970

Closed eventsourcer closed 2 months ago

eventsourcer commented 2 months ago

After playing with the old and new versions simultaneously, none of them are launching with "Object reference....". Anyone knows where to find stuff to clear and have a fresh env?

Not even uninstalls or restarts are helping.

Appreciate folks went through the headache and became familiar with it.

eventsourcer commented 2 months ago

I cloned to see what's not being set and this is what I get. Not sure why this proxy instance not getting set.

null
phw198 commented 2 months ago

I'm pretty sure you'll find you have a blank <Proxy /> section in your settings.xml file somehow. Either remove that element so it reinitialises it, or rename the settings file out of the way entirely to start as though from a new install.

https://github.com/phw198/OutlookGoogleCalendarSync/wiki/FAQs#how-do-i-wipereset-the-configuration

eventsourcer commented 2 months ago

I'm pretty sure you'll find you have a blank <Proxy /> section in your settings.xml file somehow. Either remove that element so it reinitialises it, or rename the settings file out of the way entirely to start as though from a new install.

https://github.com/phw198/OutlookGoogleCalendarSync/wiki/FAQs#how-do-i-wipereset-the-configuration

thanks a lot @phw198 it's back now.