locked
AdWksSalesWinDataBind.zip didnt word for me RRS feed

  • Question

  • downloaded and installed the zip file
    gettng error
    Error 1 Cannot write to the output file "obj\Debug\AdWksSalesWinDataBind.FormAddSalesOrderDetail.resources". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. AdWksSalesWinDataBind
    • Moved by Yichun_Feng Thursday, August 20, 2009 7:58 AM This thread is not directly related to Entity Framework. (From:ADO.NET Entity Framework and LINQ to Entities)
    Tuesday, August 18, 2009 11:12 AM

Answers

  • Hi,
    This error occur when you have a long path or file name in your application.
    This means that probably you put the solution in a place where the fully qualified file name is bigger than 260 characters. Try to put the solution into a directory that is very short, like C:\TMP, open and compile the solution again and I hope it will help you.

    P.S -  this post isn't connected to EF.
    Gil Fink
    Tuesday, August 18, 2009 1:20 PM

All replies

  • Hi,
    This error occur when you have a long path or file name in your application.
    This means that probably you put the solution in a place where the fully qualified file name is bigger than 260 characters. Try to put the solution into a directory that is very short, like C:\TMP, open and compile the solution again and I hope it will help you.

    P.S -  this post isn't connected to EF.
    Gil Fink
    Tuesday, August 18, 2009 1:20 PM
  • This is a limitation in XP try to change to Vista or higer and it´ll be solver.
    Please mark posts as answers/helpful if it answers your question
    Tuesday, August 18, 2009 2:18 PM
  • Hi urania muse,

    I'll move this thread from ADO.NET Entity Framework and LINQ to Entities Forum to "where is the forum for ..." Forum.
    Because this issue is not related to this forum's topic. You may get help in other forums.


    Best Regards

    Yichun Feng

    Thursday, August 20, 2009 7:56 AM