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. Server.Transfer on Multiple pages

Server.Transfer on Multiple pages

Scheduled Pinned Locked Moved ASP.NET
sysadminwindows-admindata-structuresdebugginghelp
1 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.
  • T Offline
    T Offline
    Taen_Karth
    wrote on last edited by
    #1

    I have multiple pages doing server.transfer from one page to the next. I keep getting this on each page randomly...Any thoughts? If I recycle the AppPool in IIS one page works then the next one fails... Unable to cast object of type 'ASP.UserTaskMenu' to type 'ASP.UserTaskMenu'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidCastException: Unable to cast object of type 'ASP.UserTaskMenu' to type 'ASP.UserTaskMenu'. Source Error: Line 86: Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Line 87: If Not IsPostBack Then Line 88: LoginPage = CType(Context.Handler, UserTaskMenu) Line 89: lblA.Text = CStr(LoginPage.Acct) Line 90: lblE.Text = CStr(LoginPage.Email) Thanks, Taen Karth

    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