My binDirectory was setup wrongly. I was setting it to point to the root instead of the bin. Therefore, no metadata could be found. After changing it to point to the bin folder with the compiled dlls, it works fine.

1
2
3
4
let root = @"C:\Projects\Host\MySitelet"
let bin = @"C:\Projects\Host\Host\bin\Debug"
appB.UseStaticFiles(StaticFileOptions(FileSystem = PhysicalFileSystem(root))) |> ignore
appB.UseSitelet(root, Site.sitelet, binDirectory = bin) |> ignore
By on 12/1/2015 4:26 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper