A
AntoS
This is the first row of my page:
<%@ Page Language="C#" codebehind="mypage.aspx.cs" Inherits="mypage.mypage"
autoeventwireup="false" %>
on my pc where I developed, it works perfect, I got also a database local.
I put it on an other PC and it does not work any more, it says:
" Could not load type mypage.mypage"
The file and folders are:
index.aspx
AssemblyInfo.cs
mypage.aspx.cs
/bin/mypage.dll
/bin/Debug/mypage.dll (I think I don't need it)
there is no web.config file
What do I have to look for?
Thanks.
<%@ Page Language="C#" codebehind="mypage.aspx.cs" Inherits="mypage.mypage"
autoeventwireup="false" %>
on my pc where I developed, it works perfect, I got also a database local.
I put it on an other PC and it does not work any more, it says:
" Could not load type mypage.mypage"
The file and folders are:
index.aspx
AssemblyInfo.cs
mypage.aspx.cs
/bin/mypage.dll
/bin/Debug/mypage.dll (I think I don't need it)
there is no web.config file
What do I have to look for?
Thanks.