How to add a global reference in VB.NET 2.0

  • Thread starter Thread starter MSDN
  • Start date Start date
M

MSDN

Hi ,


I tried to add a global reference in VB.NET under
Project>Propertied>References <Add ....>
It does not seem to be working.
I still have to Import the Reference etc.... not the same as 1.1


Thanks for any input

SA
 
Importation and defining a reference is not the same thing. In 1.1. it was
defined in project properties where you could define those referenced
assemblies you would like also to import automatically. Try to found this in
2.0 (if I remember some compiler options are now in web.config, this might
be now placed there to support runtime compilation).
 
Patrice,

Thank you,

SA


Patrice said:
Importation and defining a reference is not the same thing. In 1.1. it was
defined in project properties where you could define those referenced
assemblies you would like also to import automatically. Try to found this
in 2.0 (if I remember some compiler options are now in web.config, this
might be now placed there to support runtime compilation).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top