andredublin / FsActorApp

Service fabric reliable actor app in f#

Home Page:https://azure.microsoft.com/en-us/documentation/services/service-fabric/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems running it

rodrigovidal opened this issue · comments

Hi Andre,

I'm running into problems trying to run this. It seems it does not generate the pkg artifact and does not work running from VS.

Could you provide any guidance to make it work?

This is the exception I'm getting after running it

System.BadImageFormatException occurred
  HResult=0x8007000B
  Message=Could not load file or assembly 'Microsoft.ServiceFabric.Actors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. An attempt was made to load a program with an incorrect format.
  Source=FsMyActor
  StackTrace:
   at FsActorApp.Program.main(String[] argv) in Program.fs:line 20