mujahid ali

mujahid ali

  • NA
  • 19
  • 3.5k

Visual Studio 2013 Rebuild problem

Feb 5 2016 6:03 AM

I have a asp.net solution which consists of multiple class library whose dll' are been used in one web application.When I build and rebuild the class library I don't face any issue, later when I try to build and rebuild the solution few of my dll files gets deleted from bin.Tried adding reference path but in vein.

Warning : Could not resolve this reference. Could not locate the assembly "classlibrary2". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. classlibrary1

Error 10 The type or namespace name 'Classlibrary1' could not be found (are you missing a using directive or an assembly reference?)

Note:All projects are in same framework


Answers (4)