Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<%@ Page Language ="VB" AutoEventWireup ="false" CodeBehind ="~/login.aspx.vb" Inherits ="project.login"%>


What I have tried:

Could not load type 'project.login'
Posted
Updated 22-Jan-20 9:45am
Comments
ZurdoDev 22-Jan-20 10:24am    
You told Visual Studio that there is a file named login.aspx.vb that has a class in it named project.login and Visual Studio is telling you that you do not.

Don't argue with Visual Studio. :)

Or, perhaps it is not compiling.
Richard MacCutchan 22-Jan-20 10:25am    
What is project.login, where is it, why can the system not find it?

1 solution

As mentioned in the comments, the problem is your class name or file name are incorrect or you have a compile error. You'll need to work that out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900