an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > DotShoppingCart OpenSource Core > Build errors on DotShoppingCart OpenSourceEdition
Last Post 10/1/2012 12:18:35 PM By Arnoldcav. 3 replies.
4/15/2009 12:04:52 PM
bansal_db
Posts: 181
Joined: 4/13/2009
Build errors on DotShoppingCart OpenSourceEdition
Hi,
 
I downloaded the opensource code and tried to build it Visual Studio 2008. I got these following errors. Can anyone help?
 
 
Thanks
 
 
Error    1    Could not get dependencies for project reference 'DotShoppingCart.OpenSource.OrderPipeline'    C:\...\web\
Error    2    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DbFileHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DbFileHttpHandler
Error    3    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DbFileHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DbFileHttpHandler
Error    4    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DyImageHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DyImageHttpHandler
Error    5    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DyImageHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DyImageHttpHandler
Error    6    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DbImageHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DbImageHttpHandler
Error    7    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.HttpHandlers.DbImageHttpHandler.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.HttpHandlers.DbImageHttpHandler
Error    8    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Providers.CategorySiteMapProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Providers.CategorySiteMapProvider
Error    9    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Providers.CategorySiteMapProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Providers.CategorySiteMapProvider
Error    10    Cannot evaluate the item metadata "%(FullPath)". The item meta-data "%(FullPath)" cannot be applied to the path "bin\Debug\Native.DotShoppingCart.OpenSource.Payment.AuthorizeNetPaymentProvider.manifest". 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.    DotShoppingCart.OpenSource.OrderPipeline
Error    11    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider
Error    12    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider
Error    13    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Payment.AuthorizeNetPaymentProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Payment.AuthorizeNetPaymentProvider
Error    14    Could not write lines to file "obj\Debug\DotShoppingCart.OpenSource.Payment.AuthorizeNetPaymentProvider.csproj.FileListAbsolute.txt". 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.    DotShoppingCart.OpenSource.Payment.AuthorizeNetPaymentProvider
 
4/15/2009 12:13:05 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Build errors on DotShoppingCart OpenSourceEdition
Try making the path short. E.g. move it to c:\DSC.
DotShoppingCart Staff
4/15/2009 1:46:08 PM
bansal_db
Posts: 181
Joined: 4/13/2009
Re: Build errors on DotShoppingCart OpenSourceEdition
That worked.
 
Thanks.
10/1/2012 12:18:35 PM
Arnoldcav
Posts: 1
Joined: 10/1/2012
Re: Build errors on DotShoppingCart OpenSourceEdition

Long Path Tool helped me in this situation. http://PathTooDeep.com :)