Hi there,
I'm working on a project for several months now. My final job is to get the installation right.
I'm working with VS.Net 2003 (codename Whidbey) installed with a dotnet framework 1.1 and 1.2 (version 1.2.30703).
When I build my setup (config = release) I get my setup file with 4 comments.
2x: object have the same target location (microsoft.vbe.interop.dll)
2x: object have the same target location (office.dll)
(don't think thats the problem?)
I install this to a pc with dotnet 1.1 and 1.2 installed. When I run the application i get the following error:
If I output to a textfile I get this:
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name 'System.Windows.Forms, Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b77a5c561934e089', or one of its dependencies, was not found.
File name: 'System.Windows.Forms, Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
-------------------------------------------------------------------
I tried to install my application on a pc with dotnet framework 1.1 and 2.0
and it runs. But from the moment it connects to the database I get this error:
When I install my application on a computer with Visual Studio 2003 installed, it works perfectly.
Please who can help me?
I'm working on a project for several months now. My final job is to get the installation right.
I'm working with VS.Net 2003 (codename Whidbey) installed with a dotnet framework 1.1 and 1.2 (version 1.2.30703).
When I build my setup (config = release) I get my setup file with 4 comments.
2x: object have the same target location (microsoft.vbe.interop.dll)
2x: object have the same target location (office.dll)
(don't think thats the problem?)
I install this to a pc with dotnet 1.1 and 1.2 installed. When I run the application i get the following error:
If I output to a textfile I get this:
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name 'System.Windows.Forms, Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b77a5c561934e089', or one of its dependencies, was not found.
File name: 'System.Windows.Forms, Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
-------------------------------------------------------------------
I tried to install my application on a pc with dotnet framework 1.1 and 2.0
and it runs. But from the moment it connects to the database I get this error:
When I install my application on a computer with Visual Studio 2003 installed, it works perfectly.
Please who can help me?