开发者

Detected dependencies problem

开发者 https://www.devze.com 2023-02-03 10:21 出处:网络
I cannot build the solution. The error output is: Looking at other people\'s suggestions pointed to missing dependencies. So I checked it:

I cannot build the solution. The error output is:

Detected dependencies problem

Looking at other people's suggestions pointed to missing dependencies. So I checked it:

Detected dependencies problem

The properties of a file like Dsofile.dll points to a location on the hard drive. I have checked it and the SourcePath is correct and it is ma开发者_运维问答rked as "Exclude" because unmarking it leads to another error. The Dsofile.dll cannot be shared in GAC. So where's the error? The list of dependencies is longer. There is about another 10 SI.ArchiveService.*.dll files.


Dsofile.dll is inprocess COM Server for those who use .NET to interact with Office documents when Office is not installed. But, to do so, one has to install this file. It can be done following this link.

Do you have installed MS Office? Maybe that is the problem. Also, there are several missing files as can be seen on screenshot (MDIVWCTL.DLL - it is used for Microsoft Office Document Imaging), PDFCreator.exe, etc. You definitely should check if missing assemblies exist on your machine, and if so, change paths to them. But, I suppose that COM Servers don't exist or they are not registered since they should be found if they are properly registered. My recommendation is to reinstall missing components.

0

精彩评论

暂无评论...
验证码 换一张
取 消