Windows error 0x800700CE, -2147024690

Detailed Error Information

FILENAME_EXCED_RANGE[1]

MessageThe filename or extension is too long.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code206 (0x00ce)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000000ce.

Questions

3votes
0answers

Azure WASABi + custom AppDomains = System.DllNotFoundException

I have 2 workers and autoscaller (WASABi) in my app. Each worker computing some data in manually created AppDomains (AppDomain.CreateDomain() and so on). One domain is for one computing task. Sometimes there are few task to complete. All works fine, no exception occurs. But sometimes there are a lot of [...] read more
azure
autoscaling
2votes
2answers

Visual Studio 2010: MVC project : filename or extension is too long. (exception from hresult: 0x800700ce)

I always like to name my projects with there names so like so: myname.myproduct.Web.csproj for example. This has always worked well for me, does anyone have an alternative? The problem now is I created an MVC project and name my project using my long namespace name, and it asked me [...] read more
asp.net-mvc
visual-studio-2010
asp.net-mvc-3
namespaces

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0