0

I'm using visualsvn with Visual Studio 2012 to share a webforms project between myself and two partners. When one of us makes a project and somebody else tries to open it, we get many assembly reference errors:

http://dl.dropbox.com/u/4992384/error%20screen%20cap.JPG

This makes me think that when the solution is uploaded, it is missing files. All users are using VS2012.

Anyone know what would cause these errors?

Barlas Apaydin
  • 7,233
  • 11
  • 55
  • 86

1 Answers1

0

Have you checked the version of .Net Framework your using is the same as the dlls? Looks like they are different. (check its not on client profile)

Tom Squires
  • 8,848
  • 12
  • 46
  • 72
  • Not sure if this answers your question, but all users are on .NET Framework 4.5, and it always runs fine on the machine that creates the project. – Brad Tenenholtz Feb 23 '13 at 19:40