Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: General » microsoft.public.windows.64bit.general
Thread: linkinfo.dll on Windows 2008?

HTVi
TV Discussion Newsgroups

linkinfo.dll on Windows 2008?
"Anthony LaMark" <tony.lamark[ at ]quest.com> 11/7/2008 9:16:04 PM
Hi All,

I am doing a 64bit release build (on a 32bit system...which I have
successfully done in the past so I know it works) of a COM dll (C++) using
VS2005 (see details below). I also build an installation program (msi).
When I run the msi on a Windows 2008 server and it goes to register the dll,
it fails. Using depends, I can see it is missing linkinfo.dll. When I
searched on this dll, all the hits I got are around viruses. Does anyone
know what this dll is for and why my dll is loading it? I am going to try
to see if delay-loading it gets me past the COM registration but would like
to know what this dll is all about (and if there is something special about
windows 2008...I will test on a 64bit Windows2003 shortly to see if I have
the same problem). Thanks in advance.

Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework Version 2.0.50727 SP1
Installed Edition: Professional
Microsoft Visual Basic 2005 77626-009-0000007-41687
Microsoft Visual Basic 2005
Microsoft Visual C# 2005 77626-009-0000007-41687
Microsoft Visual C# 2005
Microsoft Visual C++ 2005 77626-009-0000007-41687
Microsoft Visual C++ 2005
Microsoft Visual Web Developer 2005 77626-009-0000007-41687
Microsoft Visual Web Developer 2005
Microsoft Web Application Projects 2005 77626-009-0000007-41687
Microsoft Web Application Projects 2005
Version 8.0.50727.762
Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1
(KB926601)
Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU
(KB947738)


RE: linkinfo.dll on Windows 2008?
Mahesh Bakshi 12/4/2008 12:10:01 PM
Hi

I am struck with same problem. LINKINFO.dll is missing in
C:\Windows\System32 in Windows Server 2008. Dependency walker shows all my
services (which works fine in Vista and XP sp2) depends on LINKINFO.dll. Can
I know how to resolve this problem.

Thanks for youe help.

Mahesh Bakshi

"Anthony LaMark" wrote:

[Quoted Text]
> Hi All,
>
> I am doing a 64bit release build (on a 32bit system...which I have
> successfully done in the past so I know it works) of a COM dll (C++) using
> VS2005 (see details below). I also build an installation program (msi).
> When I run the msi on a Windows 2008 server and it goes to register the dll,
> it fails. Using depends, I can see it is missing linkinfo.dll. When I
> searched on this dll, all the hits I got are around viruses. Does anyone
> know what this dll is for and why my dll is loading it? I am going to try
> to see if delay-loading it gets me past the COM registration but would like
> to know what this dll is all about (and if there is something special about
> windows 2008...I will test on a 64bit Windows2003 shortly to see if I have
> the same problem). Thanks in advance.
>
> Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)
> Microsoft .NET Framework Version 2.0.50727 SP1
> Installed Edition: Professional
> Microsoft Visual Basic 2005 77626-009-0000007-41687
> Microsoft Visual Basic 2005
> Microsoft Visual C# 2005 77626-009-0000007-41687
> Microsoft Visual C# 2005
> Microsoft Visual C++ 2005 77626-009-0000007-41687
> Microsoft Visual C++ 2005
> Microsoft Visual Web Developer 2005 77626-009-0000007-41687
> Microsoft Visual Web Developer 2005
> Microsoft Web Application Projects 2005 77626-009-0000007-41687
> Microsoft Web Application Projects 2005
> Version 8.0.50727.762
> Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1
> (KB926601)
> Security Update for Microsoft Visual Studio 2005 Professional Edition - ENU
> (KB947738)
>
>
>
RE: linkinfo.dll on Windows 2008?
Darrellg[ at ]online.microsoft.com ("Darrell Gorter[MSFT]") 12/4/2008 11:45:15 PM
Hello,
Install the Desktop Experience feature and you will get linkinfo.dll
Right-clicking on the file and choosing properties this is described as:
Windows Volume Tracking
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| >Thread-Topic: linkinfo.dll on Windows 2008?
| >thread-index: AclWCTvGwbcyRRZ+QfS88WHzzWVBAw==
| >X-WBNR-Posting-Host: 207.46.192.207
| >From: =?Utf-8?B?TWFoZXNoIEJha3NoaQ==?= <Mahesh
Bakshi[ at ]discussions.microsoft.com>
| >References: <eSC6L4RQJHA.1160[ at ]TK2MSFTNGP02.phx.gbl>
| >Subject: RE: linkinfo.dll on Windows 2008?
| >Date: Thu, 4 Dec 2008 04:10:01 -0800
| >Lines: 48
| >Message-ID: <5B65A1B1-3200-400F-808C-B501E73F88E4[ at ]microsoft.com>
| >MIME-Version: 1.0
| >Content-Type: text/plain;
| > charset="Utf-8"
| >Content-Transfer-Encoding: 7bit
| >X-Newsreader: Microsoft CDO for Windows 2000
| >Content-Class: urn:content-classes:message
| >Importance: normal
| >Priority: normal
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3119
| >Newsgroups: microsoft.public.windows.64bit.general
| >Path: TK2MSFTNGHUB02.phx.gbl
| >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.64bit.general:21041
| >NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
| >X-Tomcat-NG: microsoft.public.windows.64bit.general
| >
| >Hi
| >
| >I am struck with same problem. LINKINFO.dll is missing in
| >C:\Windows\System32 in Windows Server 2008. Dependency walker shows all
my
| >services (which works fine in Vista and XP sp2) depends on LINKINFO.dll.
Can
| >I know how to resolve this problem.
| >
| >Thanks for youe help.
| >
| >Mahesh Bakshi
| >
| >"Anthony LaMark" wrote:
| >
| >> Hi All,
| >>
| >> I am doing a 64bit release build (on a 32bit system...which I have
| >> successfully done in the past so I know it works) of a COM dll (C++)
using
| >> VS2005 (see details below). I also build an installation program
(msi).
| >> When I run the msi on a Windows 2008 server and it goes to register
the dll,
| >> it fails. Using depends, I can see it is missing linkinfo.dll. When
I
| >> searched on this dll, all the hits I got are around viruses. Does
anyone
| >> know what this dll is for and why my dll is loading it? I am going to
try
| >> to see if delay-loading it gets me past the COM registration but would
like
| >> to know what this dll is all about (and if there is something special
about
| >> windows 2008...I will test on a 64bit Windows2003 shortly to see if I
have
| >> the same problem). Thanks in advance.
| >>
| >> Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)
| >> Microsoft .NET Framework Version 2.0.50727 SP1
| >> Installed Edition: Professional
| >> Microsoft Visual Basic 2005 77626-009-0000007-41687
| >> Microsoft Visual Basic 2005
| >> Microsoft Visual C# 2005 77626-009-0000007-41687
| >> Microsoft Visual C# 2005
| >> Microsoft Visual C++ 2005 77626-009-0000007-41687
| >> Microsoft Visual C++ 2005
| >> Microsoft Visual Web Developer 2005 77626-009-0000007-41687
| >> Microsoft Visual Web Developer 2005
| >> Microsoft Web Application Projects 2005 77626-009-0000007-41687
| >> Microsoft Web Application Projects 2005
| >> Version 8.0.50727.762
| >> Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1
| >> (KB926601)
| >> Security Update for Microsoft Visual Studio 2005 Professional Edition
- ENU
| >> (KB947738)
| >>
| >>
| >>
| >

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen