csells
csells

Reputation: 2593

"There is no Icenium project file in the repository" when cloning a VS+Icenium plug-in project from github

I started a new Icenium project in VS using the Icenium Blank template, got the app working nice and then committed and sync'd it to github. Now, when I try to clone that same project inside of Mist, I get an error message:

"There is no Icenium project file in the repository"

What file isn't there that should be?

Upvotes: 0

Views: 116

Answers (1)

Todd
Todd

Reputation: 5538

Unfortunately, the current version of Icenium (Jan 2014) does not support interoperability between projects created in the Mist/Graphite IDEs and the Visual Studio plug-in. From the Icenium docs:

With Icenium Graphite or Mist, you cannot open, import, or modify projects created with the Icenium Extension for Visual Studio.

With the Icenium Extension for Visual Studio, you cannot open, import, or modify projects created with Icenium Graphite or Mist.

Clearly, this is a barrier that will hopefully be eliminated soon. In the meantime, there is a blog post showing how an existing Icenium Mist/Graphite project can be manually ported to Visual Studio:

Porting an Icenium Project to Visual Studio

At the core of the problem today (I think) is that the Visual Studio integration currently leverages VS project files (for tighter integration) and does not use the same project file format as Mist/Graphite. Hope this helps.

Upvotes: 1

Related Questions