This blog is used in the CIST2341 course at the Augusta Technical college.
Thursday, July 20, 2017
Unknown Error
If you get the Unknown Error with MS Visual Studio 2017 do thi:
I have a same problem after update VS 2017 Enterprise to the build 26228.9.
Repair installation doesn't fix anything. Still I got "Unknown error" message immediately after start VS2017.
Fixing is possible by removing this folder:
"C:\Users\USER_NAME\AppData\Local\Microsoft\VisualStudio\15.0_xxxxxxx"
Tuesday, April 11, 2017
Monday, March 28, 2016
Tuesday, March 15, 2016
int[] flAreaCodes = {305, 321, 352, 386, 407, 561, 727,
754, 772, 786, 813, 850, 863, 904, 941, 954 };
int[] caAreaCodes = {209, 213, 310, 323, 408, 415, 510, 530, 559, 562, 619, 626, 650, 661, 707, 714, 760, 805, 818, 831, 858, 909, 916, 925, 949};
int[] iowaCodes = {515, 563, 319, 641, 712 }; // Test of codes out of order
LocalAreaCode floridaExchange = new LocalAreaCode(flAreaCodes);
LocalAreaCode califExchange = new LocalAreaCode(caAreaCodes);
LocalAreaCode iowaExchange = new LocalAreaCode(iowaCodes);
int[] caAreaCodes = {209, 213, 310, 323, 408, 415, 510, 530, 559, 562, 619, 626, 650, 661, 707, 714, 760, 805, 818, 831, 858, 909, 916, 925, 949};
int[] iowaCodes = {515, 563, 319, 641, 712 }; // Test of codes out of order
LocalAreaCode floridaExchange = new LocalAreaCode(flAreaCodes);
LocalAreaCode califExchange = new LocalAreaCode(caAreaCodes);
LocalAreaCode iowaExchange = new LocalAreaCode(iowaCodes);
Wednesday, January 20, 2016
Thursday, January 14, 2016
Wednesday, January 6, 2016
Subscribe to:
Posts (Atom)