YAFLogo

danielevagnarelli
11 years ago
Hi everybody.

I Recently took YAF(the last version) modified a little for what I wanted to do. When I was happy with the result I decided to put online my idea. I bought a domain and a host space with goDaddy and used filezilla to transfer all the files in the root. When I click to launch the website I get the error

Server Error in '/' Application.

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:

Line 75:

Line 76:

Line 77:

Line 78:

Line 79:

What can cause the error?

Thanks and have a great weekend

Daniele

Sponsor
danielevagnarelli
11 years ago
Ok I solved the previous error. Seems like GoDaddy doesn t want to put the files in a folder under inside the root directory, but instead just put all the folders and files inside the root without giving a kind of order...but of course this is not the last problem. now I have this one

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

In the web.config I have the following lines

.........

I tried to add the following changes(not all together but one by one) but nothing worked

any ideas?