Error when publish project from vs 2013

2910
1
07-22-2015 09:36 AM
PeterBennett
New Contributor

Hello All,

I followed all steps in "Deploy an app" tutorial, I can see my deployment folder with all my files and the ArcGISRuntime10.2.6 folder, I've already tried to run the application from the deployment folder and it works fine.

Now, when I select "Publish project" and make the ClickOnce files and try to install in a clean pc, setup stops with a missing file error.  Details shows that this is the missing file:

/ArcGISRuntime10.2.6/resources/shaders/texture_draw_instanced_vs_4_0.cso.deploy did not succeed.

This file exists in the deployment folder, the weird thing is that the Application folder generated by the Publish Wizard does not contain the ArcGISRuntime10.2.6 folder or any of its resources.

Any ideas why?

Please advice

Best Regards

0 Kudos
1 Reply
BrianLocke
Occasional Contributor II

I had to include the 10.2.5(6) folder with my project, makes sure that build action is set to content and you should be good to go for ClickOnce.