monodevelop - mono - xamarin studio System.MissingMethodException -
as title says when start project gives system.missingmethodexception hit refresh on browser , works. problem first start ?
.net 4.5 , mvc 4
system.missingmethodexception method 'hostingenvironment.get_inclientbuildmanager' not found.
and system.web.entity
not found in references
and after hit refresh brings login page , enter name password returns
system.nullreferenceexception object reference not set instance of object`
doesnt control name or password. project works on visual studio. , connected server not local host
the missingmethodexception because mono's system.web assembly didn't have equivalent inclientbuildmanager property ms.net. mono bug, , has been fixed in master branch.
so recommend wait mono 4.3/4.4 or use weekly packages provided xamarin.
Comments
Post a Comment