260

G

GregO

Since installing .NET2.0 and recompiling our code my developers are
now seeing some issues(errors below)

Are there limitations with dll names or directory names??? Help is
apreciated on this matter

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.

Assembly Load Trace: The following information can be helpful to
determine why the assembly
'a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345'
could not be loaded.


=== Pre-bind state information ===
LOG: User = NT AUTHORITY\NETWORK SERVICE
LOG: DisplayName =
a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345
(Partial)
LOG: Appbase = file:///D:/ccmwa/kfi_build/kfi_build/dev/projects/GMAC.RFC.UK/_Documents/_Workflow/_WebService/
LOG: Initial PrivatePath = D:\ccmwa\kfi_build\kfi_build\dev\projects
\GMAC.RFC.UK\_Documents\_Workflow\_WebService\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: D:\ccmwa\kfi_build\kfi_build
\dev\projects\GMAC.RFC.UK\_Documents\_Workflow\_WebService\web.config
LOG: Using host configuration file: \\?\c:\windows\microsoft.net
\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET
\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary
ASP.NET Files/gmac.rfc.uk.documents.workflow.webservic/
200ec1f3/61835c8a/
a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary
ASP.NET Files/gmac.rfc.uk.documents.workflow.webservic/
200ec1f3/61835c8a/
a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345/
a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345.DLL.
LOG: Attempting download of new URL
file:///D:/ccmwa/kfi_build/kfi_build/dev/projects/GMAC.RFC.UK/_Documents/_Workflow/_WebService/bin/a123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_12345.DLL.
LOG: Using application configuration file: D:\ccmwa\kfi_build\kfi_build
\dev\projects\GMAC.RFC.UK\_Documents\_Workflow\_WebService\web.config
LOG: Using host configuration file: \\?\c:\windows\microsoft.net
\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET
\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x8007006f). Probing
terminated.



Stack Trace:


[FileLoadException: The path is too long after being fully qualified.
Make sure the full path is less than 260 characters and the directory
name is less than 248 characters.]

[FileLoadException: The path is too long after being fully qualified.
Make sure the full path is less than 260 characters and the directory
name is less than 248 characters.]
System.Reflection.Assembly.nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, Assembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean
forIntrospection) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,
Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean
forIntrospection) +211
System.Reflection.Assembly.InternalLoad(String assemblyString,
Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean
forIntrospection) +141
System.Reflection.Assembly.Load(String assemblyString) +25

System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String
assemblyName, Boolean starDirective) +32

[ConfigurationErrorsException: The path is too long after being fully
qualified. Make sure the full path is less than 260 characters and
the directory name is less than 248 characters.]

System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String
assemblyName, Boolean starDirective) +596

System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
+3487273

System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo
ai) +46

System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection
compConfig) +177
System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath
configPath, Boolean supportLocalization, String outputAssemblyName)
+180

System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean
isPrecompiledApp) +3454853
System.Web.Compilation.BuildManager.CompileGlobalAsax() +51
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
+462

[HttpException (0x80004005): The path is too long after being fully
qualified. Make sure the full path is less than 260 characters and
the directory name is less than 248 characters.]

System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
+57
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
+612
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager
appManager, IApplicationHost appHost, IConfigMapPathFactory
configMapPathFactory, HostingEnvironmentParameters hostingParameters)
+456

[HttpException (0x80004005): The path is too long after being fully
qualified. Make sure the full path is less than 260 characters and
the directory name is less than 248 characters.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
+3434975
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
+88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+252
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top