I've got a program which i made on one machine in which i used C# 9 to make it in and i now want to run it on my other machine which uses C# 2010. I opened the program in C# 2010 and use the embedded converter but it comes up with a problem. After conversion i can't debug the program as it comes up with the error 'Source file 'C:\Users\Chris\Documents\FlashCards\Properties\AssemblyInfo.cs' could not be opened ('Unspecified error ') FlashCards' What do i need to do to make it work?
Thanks