Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Visual Web Developer 2005 Express Edition

Visual Web Developer 2005 Express Edition

Scheduled Pinned Locked Moved ASP.NET
csharptutorial
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _rnd
    wrote on last edited by
    #1

    Hi There, I'am working in a project with VWD express edition, and I want to know where to find dll files, or how to set project to put dll into bin directory, from compiled source files (C#). Tks in Advance,

    M 1 Reply Last reply
    0
    • _ _rnd

      Hi There, I'am working in a project with VWD express edition, and I want to know where to find dll files, or how to set project to put dll into bin directory, from compiled source files (C#). Tks in Advance,

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      _ronald wrote:

      I want to know where to find dll files

      Do you mean you want to look for the output assemblies of the web site?

      _ 1 Reply Last reply
      0
      • M minhpc_bk

        _ronald wrote:

        I want to know where to find dll files

        Do you mean you want to look for the output assemblies of the web site?

        _ Offline
        _ Offline
        _rnd
        wrote on last edited by
        #3

        Exactly, I need the output assemblies, but I dind't find any way to configure VWD to put compiled code files into a single assembly that is built and persisted in the \bin,

        M 1 Reply Last reply
        0
        • _ _rnd

          Exactly, I need the output assemblies, but I dind't find any way to configure VWD to put compiled code files into a single assembly that is built and persisted in the \bin,

          M Offline
          M Offline
          minhpc_bk
          wrote on last edited by
          #4

          Basically, VS does not generate the assemblies in the bin folder, but there are a couple of options which you can use the generate the output assembly of the web site: + Puslish the web site from the Build menu, however this option is not available in the Express Edition. + Use the ASP.NET Compilation Tool (Aspnet_compiler.exe[^]), for more information see ASP.NET Web Site Precompilation [^] + Use the Web Project 2005[^] instead of the default Web Site template, the option will generate the output assembly in the bin folder like when you build the web project in VS 2003. But again I'm not sure if it could help in the case of the Express Edition.

          _ 1 Reply Last reply
          0
          • M minhpc_bk

            Basically, VS does not generate the assemblies in the bin folder, but there are a couple of options which you can use the generate the output assembly of the web site: + Puslish the web site from the Build menu, however this option is not available in the Express Edition. + Use the ASP.NET Compilation Tool (Aspnet_compiler.exe[^]), for more information see ASP.NET Web Site Precompilation [^] + Use the Web Project 2005[^] instead of the default Web Site template, the option will generate the output assembly in the bin folder like when you build the web project in VS 2003. But again I'm not sure if it could help in the case of the Express Edition.

            _ Offline
            _ Offline
            _rnd
            wrote on last edited by
            #5

            Ok, I'll try to use Aspnet_compiler.exe, tks for help

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups