Hi,
I made a small application which is running well in my localhost. However, when I upload it in my server, I got this error:
error_log.aspx?error_message=Could not load type 'AppWebDB._Default'.&error_url=/fb/test/Default.aspx
I upload this files: Default.aspx, Default.aspx.
vb, web.config and bin with the libraries.
The error says "could not load type 'AppWebDB._Default'", this class is in Default.aspx.
vb, and I added this line in Default.aspx:
<%@ Page Language="
vb" AutoEventWireup="false" CodeBehind="Default.aspx.
vb" Inherits="AppWebDB._Default" %>
Can someone help me out? It's very important...
Thanks in advance