P
Peter
Hi, I'm getting the following error when I run/debug my application:
Could not load type 'MyApplication.SomeNamespace.SomeClassInNamespace'
To give you more background information I have an application, with the
following folder structure:
MyRootFolder
- MySubFolder
Inside MySubFolder I have a user control that any file inside this folder
calls. This user control has an .ascx file with the Inherits=".." statement
like any user control would. So when I run my application there are no
problems with displaying/running the user control. But then I wanted to
restrict access to that folder (MySubFolder) so I dropped a web.config file
inside it and turned the folder into an application folder/sub web. But when
I do that, I get the 'Could not load type' error message.
Can anyone help me out? Is there some permissions that I need to set?
Thank you.
Peter
Could not load type 'MyApplication.SomeNamespace.SomeClassInNamespace'
To give you more background information I have an application, with the
following folder structure:
MyRootFolder
- MySubFolder
Inside MySubFolder I have a user control that any file inside this folder
calls. This user control has an .ascx file with the Inherits=".." statement
like any user control would. So when I run my application there are no
problems with displaying/running the user control. But then I wanted to
restrict access to that folder (MySubFolder) so I dropped a web.config file
inside it and turned the folder into an application folder/sub web. But when
I do that, I get the 'Could not load type' error message.
Can anyone help me out? Is there some permissions that I need to set?
Thank you.
Peter