Reputation: 2811
I have just installed Monodevelop to use it in conjunction with unity. When I use it and I assigning string to typed int, I am expecting an error.
Why monodevelop is not showing any error? Like red line under MyInt = "qaefef";
Am I missing a configuration somewhere?
Upvotes: 0
Views: 123
Reputation: 394
You might be missing your .sln file, according to this post on Unity Answers, or you can try reinstalling the .NET framework according to this answer on there.
Regardless, MonoDevelop has been abandoned by Unity for a long time. You should be using Visual Studio (read this announcement).
Upvotes: 1