asp.net mvc - Visual Studio 2013 Web Deploy Missing Dependencies -


I recently made a project during a web deployment (where for some reason this behavior has not been shown anywhere) For some Ezur websites - certain reference assemblies of dependent projects are not automatically included in the deployment package.

So this is a difficult structure of my project: 1) ASP.NET MVC project which reference classroom library 2) Class Library project that references some newgate package

Now, When I installed the ASP.NET MVC project on the Azor website - all Newgate Package Assemblies are not deployed from the reference class library (it seems that some are automatically included and others are not). Everything works fine when run locally. All necessary assemblies are copied to the ASP.NET MVC project bin folder.

Now, the only way to work around this issue is to add a newgate package to the Lune References directly to the ASP.NET MVC project. I really do not like this solution - as it breaks down the modular structure of my project.

Of course, what legislation should be included with web planning? I have tried some very extensive Google searches on this topic - but he did not get a job solution.

Try the following for each unpleasant Nuget package:

  1. < P> Open Package Manager Console Make sure that the default project dropdown is set to your MVC project.
  2. Package Name]

    If you need to keep a special version of a package instead of just dragging it, you can -version [version Number] at the end of the last order.

    This will inevitably refresh all the references and other bootstrap packages, then try to deploy the web again

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -