Questions tagged [assembly-reference-path]

11 questions
3
votes
3 answers

Project assembly references between team members

I was curiious to know what type of structures you use for your project references? Where I work the developers have a shared folder called AssemblyCache (\\MACHINENAME\AssemblyCache) which is mapped to an R:\ via GPO in Windows 2008 AD (tied to the…
Kieron
  • 26,748
  • 16
  • 78
  • 122
2
votes
0 answers

Visual Studio automatically updating assembly references

Solution A has a project which builds an assembly, which is referenced by a project in Solution B. Solution A builds to c:\Bob, and solution B references the assembly c:\Bob\Assembly1.dll, and builds to C:\Kate\, copying Assembly1.dll to c:\Kate\ If…
2
votes
1 answer

SlimDX Assembly Reference

I've installed SlimDX but the assembly reference does not come up as a choice in Visual Studio, and I cannot for the life of me find out where SlimDX has installed itself! Any help would be greatly appreciated! Thank, Mikey
Mikey
  • 2,942
  • 33
  • 37
1
vote
2 answers

Referencing an Assembly in the Application Path

I am trying to reference System.Data.SQLite which is located in the application path so that I can package it with the application. I have tried several different ways…
Simon Hartcher
  • 3,400
  • 3
  • 30
  • 34
1
vote
1 answer

Can I add a common reference path in an MSBuild target/project file?

I'm trying to write a custom project (targets?) file that is to be included in several projects. For example, inside all of my .csproj and .vbproj files I have: Inside that file I have a custom…
SofaKng
  • 1,063
  • 1
  • 11
  • 32
1
vote
1 answer

Could not load file or assembly or one of its dependencies. The system cannot find the file specified. (No GAC allowed)

I have the "Main" program which loads my own "plugin.dll" file dynamically using reflection. The "plugin.dll" file references to the third party "device.dll" by using visual studio references. As long as the "device.dll" and "plugin.dll" are in the…
Almis
  • 171
  • 1
  • 2
  • 11
1
vote
1 answer

Resolving multiple conflicting versions of System.Web.Mvc when using NuGet as package source

I have an issue with a project finding multiple versions of the same assembly. System.Web.Mvc for example: I want to make sure that our MVC projects will never find such an outdated dll from anywhere except out NuGet sources. I realize it's not a…
0
votes
1 answer

Reference Path in Visual Studio not working when I unload the project in the same solution

I have an ASP.NET MVC project with one solution and 52 projects in the same solution. As you know, It takes long time to build whole solution. So I decided to unload some of the projects until there is some change or sprint task in the code in the…
Alireza Ahmadi
  • 8,579
  • 5
  • 15
  • 42
0
votes
0 answers

Migrate VS2015 to VS2019 Reference missing

I need to upgrade the VS2015 version to VS2019. I have VS2015 and VS2019 installed on my PC. When I build my project using VS2015, everything run fine and able to view the GUI. The same project when I open as VS2019, the reference was missing. But…
0
votes
1 answer

jquery var for firebase database path

//this is short hand not actual code please var = trainNum = 0; // on button click trainNum++; // I can't figure out the format to put in so that firebase treats trainNum as the variable and not a string. database.ref(Trains/**I WANT THIS TO…
-1
votes
2 answers

.NET MVC - The system cannot find the path specified

yesterday I deployed my website from c:\development\project\ to c:\inetpub\wwwroot\virtualdir\ (same pc). It worked for some time, I could reach the website by going to http://computername/virtualdir/. But this morning everybody got an error: The…
Ropstah
  • 17,538
  • 24
  • 120
  • 194