Search

You searched for the word(s): The process cannot access the file
Showing page 2 of 4 (32 total posts) < 1 second(s)
  • The process cannot access the file because it is being used by another process.

    I'm uploading the files using the ajax uploader.  Elsewhere in my code (on another page), I'm attempting to move the files (using File.Move) that have been uploaded to another directory.  This won't happen until a certain amount of time has passed.  Only after this time can I move the files (as of right now, I've waited 25 mins ...
    Posted to Ajax Uploader (Forum) by pi2 on June 24, 2009
  • Re: Cannot Create CuteEditor_Files from DLL

    Hi, Maybe it's just me (newbie to ASP.Net) but I get the same error : Access to the path ''c:\inetpub\wwwroot\cEdit\CuteEditor_Files'' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. ...
    Posted to Cute Editor for .NET (Forum) by dmarious on May 3, 2004
  • IIS7 HTTP Error 503. The service is unavailable

    I need some assistance again please.   Solving the original problem I had (see link above) has now created a new problem but I don't why it's happening.  On the dedicated web server (configuration at the end of this post) wile using FF, I'm getting a message that states ''The connection was reset'' when requesting a page that has 14 ...
    Posted to Ajax Uploader (Forum) by ddoms on September 9, 2009
  • Re: The process cannot access the file

    Hi,   You can use control.Items[i].Remove() , instead of deleting the file.   The temp file will be maintained in 6 hours.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on July 12, 2009
  • Re: Ajax Uploader Evaluation ~ Demo Problems

    HI Adam,   I am using VB.NET in VS2003 (v7.1.3088) with .NET Framework 1.1.4322(SP1).   I made the following changes to the file called simple-upload.aspx as you suggestered:   Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)    Dim uploader As Uploader = ...
    Posted to Ajax Uploader (Forum) by arlan on March 28, 2008
  • Re: How to reset instance of AjaxUploader

    Hello,   I just did as you suggested and created a sample web site to illustrate the problem, and managed to see an exception that gets thrown (in the original project it somehow is being gobbled up somewhere): The process cannot access the file ...
    Posted to Ajax Uploader (Forum) by farinha on February 20, 2012
  • uploader in web control

    Hi,   I'm having a problem when I try adding the uploader into my composite web control. All i'm doing is this..   class ...  {      private CuteWebUI.Uploader _FileUploadControl;        protected override void CreateChildControls()      ...
    Posted to Ajax Uploader (Forum) by msalti on May 23, 2008
  • Re: UploadAttachments cleaning.

      Thanks for your response, As I said in my previous post   DeleteAllAttachments, causes this error to be fire, the file is still being handle by the .net engine while is been tried to be deleted.   Error Message: The process cannot access the file ...
    Posted to Ajax Uploader (Forum) by anddell on July 6, 2009
  • Re: MoveTo and file.Delete don't work for some time after upload

    Sorry, should've done this anyway. It's a System.IO Exception: In German:{''Der Prozess kann nicht auf die Datei \''C:\\Users\\Admin\\AppData\\Local\\Temp\\AjaxUploaderTemp\\persisted.77d9a535-ddaf-9c3b-a19b-1784e4789435.Unterschrift.tif.resx\'' zugreifen, da sie von einem anderen Prozess verwendet wird.''} The English version is ''The ...
    Posted to Ajax Uploader (Forum) by Olaf on June 1, 2010
  • Re: A few questions..

    Hi kbranden, 1. If you did not get the TempDirectly, then the uploader will use the default system temp folder C:\Users\ken\AppData\Local\Temp\AjaxUploaderTemp\, not copies from memory. 2. Get the  ''The process cannot access the file because it is being used by another process.' error because you try to remove the temp file by ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 20, 2012