am using fileZilla to upload a website

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Locked
Message
Author
safinaz
500 Command not understood
Posts: 1
Joined: 2009-01-27 06:50
First name: Safinaz
Last name: Shaik

am using fileZilla to upload a website

#1 Post by safinaz » 2009-01-27 07:04

I have uploaded a file/website using FileZilla to the server Islam Hosting,

when i tried ti open the website,**********.com i got this 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: CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)

Source Error:


Line 2: using System.Configuration;
Line 3: using System.Data;
Line 4: using System.Linq;
Line 5: using System.Web;
Line 6: using System.Web.Security;

Source File: c:\inetpub\vhosts\***********.com\httpdocs\Default.aspx.cs Line: 4


Show Detailed Compiler Output:


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053



Then i tried to open the code through FileZilla by right clicking on the file which i have uploaded,its giving this error


DDE execute request failed: a request for synchronous execute transaction has timed out.

Please do help me to solve this issue....

Thanks,
Safinaz

User avatar
botg
Site Admin
Posts: 35565
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: am using fileZilla to upload a website

#2 Post by botg » 2009-01-27 08:59

FileZilla is just a tool to transfer files. This is the wrong place to ask about help with .NET websites, we do know nothing about it here.

dgaul
500 Command not understood
Posts: 1
Joined: 2010-08-20 13:00
First name: Darrell
Last name: Gaul

Re: am using fileZilla to upload a website

#3 Post by dgaul » 2010-09-09 00:18

I have been told by my web hosting service that closing FileZilla after the upload is a very good idea.

Blah Blah Blah...
My intuition is that is FileZilla is open and I cause a dynamic ASP.NET compile of a file
that the CLR? CLI? (binary) is sometimes not cleared out if I then delete the uploaded file or
revert/copy to a different version.

More Ideas at:
http://www.hanselman.com/blog/PermaLink ... eaab4.aspx

...that refers to the Microsoft KB for your stated "Compilation Error":
http://support.microsoft.com/default.as ... 5d;Q327611

Good luck.
D

Locked