Unable to redeploy

Not sure if this is in the right place but I got my Meadow board setup and deployed a simple app that flips the state between True and False.

Now I am trying to get a servo working and when I deploy my new app it deploys - VS says its completed and reboots. However the reboot shows an exception and then the original app starts up… not sure want I am doing wrong. Can someone help?

.
.

Ignore the exceptions generated by the DateTime call here.
[0x4:] EXCEPTION handling: System.DllNotFoundException: libc
EXCEPTION: catch found at clause 0 of System.TimeZoneInfo:readli
nk (string)
[0x4:] EXCEPTION handling: System.IO.DirectoryNotFoundException:
Could not find a part of the path “/etc/localtime”.
EXCEPTION: catch found at clause 0 of System.TimeZoneInfo:FindSy
stemTimeZoneByFileName (string,string)
[0x4:] EXCEPTION handling: System.TimeZoneNotFoundException: Cou
ldn’t read time zone file /etc/localtime
EXCEPTION: catch found at clause 1 of System.TimeZoneInfo:Create
Local ()
[0x4:] EXCEPTION handling: System.IO.DirectoryNotFoundException:
Could not find a part of the path “/usr/share/zoneinfo/localtim
e”.
EXCEPTION: catch found at clause 0 of System.TimeZoneInfo:FindSy
stemTimeZoneByFileName (string,string)
[0x4:] EXCEPTION handling: System.TimeZoneNotFoundException: Cou
ldn’t read time zone file /usr/share/zoneinfo/localtime
EXCEPTION: catch found at clause 1 of System.TimeZoneInfo:Create
Local ()

Creating Outputs…
.
State: True
State: False
State: True

Brad,

This is expected behaviour at the moment.

Regards,
Mark

OK thank you - that is good to know.

So after thinking about this overnight - I guess the steps to get around this is to re-flash the Meadow.OS and then re-deploy my new app?