Asp .Net, VS 2005: Location of Bin Folder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shek124
    New Member
    • Oct 2007
    • 50

    Asp .Net, VS 2005: Location of Bin Folder

    Im using the VIsual Studio 2005. Im creating a Asp.net projects . I want to create a .dll file to my project. From my google search, the dll file created automatically i BIN folder. But I have nt get that folder in solution explorer.
    Why the folder was not created for my project. Any suggestions and solutions for this ? plz help me
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Use the file explorer and navigate into your projects folder

    The bin folder has 2 more folders inside it debug amd release folder respectively

    Comment

    • mzmishra
      Recognized Expert Contributor
      • Aug 2007
      • 390

      #3
      If you are looking it in visulastudio click the option show all files we will find the folders suggested by Shashi Sadasivan

      Comment

      • shek124
        New Member
        • Oct 2007
        • 50

        #4
        thanks for yr reply.



        Just now i found the .dll file. How do create a .dll file for that reference file ..
        bcoz my boss said my project added to scheduledtask in system. so he wants to create a dll or exe file . im going to create a .dll file . wat is the next step.

        and then why the bin folder contain two fildr s debug and release. what kind of purpose the files which contains that folders.

        Comment

        • mzmishra
          Recognized Expert Contributor
          • Aug 2007
          • 390

          #5
          Debug and Release are different configurations for building your project. As the name implies, you generally use the
          Debug mode for debugging your project and the Release mode for the final build for end user. The Debug mode does
          not optimize the binary it produces (as optimizations can greatly complicate debugging) and generates additional data
          to aid debugging. The Release mode enables optimizations and generates less extra debug data.

          Comment

          • shek124
            New Member
            • Oct 2007
            • 50

            #6
            Ok thank u very much.

            Yet im not found another solution . i want to always run the projrct at backend . so how can i do

            Comment

            Working...