Spurious dependencies?

D

Dale Atkin

Somewhere in the development of the program I'm working on, I did something
that a whole bunch of dependencies to be added to my project.

I'm not sure where these extra dependencies came from, but I'd like to
figure out how to 'purge' them from my project so that I don't bloat the
installer. (It went from 800kB --> 8MB). Anyone know of a way I can
determine what is causing VB.NET to decide that a particular file is needed?
I tried refreshing the dependencies, but that didn't work.

I've manually excluded a large number of files from the setup, but that
really isn't the way I should be doing this!

Dale
 
J

James Hahn

By "refreshing" do you mean Project Properties / References / Unused
Referenences / Remove?
 
D

Dale Atkin

James Hahn said:
By "refreshing" do you mean Project Properties / References / Unused
Referenences / Remove?

Nope (I meant right click on the setup project and tell it to refresh
dependencies).

I'll try that tomorrow, and see if it helps. Thanks!

Dale
 
C

Cor Ligthert[MVP]

Dale,

You are writing here about a setup and deployment or something else?

Cor
 
D

Dale Atkin

By "refreshing" do you mean Project Properties / References / Unused
Referenences / Remove?

It worked. Thanks a bunch. Still struggling to learn the IDE.

Dale
 

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

Top