Ask a Question related to ASP.NET General, Design and Development.
-
gh0st54 #1
Application folder not seeing namespace of the main application
hi
I have a website (localhost namespace : "whatever") that has a secure
application folder ( called secure with a namespace : "Secure")
I have a class in "whatever" that is a pagebase class, so that all
pages inheriting from whatever.pagebase will look the same ( template
)
but the pages in secure that inherit from whatever.pagebase are not
being displayed I get the error : The type or namespace name
'PageBase' does not exist in the class or namespace '<whatever>' (are
you missing an assembly reference?)
I cannot be missing a reference I'm in the same assembly
and i'm using "using whatever"
when I change the application back to a folder , and refresh the page
everything is displayed properly.
I even tried to make a classlibrary which contains only the pagebase
class and added the reference to another project , same problem can't
display in application mode but in folder mode no problem.
help
gh0st54 Guest
-
renaming main application file for deployment
My flex project itself will be the entire site. The main appplication file is MenuEvent.mxml and the release build created a wrapper named... -
Web Application folder path
Anyone know how to get a path to your web application's folder at design time? I've tried using MapPathSecure in the OnInit call, but no luck. -
Folder view for jpg slideshow application
Folder view for jpg slideshow application Hi, I?m making a standalone slideshow application of jpg files (not for web). I?ll have a folder in... -
Folder access by ASP.Net application
I have an ASP.NET application that needs to read/write from to the IIS application directory and its subdirectories. The application is configured... -
Accessing Application Data folder
Hi! I am wondering if there is a way to learn the path of the user Application Data folder for the logged in user. Maybe there exists a variable...



Reply With Quote

