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. Problem upgrading website from VS2005 beta 2 to VS2005 RC1

Problem upgrading website from VS2005 beta 2 to VS2005 RC1

Scheduled Pinned Locked Moved ASP.NET
helpvisual-studiobeta-testingtutorialquestion
2 Posts 1 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.
  • A Offline
    A Offline
    AfzalHassen
    wrote on last edited by
    #1

    hi, i recently upgraded a web solution from VS2005 Beta2 to VS2005 RC1.. and as such once i made sure that the Beta 2 was correclty uninstalled and i had RC1 installed, i expected an upgrade wizard to run once i had selected the solution that i want to carry on developing in RC1, but no wizard ran!?! not sure if one was supposed to run.. however, for the most part all sub projects of the solution load correclty, but when i attemp to build the solution, i get the following errors from my web.config file: **buildProviders** _add_ extension=".rdlc" _type_="Microsoft.Reporting.WebForms.RdlBuildProvider,Microsoft.ReportViewer.WebForms,Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" _appliesTo_="All" **buildProviders** the appliesTo attribute gives me an error "Unrecognized attribute'appliesTo'" for which i'm not sure how to resolve.. and **controls** _add_ _src_="Folder/Folder/Control.ascx" _tagName_="MyControl" tagPrefix="custom"> _add_ _src_="Folder/Folder/Control02.ascx" _tagName_="MyControl02" _tagPrefix_="custom" **controls** the error messgae i get here is:" The relative virtual path 'Folder/Folder/Control.ascx' is not allowed here." and in the designer.cs files for some of my Typed DataSets.. i get the follwing error message: "'System.Nullable' does not contain a definition for 'FromObject'" the code the gets highlighted when i double click is the auto-generated code that Beta2 created when i double-click the error is : return System.Nullable.FromObject(null); i've tried googling to see what changes were made between the Beta2 and RC1 but have had no luck.. could any one help me in this regard, please. a nudge or kick in the right direction would be great.:) PS. the soution worked perfectly in the Beta2 IDE these errors have occured since the upgrade to RC1.. Thanks in advance, Afzal "AV-E" Hassen -- modified at 5:37 Tuesday 13th December, 2005

    A 1 Reply Last reply
    0
    • A AfzalHassen

      hi, i recently upgraded a web solution from VS2005 Beta2 to VS2005 RC1.. and as such once i made sure that the Beta 2 was correclty uninstalled and i had RC1 installed, i expected an upgrade wizard to run once i had selected the solution that i want to carry on developing in RC1, but no wizard ran!?! not sure if one was supposed to run.. however, for the most part all sub projects of the solution load correclty, but when i attemp to build the solution, i get the following errors from my web.config file: **buildProviders** _add_ extension=".rdlc" _type_="Microsoft.Reporting.WebForms.RdlBuildProvider,Microsoft.ReportViewer.WebForms,Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" _appliesTo_="All" **buildProviders** the appliesTo attribute gives me an error "Unrecognized attribute'appliesTo'" for which i'm not sure how to resolve.. and **controls** _add_ _src_="Folder/Folder/Control.ascx" _tagName_="MyControl" tagPrefix="custom"> _add_ _src_="Folder/Folder/Control02.ascx" _tagName_="MyControl02" _tagPrefix_="custom" **controls** the error messgae i get here is:" The relative virtual path 'Folder/Folder/Control.ascx' is not allowed here." and in the designer.cs files for some of my Typed DataSets.. i get the follwing error message: "'System.Nullable' does not contain a definition for 'FromObject'" the code the gets highlighted when i double click is the auto-generated code that Beta2 created when i double-click the error is : return System.Nullable.FromObject(null); i've tried googling to see what changes were made between the Beta2 and RC1 but have had no luck.. could any one help me in this regard, please. a nudge or kick in the right direction would be great.:) PS. the soution worked perfectly in the Beta2 IDE these errors have occured since the upgrade to RC1.. Thanks in advance, Afzal "AV-E" Hassen -- modified at 5:37 Tuesday 13th December, 2005

      A Offline
      A Offline
      AfzalHassen
      wrote on last edited by
      #2

      hi, i managed to solve both of the problems,

      AfzalHassen wrote:

      however, for the most part all sub projects of the solution load correclty, but when i attemp to build the solution, i get the following errors from my web.config file: buildProviders add extension=".rdlc" type="Microsoft.Reporting.WebForms.RdlBuildProvider,Microsoft.ReportViewer.WebForms,Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" appliesTo="All" buildProviders the appliesTo attribute gives me an error "Unrecognized attribute'appliesTo'" for which i'm not sure how to resolve..THIS I SIMPLY REMOVED FROM THE WEB.CONFIG and controls add src="Folder/Folder/Control.ascx" tagName="MyControl" tagPrefix="custom"> add src="Folder/Folder/Control02.ascx" tagName="MyControl02" tagPrefix="custom" controls the error messgae i get here is:" The relative virtual path '**~/**Folder/Folder/Control.ascx' is not allowed here."THIS I ADDED THE tildo'~/' to the begining

      AfzalHassen wrote:

      and in the designer.cs files for some of my Typed DataSets.. i get the follwing error message: "'System.Nullable' does not contain a definition for 'FromObject'" the code the gets highlighted when i double click is the auto-generated code that Beta2 created when i double-click the error is : return System.Nullable.FromObject(null); FOR THIS A FOUND OUT I NEEDED TO RUN THE CUSTOM TOOL FOR THE DATASETCODEGENERATOR

      hopefull this will some other lost soul like me :) Afzal "AV-E" Hassen

      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