alvindes25
|
| Posted: 11/23/2002, 1:54 PM |
|
Tried it with yellow pages and classifieds.
I get a compilation error:
Default.cs(373,7): warning CS0219: The variable 'HasParam' is assigned but its
value is never used
Anyone have any ideas?
I'm really excited to try out this code, but can't get it to work if the compile is failing...
Thanks in advance!
|
|
|
 |
alvindes25
|
| Posted: 11/23/2002, 10:38 PM |
|
Removed that line from the default.cs pages and system compiled with no errors.
Still get same error when opening pages, though:
"File or assembly name System.Web, or one of its dependencies, was not found"
What does this error message mean? The file System.Web.dll is located in my .Net Framework directory, but it's try to look for it in some Temporary Internet Files directory.
I copied the System.Web.dll file to my application's /bin directory and the pages now load properly, but I wonder what other things may be wrong because of this...
Anyone have any ideas?
|
|
|
 |
|