The app dev company that I recently hired sent me a folder containing all of the source code to my app (developed in Xamarin). I opened the .sln file in Visual Studio (after installing Xamarin) to find that it does not compile. It gives the errors
"; expected"
"Unexpected character '$'"
"Invalid token ')'".
These errors seem to indicate I might be missing a library or some necessary file for Xamarin to compile my app.
Any thoughts?
Thanks