Jump to content
Xtreme .Net Talk

Com


Guest DeSerializeMe

Recommended Posts

Guest DeSerializeMe
Posted

Hi guys

I am using a com dll in my project and it works great, however when i try to deploy it and i add Project output to my setup i get this error message:

The following Files may have dependencies that connot be determinded automaticly. Please confirm that all dependencies have been added to project

c:\winnt\system32\diwhois.dll

c:\winnt\system32\shdocvw.dll

 

It works great on my project... what an i doing wrong? how can i fix the dependencies.... i did some research but no luck

It would be great if you guys could help!

Thanks

  • *Gurus*
Posted

You should not be trying to include shdocvw.dll as part of

your project. It is only distributable as part of IE.

Without knowing what diwhois.dll is, it is hard to say how it

should be handled. But whoever you got it from, they should

have instructions about what, if any, dependencies to include.

Guest DeSerializeMe
Posted

and when i added a setup project i added output in it... and thats when i get that error.

About DIwhois.dll i have no docs, but it works however it gives me same error as for the other one...

Guest DeSerializeMe
Posted
BTW i just added ms web browser to my project, i didnt add anything myself... it was added automaticly
  • *Gurus*
Posted

The ms web browser is part of IE. Once again, it shouldn't be

part of your install package. I don't know why it isn't smart

enough to know that, but I would try to take it out. I expect the

diwhois.dll doesn't have any dependencies so you can probably

ignore the warning for it.

 

[edit]When I say take it out, I mean from the install package, not

the project. Obviously, you need it in the project but it should

depend on the IE components already installed on the target

computer.[/edit]

Guest DeSerializeMe
Posted

I cant remove it from set up...

I got diwhois.dll twice, one it shows it got dependency and other other just a file

same for shdocw.dll i got that as a file but another one which shows as

interop.shdocvw.dll which has all its dependencies...

Im totaly lost...

It is a really small project... do you think i can email you ..?

Again i cant remove those to files...

Guest DeSerializeMe
Posted

Yahoo

It worked, thans a bunch

one last question...

I picked desktop creating true, and program files true... however it does not create a short cut in desktop neither in start programs... how come?

Any suggestions?

Guest DeSerializeMe
Posted

No i didnt get it

what file should i pick as desktop creating? i picked ouput but then from the desktop link it gives error but if you go to folder and try to runit it works fine..

when i check the deks top short cut it created it, it doesnt show the whole path but just filenane.exe ....

how do i make it so it add itself to program files plus short cut in program + short cut in desktop?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...