asp.net - Add dll to MVC6 or use old web service -


i need reference dll calls old web service (not svc, older one). i'm not quite sure how go doing that. i'm using rc1 version. call web service directly i'm not sure how either in mvc6.

if add dll directly error:

the name '*' not exist in current context fieldops.dnx core 5.0 

here's part of project.json looks library added called "mylibrary":

  "frameworks": {     "dnx451": {       "frameworkassemblies": {         "system.runtime.serialization": "4.0.0.0",         "system.servicemodel": "4.0.0.0"       },       "dependencies": { "mylibrary": "2.2.0" }     },     "dnxcore50": {       "dependencies": {         "system.runtime.serialization.primitives": "4.1.0-beta-23516",         "system.servicemodel.primitives": "4.1.0-beta-23516",         "system.servicemodel.http": "4.0.11-beta-23516",         "system.servicemodel.nettcp": "4.1.0-beta-23516",         "system.servicemodel.duplex": "4.0.1-beta-23516",         "system.servicemodel.security": "4.0.1-beta-23516",         "system.net.nameresolution": "4.0.0-beta-23516",         "system.net.security": "4.0.0-beta-23516",         "system.security.principal.windows": "4.0.0-beta-23516",         "system.diagnostics.tools": "4.0.1-beta-23516"       }     }   }, 


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -