Build Diffrences from Command Line and Visual Studio .NET

G

Guest

I am building one of my setup project from command line using "
devenv.com". when i install from this msi , one of my functionality dowsnot
work. Now when I try the same from Visual Studio .NET editor, the
fucntionality works very fine. The functionality is in a dll. I checked the
version and size of the dll and they are same. But when i use "diff" to get
the difference, it says that the dlls are different. Now after this when I am
comparing the dlls from the VSS, then it is showing me some sort of crap. I
want to know Is there anything which the .NET editor adds to the dll code? I
want to raise this question to the product group as well. Kindly reply.
 
L

Lloyd Dupont

building from teh command line works fine.
however setting correct values for names of embeded resources, or maybe the
list of source files if they are in non trivial places (i.e. /recurse won't
do) is quite a pain.....

maybe you forget to say "/target:library" as well?
 

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