Atlas Installation Error

Last post 10-04-2006 5:10 PM by paragsm. 20 replies.

Sort Posts:

  • Atlas Installation Error

    03-21-2006, 1:45 PM
    • Member
      732 point Member
    • amrinders87
    • Member since 06-08-2005, 9:48 PM
    • CA
    • Posts 151
    I just downloaed the March CTP and during installation I get the following error:

    A problem occured while running the installer. Please contact the content author for problems with the content.
    Error message:
    String cannot have zero length.

    It copies the files but does not install the Template in Visual Studio.
    I have tried restarting the computer and still the same error.
  • Re: Atlas Installation Error

    03-21-2006, 2:36 PM
    • Participant
      1,910 point Participant
    • SimonCal
    • Member since 06-10-2002, 8:43 PM
    • Posts 381
    • AspNetTeam
      Moderator
    Are you using a beta version of Visual Studio or the RTM?
    Simon
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-21-2006, 7:13 PM
    • Member
      15 point Member
    • bmatlman
    • Member since 03-22-2006, 12:11 AM
    • Posts 3
    I got the same error. I'm using VS 2005 RTM. Is there a workaround for adding the templates without the installer?
  • Re: Atlas Installation Error

    03-21-2006, 11:20 PM
    • Participant
      1,070 point Participant
    • irinelc
    • Member since 06-11-2002, 12:32 PM
    • Redmond, WA
    • Posts 214
    • AspNetTeam

    Hi

    I am trying to repro the problem you describe and I need your help... Can you give us some details about the configuration you are attempting the install on? I am particularly interested to know the OS, IIS (installed, not installed and if present the version), the Framework (installed, not installed and if present the version) and the Visual Studio flavor (Express, Ent etc)

    Irinel

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-22-2006, 1:29 AM
    • Participant
      830 point Participant
    • Frank Tse
    • Member since 06-11-2002, 12:53 PM
    • Posts 163
    • AspNetTeam

    Regardless of the setup error, if the files have been copied to your machine, you should be able to launch the VSI installation to install the template by opening the file ASPNETAtlas.vsi under C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-22-2006, 11:35 AM
    • Member
      15 point Member
    • bmatlman
    • Member since 03-22-2006, 12:11 AM
    • Posts 3

    Okay, so my error is slightly different. After running the ASPNETAtlas.vsi I got this error again. "Installation stopped because the directory for the ProjectType value did not exist.  The project type is invalid for your installation of Visual Studio."

    I have both VS 2003 and 2005 installed on windows XP running IIS 5.1 with .NET framework v1.0.3705, v1.1.4322, and v2.0.50727.

    Thanks

  • Re: Atlas Installation Error

    03-22-2006, 1:15 PM
    • Member
      732 point Member
    • amrinders87
    • Member since 06-08-2005, 9:48 PM
    • CA
    • Posts 151
    I have VS 2003 and 2005 Professional installed. I am running XP SP2 Pro, IIS 5.1

    I was able to get around this issue by dumping an image that I had created after installing Windows and all my software. So the issue looks like might be with the VS settings.
  • Re: Atlas Installation Error

    03-22-2006, 2:28 PM
    • Participant
      830 point Participant
    • Frank Tse
    • Member since 06-11-2002, 12:53 PM
    • Posts 163
    • AspNetTeam

    I am just curious if the project template directory is missing on your machine.

    Can you check one thing?  Please check the following setting:
    - In VS 2005, go to Tools->Options
    - Expand "Projects and Solutions" on the left tree view, click the "General" node.
    - There should be a textbox "Visual Studio user project templates location:".  Can you check if you have that directory already created on your machine?

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-22-2006, 3:06 PM
    • Participant
      830 point Participant
    • Frank Tse
    • Member since 06-11-2002, 12:53 PM
    • Posts 163
    • AspNetTeam
    One possible issue might be that if the location of "My Documents" had been changed after VS was installed, the VSI installer might not be able to locate the right directory to install the template, hence it reported that error.
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-24-2006, 12:42 PM
    • Member
      15 point Member
    • bmatlman
    • Member since 03-22-2006, 12:11 AM
    • Posts 3
    I checked the my project settings in VS2005 and they are set to the default "My Documents\..." directory and yes this directory exists. Is there a way I can install these manually? Can't I just drop the files into the Templates folder? 
  • Re: Atlas Installation Error

    03-24-2006, 2:56 PM
    • Member
      732 point Member
    • amrinders87
    • Member since 06-08-2005, 9:48 PM
    • CA
    • Posts 151
    Even though it gives the error, it does copy the files to the following location: C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727

    Go into the folder and execute ASPNETAtlas.vsi
    That should install the template.
  • Re: Atlas Installation Error

    03-24-2006, 4:59 PM
    • Participant
      830 point Participant
    • Frank Tse
    • Member since 06-11-2002, 12:53 PM
    • Posts 163
    • AspNetTeam

    Try this:
    - Double click the ASPNETAtlas.vsi file to launch the Visual Studio Content Installer dialog.
    - Find the link above the Publish information area, it is called "View files in Windows Explorer..."
    - Click on it to open the content of the vsi in Window Explorer
    - If you have Visual C# installed, copy ASPNETAtlasWebApplicationCS.zip to the folder C:\Documents and Settings\<your user id>\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\CSharp\
    - Respectively, if you have Visual Basic installed, copy ASPNETAtlasWebApplicationVB.zip to C:\Documents and Settings\<your user id>\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\VisualBasic\
    - Open a new VS 2005, do File->New->Web Site, you should see the Atlas Web Site template under "My Templates" when you choose Language Visual C# or Visual Basic

    Hope this help.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Atlas Installation Error

    03-29-2006, 10:22 AM
    • Member
      100 point Member
    • bloo
    • Member since 12-12-2004, 2:46 PM
    • Posts 18

    this worked for me. thanks a lot.

    i'm using VS2005, not Visual Web Developer, so I only needed to put the zip file in My Documents\Visual Studio 2005\Templates\ProjectTemplates.

  • Re: Atlas Installation Error

    03-30-2006, 2:47 PM
    • Member
      27 point Member
    • saggimanoj
    • Member since 07-11-2005, 8:47 AM
    • New Delhi, India
    • Posts 8
    can u pls tell me how u were able to extract those zip files, as I tried to expore the vsi file with visual studio installer and windows explorer both. But of no help. Please let me know as I m very eager to try Atlas in my next web application..... ThanksConfused [*-)]
  • Re: Atlas Installation Error

    03-30-2006, 7:41 PM
    • Member
      100 point Member
    • bloo
    • Member since 12-12-2004, 2:46 PM
    • Posts 18

    Hey sagginmanoj - Frank had it right when he said:

    - Double click the ASPNETAtlas.vsi file to launch the Visual Studio Content Installer dialog.
    - Find the link above the Publish information area, it is called "View files in Windows Explorer..."
    - Click on it to open the content of the vsi in Window Explorer

    Run through the install - It'll be a hyperlink on the install screen where you're prompted to install the C# and VB.NET templates.  That should take you to the directory where the zip files are.  If you follow Frank's steps verbatim, you should be good to go.

     

     

Page 1 of 2 (21 items) 1 2 Next >