Results 1 to 9 of 9

Thread: [RESOLVED] [2005] Changing the DLL Name while publishing

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Resolved [RESOLVED] [2005] Changing the DLL Name while publishing

    Hi All,

    I am using Asp.net 2.0, I am trying to deploy my application using the publish website wizard. The project contains 4 forms. By using the Publish wizard I managed to create 1 dll. But the dll name is differ from the Project Name. But in Asp.net 1.0 , the dll name is in the form of project name. How can I change the DLL Name in Asp.net 2.0..



    Thanks in Advance

    Dana

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2005] Changing the DLL Name while publishing

    Hello there,

    If you right click on your project and then go to properties, the first option on the window that pops up is Assembly name, change that to whatever you want it to be called.

    Hope that helps!

    Gary

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Changing the DLL Name while publishing

    Out of curiosity - why do you need to do that?

  4. #4

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] Changing the DLL Name while publishing

    I could not able to find . Can u pls post a screen shot ?
    Attached Images Attached Images  

  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2005] Changing the DLL Name while publishing

    Hello,

    Am I right in saying that you are using Visual Web Developer 2005, as opposed to Visual Studio 2005?

    The example I gave above was for Visual Studio 2005. I have just had a quick look at Visual Web Developer and that option does not seem to be there.

    Mend, you got any more thoughts on this?

    Gary

  6. #6

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] Changing the DLL Name while publishing

    Quote Originally Posted by gep13
    Hello,

    Am I right in saying that you are using Visual Web Developer 2005, as opposed to Visual Studio 2005?

    The example I gave above was for Visual Studio 2005. I have just had a quick look at Visual Web Developer and that option does not seem to be there.

    Mend, you got any more thoughts on this?

    Gary
    Hi
    Thanks for the reply. I am using Visual Studio only
    Attached Images Attached Images  

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Changing the DLL Name while publishing

    It appears that you're using a web site project rather than a web application project.

    Web site projects are really 'minimal'... not that much control. Web application projects allow more control over your assemblies and are generally recommended anyways when working with web applications. You will need to install that extension and 'convert' your project to work with it (or redo copy/paste it). Then you will get a screen like this where you can specify your assembly name.
    Attached Images Attached Images  

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2005] Changing the DLL Name while publishing

    Ah, that makes sense!! Good to know

  9. #9

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] Changing the DLL Name while publishing

    Thanks to Mendhak and gep

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width