Posted by: yauson - Wednesday, 9 December 2009 11:03:35 |
---|
Hi,
Here is my error after installation:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'YAF' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
[No relevant source lines]
Source File: d:\hosting\3092817\html\web.config Line: 122
-------
app.config
-->
|
Posted by: yauson - Wednesday, 9 December 2009 11:05:36 |
---|
If I move all things from forum into root, it would probably work~~ Does anyone know why? |
Posted by: Elvan - Saturday, 23 January 2010 19:55:38 |
---|
Hello,
Did you find a solution for your problem? I have the same problem:
I have forum in subfolder /Forum. On local machine everything works fine. When I move to production server I get an error : Compiler Error Message: CS0246: The type or namespace name 'YAF' could not be found (are you missing a using directive or an assembly reference?)
My app.config has following lines:
|