Mono Method 'SqlParameter.set_TypeName' not found. & fastcgi -


trying run site built under v4.5 profile.

i’m building latest docker image:

docker run --name=monobuild -it -v `pwd`/src:/var/src -v `pwd`/out/temp:/var/out -w /var/src/ -e mono_iomap=case mono:latest xbuild /var/src/api.admin.sln /p:configuration=local /p:outdir=/var/out/ 

i had same error when compiling forgot how got go away.

now i’m getting when attempting run in docker image: https://github.com/seif/docker-mono-fastcgi-nginx

i suspect it’s not loading v4.5 libs have no clue of how configure fastcgi this.

the error screen gives : version information: 4.0.4 (stable 4.0.4.1/5ab4c0d tue aug 25 23:11:51 utc 2015); asp.net version: 4.0.30319.17020

i’ve had hell of time trying run in apache/nginx. super appreciated.

the web.config has:

<httpruntime targetframework="4.5" /> <compilation targetframework="4.5" /> 


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -