Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > including dll in setup
 

including dll in setup

Hi,

I've finished doing this appplication but i'm having problem with the deployment. In the designer I've added acrobat reader activeX and VLC player activeX. When creating the setup it tells me to check for the dependecies if they are added to the project. How do you add them?Setup was created and installed to other computer were ok, but when running the program it show "System.InvalidOperationException". Whats the problem?

dax_kun  Monday, December 04, 2006 7:48 PM

Unless you add more diagnostics to your app (such as describing what your code was doing) it's difficult to narrow this down to a solution. It might be reasonable to assume that your crash is related to missing dependencies rather than just a bug, so if it is a dependency then is it trying to use VLC or Acrobat? If you're sure that the problem is a missing dependency then use the dependency walker (www.dependencywalker.com) on the controls to see if there are any redistributables that you need to add that are not already part of the operating system.

It could be something totally different of course - ActiveX controls need registering and you didn't say anything about how you actually installed and registered the controls. Are they registered?

PhilWilson  Tuesday, December 05, 2006 2:55 PM

You can use google to search for other answers

Custom Search

More Threads

• How to manually copy ClickOnce projects to a publish web site?
• The web server does not appear to have FrontPage Server Extensions installed
• Error on install with excel version...global assembly cache issue
• Shortcut Navigation over Network not allowed
• Change app.config during MSI install based on users selection
• BUG with Clickonce custom updates...
• ClickOnce no longer recognize the certificate file used to sign the assemblies
• How to: Close the running app before installing - VS2005
• Entry point problem
• how to reopen minimized IEexplorer