Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

I have a VB.Net application.The exe file runs well in my system with Visual Studio.Net installed. But when I tried to execute the same in another machine without Visual studio, it reports dependencies. I have a single dependency (Interop.excel.dll) that is present in the \bin folder of my project.

What am I missing here ??

First it reported a missing mscoree.dll, then I copied it to the target, even after this it reports some registry entry is missing. But I thought, copying all the dlls from the bin folder should handle all the dependencies...

Shankar.

  • *Gurus*
Posted
Nope. If you read the sticky thread I posted at the top of this forum, you will see that the bare minimum you have to distribute is the framework runtimes (21MB). After that, you need to copy your dependancies (Interop.excel.dll).

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

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...