Question Cannot add DLL to project

ultrazoffy

New member
Joined
May 27, 2011
Messages
1
Programming Experience
10+
Hi,

I am new to VB.NET (currently working on ASP.NET and previously VB6). I try to add the TwitterVB.dll to my application but can't get it to work. I am using VS2010 with .NET framework 4.0

I do something like this in my project:

Select Project -> Add Reference -> Click the Browse Tab -> Find the TwitterVB.dll located in my PC and double click to add to the project

It looks fine at first, all the methods are available. But once I build the application, all the methods become unavailable and invalid. The IDE underlines all Twitter methods in red. If I change the mode (for example, from "Debug" to "Release"), the methods appear again. But once I try to build it, I encounter the same problem.

This seems to be a simple question but it looks strange to me!

Any idea? Thanks.

Mike
 
Back
Top