Hi All,

I"m now passing from VB6 to VB.NET and met with a disturbing problem:

i have created a class library and built it to a dll file.
i have created a windows application and added a reference to that dll.
So far everything works fine.

When i took this all package to another computer, the build failed since it didnt find the dll file.

I guess that when i add a reference, it saves the absolute path.
This is a .Net dll and not COM so i cant do a simple register to windows.

How do i register the .Net dll or how do i make it recognised in the other computer? (how to make it's location relative and not absolute? It didnt work even when they all were in the same folder).

Thanks in advance,
Eran