|
| |
By: Chris Daly (cdaly33)
- 2003-01-15 15:45
|
I am getting a compilation error on app/connect.aspx stating:
Compiler Error Message: BC30451: Name 'AppInterface' is not declared.
It happens on line 10 in the file when it tries to run AppInterface.DrawWindowHeader. I
read the other posts and made sure that the bin directory, the global.asax, and the
web.config files are in the root. I made the root the base of an IIS app within IIS
Manager. I dloaded the c# version and it worked fine after making it an IIS app but I
would like to be able to use the process info functionality in the vb version that I can't
find in the c# version.
Please help!
Thx --- cd
|
|
The app interface is declared in the global.asax.
Is it set up in a virtual directory root or in the actual root of the website.
IE: http://localhost/virtual/
or
http://localhost/
It sounds like the global.asax isn't getting processed.
|
By: Chris Daly (cdaly33)
- 2003-01-15 18:17
|
It is working now. I made no changes except making the virtual dir an actual IIS app.
It then needed a restart of IIS before properly loading the page.
I will look through the code and ToDo list and maybe try to take on one of the
items.
Thx for the help!
|
|
Hey thanks all! I've just installed it successfully, and I've got some wisdom to add
to this forum thread.
My steps:
1. Downloaded the zip from sourceforge. (Directly to my server.)
2. Extracted to wwwroot/a_folder/ (so that default.aspx is in 'a_folder'
3. Opened IIS Manager. Expanded my Default Web Site, right-clicked to 'Properties' of
'a_folder'.
4. Beside "Application Name" I clicked CREATE...
5. Closed the Properties window. Right-clicked on 'a_folder' and "Refreshed"
it.
6. Closed all.
7. Went to http://m.y.I.P./a_folder/
in my browser (from another computer).
It works!
|
|
| | |
|