Finalbuilder 8 give error loading a ver 7 project after saving as ver 8

I am trying to upgrade an existing project (ver 7). I load the ver 7 project in ver 8 and then save as ver 8. try to open the ver 8 saved project again in ver 8 and get an error.

I am using a build 2281.

We will need to run the project through the debugger to figure out what is going on, if posssible can you send the FB7 project file to support @ finalbuilder.com

Is this still an issue? We’re looking to release and update to FinalBuilder 8 and I’d like to get the fix for this included, however we need the FB7 project file to be able to debug and fix this. Also it looks like you have a custom action, we’ll need that too (just the fbap file) in order to be able to load it up in FB8.

For the custom action, did you edit the action on FB8’s action studio and give it a serilization id? If so, what is that, I suspect it is “TFS Work Item Link” and that may be the cause of the problem (spaces should not be allowed in a serialization id). The convention we use is :

action.tool.verb

so I would suggest :

action.tfsworkitem.link

Actually I just did a test, and the Serialization id is the problem.