DeltaJordan / BotW-Save-Manager

BOTW Save Manager for Switch and Wii U
GNU Affero General Public License v3.0
343 stars 38 forks source link

error CS0103: The name 'From' does not exist in the current context [C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master\BOTW_SaveConv.csproj] #7

Closed sortofasian closed 4 years ago

sortofasian commented 4 years ago

I may be overlooking something as I am very new to this however I looked at the file in VSC and I didn't see any identifier such as From or To.

`C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master> dotnet run Program.cs(63,65): error CS0103: The name 'From' does not exist in the current context [C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master\BOTW_SaveConv.csproj] Program.cs(63,131): error CS0103: The name 'To' does not exist in the current context [C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master\BOTW_SaveConv.csproj] Program.cs(122,73): error CS0103: The name 'From' does not exist in the current context [C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master\BOTW_SaveConv.csproj] Program.cs(122,87): error CS0103: The name 'To' does not exist in the current context [C:\Users\charl\Downloads\BotW-Save-Manager-master\BotW-Save-Manager-master\BOTW_SaveConv.csproj] dotnet : At line:1 char:1

The build failed. Fix the build errors and run again.`

DeltaJordan commented 4 years ago

Apologies, an old project was included in the source. I have removed it in the above commit.