3 Errors On CSVConverterWindow.cs
Posted: Mon Apr 27, 2020 2:26 pm
Error 1:
Error 2:
Error 3:
They're all basically the same error and are upset at the same repeated line of code:
The STNLayer that the errors are referencing is a DLL file from a CrossTales plugin called DJ Pro that lets me easily play music from the local device storage.
Googling didn't help and no one seems to have posted about this before on this forum, so I assume I'm the only newb to have put these two plugins together in the same project. Hopefully I don't need to just say screw it to the DJ Pro plugin, but if that's the case, so be it.
Code: Select all
The type 'InvalidDataException' exists in both 'CTNLayer, Version=2019.2.7146.36440, Culture=neutral, PublicKeyToken=null' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
error CS0433: Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Editor\Tools\Importers\CSV\CSVConverterWindow.cs(209,36)
Code: Select all
The type 'InvalidDataException' exists in both 'CTNLayer, Version=2019.2.7146.36440, Culture=neutral, PublicKeyToken=null' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
error CS0433: Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Editor\Tools\Importers\CSV\CSVConverterWindow.cs(257,43)
Code: Select all
The type 'InvalidDataException' exists in both 'CTNLayer, Version=2019.2.7146.36440, Culture=neutral, PublicKeyToken=null' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
error CS0433: Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Editor\Tools\Importers\CSV\CSVConverterWindow.cs(480,57)
Code: Select all
throw new InvalidDataException("Line not recognized: " + line);
Googling didn't help and no one seems to have posted about this before on this forum, so I assume I'm the only newb to have put these two plugins together in the same project. Hopefully I don't need to just say screw it to the DJ Pro plugin, but if that's the case, so be it.