Assemblies

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • news.microsoft.com

    #1

    Assemblies

    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?


  • Scott M.

    #2
    Re: Assemblies

    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.


    "news.microsoft .com" <discussion@dis cussion.microso ft.com> wrote in message
    news:uoXruIYoDH A.2512@TK2MSFTN GP09.phx.gbl...[color=blue]
    > 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,[/color]
    but[color=blue]
    > 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?[/color]
    Will[color=blue]
    > it ever?
    >
    >[/color]


    Comment

    Working...