Ask a Question related to ASP.NET Security, Design and Development.
-
Mike #1
HELP! - "The WSIntranet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24410d33c1a2222e assembly specified in a Register directive of this page could not be found"
Hi,
I am just building my first webpart.
It worked fine when I just had output.write("hello").
As soon as I try and do this:
SPWeb currentSite = SPControl.GetContextWeb(this.Context);
output.Write(currentSite.Webs.Names.ToString());
I get:
"The WSIntranet, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=24410d33c1a2222e assembly specified in a Register
directive of this page could not be found"
please help....run out of ideas
Mike Guest
-
Getting "page not found" after compile
I'm just starting to get into building projects and I can't get my test app to compile properly. I created a new project, added a panel to the... -
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
The Register directive for the referenced assembly
Hello everybody! I am authoring my custom webcontrol and faced a very difficult problem. I have two assemblies: the first one contains some base... -
Adding a Register directive to an aspx page programmatically
Hi ! I am reposting the following question as it went under another topic (don't know exactly why) I have a design-time problem that puzzle... -
Certain custom "Page not Found" page problem
Hi ! I have an ISAPI instalation of PHP over IIS5 server on Windows 2000. Everything works fine but as I am under website development I would...



Reply With Quote

