Hi there,

I have the following situation.

I have a VB.net 2005 Windows application, which consists out of
1 exe file and al lot of DLL (classes) which reference to each other.

When I compile the lot and start the application form a pc where the
VB2005 is installed, or the 2.0 SDK, the application works fine.

On a pc with only Framework 2.0 installed, it doesn't work.
When I then install SDK 2.0, the application works.

The error is get is when a part of code references to one of the classes.
In this class the following is imported:

Imports System

Imports System.Runtime.Remoting

Imports AL_L_ifCS (Self made class, is available)

Imports System.Runtime.Remoting.Channels.Http

Imports System.Runtime.Remoting.Channels.Tcp

Imports System.Runtime.Remoting.Channels

Imports AL_L_Client.AL_DB_SCHIL (Self made class, is available)

Imports AL_L_GLOBAL_FUNCTIES.AL_L_GLOBAL_FUNCTIES (Self made class, is
available)

Imports System.Xml

Imports System.Windows.Forms

Does anyone have an idea what this could be?
Is it possible that the SDK installs a part which is missing when I only
install the Framework 2.0?

Thnx,

Dikbill