Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 04, 2012 02:08 PM by mfb
All-Star
33824 Points
8760 Posts
Moderator
May 04, 2012 03:08 AM|LINK
Put it in the same directory as the aspx file.
Member
16 Points
18 Posts
May 04, 2012 02:08 PM|LINK
Ok I found the probem, after many hours. In the ,aspx file the .apsx.cs file was set as CodeFile= and it should be set as CodeBehind=
Once I changed this all worked well. This was a gotcha on my part, although I am not sure why it was set incorrectly.
Thank you for the help, I do appreciate it.
bbcompent1
All-Star
33824 Points
8760 Posts
Moderator
Re: Can't find the the cs file for an aspx page
May 04, 2012 03:08 AM|LINK
Put it in the same directory as the aspx file.
mfb
Member
16 Points
18 Posts
Re: Can't find the the cs file for an aspx page
May 04, 2012 02:08 PM|LINK
Ok I found the probem, after many hours. In the ,aspx file the .apsx.cs file was set as CodeFile= and it should be set as CodeBehind=
Once I changed this all worked well. This was a gotcha on my part, although I am not sure why it was set incorrectly.
Thank you for the help, I do appreciate it.