Assemblies

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Why isnt the standard IDE not allow us to integrate assemblies into our
final exe?

I have a component used at design time but I want to have it IN my exe, but
then I cant use it in the designer unless its a .NET dll and then when I
build its a seperate assembly. For my scenario, this is not what we want.

Yeah yeah aftermarket tools, but why doesnt the standard IDE do this? Will
it ever?
 
You want to have a component as part of your EXE? Not a problem. Create a
standard EXE application and then add a component item into the project. It
will all compile down into one EXE.
 

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