I had Error 1045 with installing MySQL server on an XP machine. I, also, have Visual Studio with Sql server installed. I had to stop that SQL server for MySQL to install correctly.
On a circle, if the absolute value of the difference of the angles is greater than 180, you may want to find an average angle that is no always in the clockwise direction. For instance...
angle a = 47
angle b = 326
To find the average angle in the counterclockwise direction
(((360 + a + b) / 2 ) % 360)
This will give you the correct angle between the two, in the CCW direction.
I just found out that Dictionary for C# has no order. So, you can add them any way you want, but you can't get them back the way you expect, because there is no "index" order to them.