install/deploy c# app

From: invest quest (pleaseexplaintome_at_yahoo.com)
Date: 11/24/04


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



Relevant Pages

  • install/deploy c# app
    ... My app includes CDO and ADO. ... name ADODB, or one of its dependencies, was not found. ... I also tried adding a setup project but it failed due to FxMdac Pugin ...
    (microsoft.public.dotnet.distributed_apps)
  • install/deploy c# app
    ... My app includes CDO and ADO. ... name ADODB, or one of its dependencies, was not found. ... I also tried adding a setup project but it failed due to FxMdac Pugin ...
    (microsoft.public.dotnet.framework.setup)
  • Re: VB6 and VB-PowerWrap
    ... familiar with such things as dependencies and so forth. ... app and the dependencies... ... the program VB-PowerWrap would do what I needed. ... relatives who can run them from the CD without any installation. ...
    (microsoft.public.vb.general.discussion)
  • Re: Run ADO/OLE DB from a CD-R
    ... > I need to get my VB6 app. ... > installing any files onto the host machine, or making any registry entries of ... > also have had Visual Studio installed, however on all other machines, the ADO ... Do you mean the bound-control 'ADODC' when you say 'ADO control'? ...
    (microsoft.public.data.ado)
  • Re: VB6 and VB-PowerWrap
    ... what VB PowerWrap did was create a self-extracting exe containing your ... app and the dependencies... ... dependencies into a temp folder and either temporarily registered the ... relatives who can run them from the CD without any installation. ...
    (microsoft.public.vb.general.discussion)

Loading