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. General Programming
  3. Visual Basic
  4. command prompt build web deployment and vs project 2005

command prompt build web deployment and vs project 2005

Scheduled Pinned Locked Moved Visual Basic
visual-studiosysadmindebugginghelpquestion
3 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.
  • T Offline
    T Offline
    Travelthrprog
    wrote on last edited by
    #1

    Hi, I have 2 proj-a user control project and a web page project(huge web site). Currently using web deployment, I am creating a dll file for user control project. Then I am referencing this to web page project and build and debug to view the changes in web project. To avoid this long process, I am trying to build a batch file to build both. I am able to build the usercontrol using msbuild in the batch file. Now I am not able to reference this dll file to webpage project and build the web page project using devenv.How do I reference dll file to webpage project in command prompt or in a batch file. Please help

    D 1 Reply Last reply
    0
    • T Travelthrprog

      Hi, I have 2 proj-a user control project and a web page project(huge web site). Currently using web deployment, I am creating a dll file for user control project. Then I am referencing this to web page project and build and debug to view the changes in web project. To avoid this long process, I am trying to build a batch file to build both. I am able to build the usercontrol using msbuild in the batch file. Now I am not able to reference this dll file to webpage project and build the web page project using devenv.How do I reference dll file to webpage project in command prompt or in a batch file. Please help

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Travelthrprog wrote:

      Now I am not able to reference this dll file to webpage project and build the web page project using devenv.

      Why not?? All you have to do is add the .DLL project to your web page project in the same solution, then you won't have this problem at all.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      T 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Travelthrprog wrote:

        Now I am not able to reference this dll file to webpage project and build the web page project using devenv.

        Why not?? All you have to do is add the .DLL project to your web page project in the same solution, then you won't have this problem at all.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        T Offline
        T Offline
        Travelthrprog
        wrote on last edited by
        #3

        Hi Dave, I am able to run it manually. But I want to create msbuild .proj file to do it. I just tried building only proj2 by referencing the proj1.dll file as shown below C:\2proj false But gives an error Msb4025-invalid characters in the coding I also don't know how to build the first proj and then add the reference it in the above code. Please help. Thanking you, Nirmala

        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