install/deploy c# app
From: invest quest (pleaseexplaintome_at_yahoo.com)
Date: 11/24/04
- Next message: Eric Means: "Re: Strange Exception in NameValueCollection Class."
- Previous message: Zuel: "Re: DataTable"
- Messages sorted by: [ date ] [ thread ]
Date: 24 Nov 2004 10:21:08 -0800
hello,
my question is how do I deploy/install an app on a windows 2000 server
that has .NET 1.1 installed?
My app includes CDO and ADO. I tried the following:
ran sn -k snk.key (I did and key pair was successfully written)
ran tlbimp "C:\WINDOWS\system32\cdosys.dll" /keyfile:"C:\Visual Studio
Projects\email\bin\Debug\snk.key" (success)
added COM reference to C:\Visual Studio
Projects\email\bin\Debug\CDO.dll to project
ran tlbImp "C:\Program Files\Common Files\System\ado\msado25.tlb"
/primary /keyfile:"C:\Visual Studio Projects\email\bin\Debug\snk.key"
/out:adoout.dll
message states: PublicKeyToken xxxxxx is already registered
at any rate I have tried different scenarios with the ado and got this
one time:
Unhandled Exception: System.IO.FileNotFoundException: File or assembly
name ADODB, or one of its dependencies, was not found.
I added to AssemblyInfo.cs [assembly: AssemblyKeyFile("snk.key")]
I also tried adding a setup project but it failed due to FxMdac Pugin
or one of it's dependencies was not found
As you can see I am completely lost. can someone please point me in
the right direction?
Thank you
- Next message: Eric Means: "Re: Strange Exception in NameValueCollection Class."
- Previous message: Zuel: "Re: DataTable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|