Error accessing page

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Error accessing page

    I've got an ASP .Net project which I built on a
    development machine, but when I copy the files to another
    computer I get the following error:

    Parser Error Message: Could not load
    type 'ChainStore.Global'.

    Source Error:

    Line 1: <%@ Application Codebehind="Global.asax.vb"
    Inherits="ChainStore.Global" %>

    Source File:
    D:\inetpub\Reporting\ChainStore\global.asax Line: 1


    ChainStore is, of course, the name of the app. Any ideas?

    Todd
    T.B. Guest

  2. Similar Questions and Discussions

    1. Error accessing ColdFusionMx 6.1 Administration Page.
      Hi! I am installing ColdFusion MX 6.1 on my laptop that has Windows XP Prof. I was able to install it, but after the installation completes and...
    2. Template error code 3 + Error Accessing files..
      Hi, I am really out of any idea after searching Macromedia website and still cant find the solution. I faced the error code 3 when trying to update...
    3. Error Accessing SQL Server Reporting Svcs Management Page!
      Probably shouldn't have done so in this order, but I ran DCPromo on a SQL Reporting Services server. The /reportserver management page used to work...
    4. Accessing Values of local variables in previous page when using custom error page
      Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all...
    5. Accessing VJ++ COM DLL From ASP Page gives error
      Hi Friends, I had written a VJ++ COM DLL which uses some jar files.I tried to access the DLL from a VB Standard Exe and it worked fine.But,when i...
  3. #2

    Default Re: Error accessing page

    looks to me like you've forgotten to upload an essential file (or files)

    at first glance, anyway.



    ________________________________________
    Why? Why was I programmed to feel pain?

    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    click the link above!

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Atrax Guest

  4. #3

    Default Re: Error accessing page

    did you copy a Chainstore.dll file in your /bin folder, too ?

    Andrei.


    "T.B." <todd.bright@hollanderfreight.com> wrote in message
    news:060a01c33c45$c1ee0f40$a301280a@phx.gbl...
    > I've got an ASP .Net project which I built on a
    > development machine, but when I copy the files to another
    > computer I get the following error:
    >
    > Parser Error Message: Could not load
    > type 'ChainStore.Global'.
    >
    > Source Error:
    >
    > Line 1: <%@ Application Codebehind="Global.asax.vb"
    > Inherits="ChainStore.Global" %>
    >
    > Source File:
    > D:\inetpub\Reporting\ChainStore\global.asax Line: 1
    >
    >
    > ChainStore is, of course, the name of the app. Any ideas?
    >
    > Todd

    andrei Guest

  5. #4

    Default Re: Error accessing page

    I used the project 'Copy...' function of Visual
    Studio .Net to copy it out to the new site. It copied
    everything, including the entire bin directory.

    Todd
    >-----Original Message-----
    >did you copy a Chainstore.dll file in your /bin folder,
    too ?
    >
    >Andrei.
    >
    >
    >"T.B." <todd.bright@hollanderfreight.com> wrote in message
    >news:060a01c33c45$c1ee0f40$a301280a@phx.gbl...
    >> I've got an ASP .Net project which I built on a
    >> development machine, but when I copy the files to
    another
    >> computer I get the following error:
    >>
    >> Parser Error Message: Could not load
    >> type 'ChainStore.Global'.
    >>
    >> Source Error:
    >>
    >> Line 1: <%@ Application Codebehind="Global.asax.vb"
    >> Inherits="ChainStore.Global" %>
    >>
    >> Source File:
    >> D:\inetpub\Reporting\ChainStore\global.asax Line: 1
    >>
    >>
    >> ChainStore is, of course, the name of the app. Any
    ideas?
    >>
    >> Todd
    >
    >
    >.
    >
    T.B. Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139