Results 1 to 3 of 3

Thread: Problem going live

  1. #1

    Thread Starter
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Problem going live

    After develping and testing locally i've tried to upload to our live server but as soon as i try to open a page i get this error:

    Code:
    Could not load type 'club256.Global'.
    
    Source Error: 
    
    
    Line 1:  <%@ Application Codebehind="Global.asax.vb" Inherits="club256.Global" %>

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    I think Visual Studio compiles the code behind into a dll in the projects bin folder. Copy over that dll to your live servers bin folder.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    and which files are needed exactly?

    at the moment i've uploaded all
    .aspx
    .asax
    .resx
    and .vb code behind pages

    are all these required?

Posting Permissions

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



Click Here to Expand Forum to Full Width