Questions tagged [assembly-references]

142 questions
0
votes
1 answer

toolkit assembly giving error message windows phone

I am developing an app that uses DatePicker and LoopSelector at same time. Looking on the tutorials for each of them I have been advised to add assembly references, first one for DatePicker and second one for…
0
votes
1 answer

Force version of ASP.NET MVC

We've got a couple of projects here at work. One uses MVC4 Beta and the other MVC4 RC. I have MVC4 RC Installed on my local machine. I need to be able to build both projects locally however the project using MVC4 Beta makes reference to…
Jamie Dixon
  • 53,019
  • 19
  • 125
  • 162
0
votes
1 answer

How can I reference a dll without any public members?

I'm working on an integration test harness that offers developers the ability to execute methods either against our integration database or against a SQLite in-memory database. Because none of the actual SQLite code is referenced by my harness, I…
Matt Mills
  • 8,692
  • 6
  • 40
  • 64
0
votes
1 answer

How do I fix error saying "The type or namespace name X does not exist in the namespace Y"?

I've gotten this error many times before, and it's a simple fix--just add the missing reference. However, I already have. In fact, after I add the reference, intellisense is able to guide me to the type I want to reference. But, when I build, I…
bsh152s
  • 3,178
  • 6
  • 51
  • 77
-1
votes
1 answer

Updated to Unity version 2019.1.12f1 and now have 62 errors

Updated to 2019.1.12f1 and now have 62 errors. Project had no errors prior. What happened: Updated to 2019.1.12f1 How we can reproduce it: Update from 2018.2.10f1 to 2019.1.12f1. Most errors are assembly reference related and associated to UI…
metamonkey
  • 427
  • 7
  • 33
-2
votes
1 answer

The type or namespace name 'WinForms' does not exist

I was trying to biuld my project, when I got the following error: The type or namespace name 'WinForms' does not exist in the class or namespace 'Microsoft.Reporting' (are you missing an assembly reference?) I have already added this…
Juu
  • 31
  • 2
  • 3
-2
votes
2 answers

My ASP.NET project gets a lot of error. Why?

I made an asp.net website from visual studio 2012 last night and it works perfectly fine. I committed my project in bitbucket then pushed it but when i cloned my code and tried to build and run my project, it gets a lot of error about namespaces and…
1 2 3
9
10