Greeting dwindling Nova community!
I've been out of Nova based development for a while now, and today had to come back and try to republish an old project. I'm experiencing an error that I'm wondering if anyone else has come across. Anytime I try to load any script, it errors with:
Quote:compiler initialization failed unexpectedly: Project already has a reference to assembly Divelements.SandRibbon. A second reference to 'C:\Program Files\Vertice\Nova Studio 2010\x64\Plugins\Divelements.SandRibbon.dll' cannot be added.
This is even happening on a brand new scene (Create with File>New) and a brand new empty script. I've also attempted to remove any reference to any plugin that I had been using in the past, so I'm relatively certain it's not something I'm doing there.
On top of that, anytime I try to subsequently close Nova I get the error:
Quote:The type serialized in the .resources file was not the same type that the .resources file said it contained. Expected 'System.Windows.Form.ListViewItem' but read 'System.Windows.Forms.ListViewItem+ListViewSubItem'.
That prevents me from closing Nova in any fashion other than killing the process. Again, I've tried to remove any customization I have done, but perhaps I am forgetting something I had changed somewhere long ago.
Update: It looks like I'm only getting these issues in 64bit Nova, 32bit loads and runs the scripts fine, of course now it's just erroring on publish instead...