|
Post by egghead on Oct 16, 2017 11:37:41 GMT
Ref. github.com/rhomobile/rhoconnect.NET wherein it is stated that the repository contains the pre-built RhoconnectNET.dll library in the bin/Release subdirectory. However, this DLL isn't found. I tried to build using the solution file by opening it in Visual Studio 2012 but its giving some build errors. Has anybody succeeded in building? What are the pre-requisites (Visual Studio version, .NET version) etc.
|
|
|
Post by egghead on Oct 16, 2017 13:05:50 GMT
It appears that I don't have ASP.NET MVC. By commenting out
// using System.Web.Mvc.Resources;
it builds
|
|