Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building Console Apps
Message
From
12/12/2014 10:48:56
 
 
To
12/12/2014 07:00:31
General information
Forum:
ASP.NET
Category:
Visual Studio
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01612162
Message ID:
01612207
Views:
62
>>>>What references do you find are missing? Depending on what you're doing, you may need to add several references.
>>>>
>>>>
>>>>>Hi Craig
>>>>>
>>>>>yes I do
>>>
>>>Hi Craig
>>>
>>>Thats what I mean . Why don't the references get pulled in automatically dictated by what I'm using rather than me having to find what I need.
>>
>>Good question.
>>I concluded that that is designed to allow for the fact that some names might collide with 3rd party extensions.
>
>Hi Bill
>
>possibly but its slightly annoying. Whats the overhead of building a huge using list of every thing you might ever need .

Hmm, 'using's are namespaces, references are DLLs.
If you're talking about adding 'using's then get ReSharper - it's pretty smart at working out what's needed.
If you are talking about references it would make no sense to add them ALL - you would end up with a huge number of unused dlls when deployed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform