Modification on Class interface not directly visible !

  • Thread starter Thread starter news.skynet.be
  • Start date Start date
N

news.skynet.be

Hello here is my little problem :

I have a project with a DLL and a Form.

The form use the DLL.
If I make a modification on a DLL class, it is not directly visible on the
object of this class in the form (Old interface version still present with
the intellisense)
I have to make a Full Build of the project (DLL and Form), to have the
possibility to read the latest modifications applied on the Class with the
Intellisense
I have VB.Net version 2003

Could someone help me ?

Tx you
 
news.skynet.be said:
Hello here is my little problem :

I have a project with a DLL and a Form.

The form use the DLL.
If I make a modification on a DLL class, it is not directly visible
on the object of this class in the form (Old interface version still
present with the intellisense)
I have to make a Full Build of the project (DLL and Form), to have
the possibility to read the latest modifications applied on the Class
with the Intellisense
I have VB.Net version 2003

Could someone help me ?

Did you set a reference to the *.DLL _file_ or to the DLL _project_ in the
same solution?
 
Back
Top