ctxis / canape

CANAPE Network Testing Tool
GNU General Public License v3.0
183 stars 40 forks source link

Error message on when selecting template #2

Open rolen opened 10 years ago

rolen commented 10 years ago

I have built the solution in Visual Studio 2012 but when i run it up (the CANAPE.gui project) and go to select a template I get the error message "Version of project (1.3) is older than the current version of CANAPE (1.4)"

Tried cleaning, rebuilding all etc and uninstalled version 1.3 but can't get it to work.

Any help greatly appreciated.

jc-ctxis commented 10 years ago

Hi Rolen,

When loading a template, Canape checks the version of the template matches the version of Canape. It looks like the templates in CANAPE.Documents project may not have been updated with the latest version increase.

From a quick look at the code, it looks like you should still be able to open the template (it should complain, and then try anyway). You could then re-save the templates in 1.4 format if you like.

Let me know how you go. I'll look to update the templates in the repo.

James