Missing Support Files

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

This whole .Net thing is kicking my but.
I just don't have time to learn everything.

Here is my problem...

When I run my program by hitting 'Play' in the IDE, it runs fine.
But, when I build it, and run the .exe I am missing a support file(s).
How do I make sure EVERYTHING the program is using is packed up?
(It is the old VB6 MSComm that is the problem.)


Thanks,
Michael
 
Do you have this problem on your development machine, or on a machine you
deploy your application to?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Hi,

Add a setup wizard project to the solution you are redist.

Ken
 
It is asking me "Which Project Output Groups Do You Want To Include"
I'm not sure which ones to check.
 
Hi,

Primary output is the exe you made
content files from your project contains the support files.

Ken
 
All the problems seem to revolve around the MSCOMM32, so I started a new
thread with that subject.
Thanks for your help!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top