Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Error when translating assemblies into JS #387

Closed
elw00d opened this issue Apr 12, 2014 · 1 comment · Fixed by #389
Closed

Error when translating assemblies into JS #387

elw00d opened this issue Apr 12, 2014 · 1 comment · Fixed by #389
Labels

Comments

@elw00d
Copy link
Contributor

elw00d commented Apr 12, 2014

Unhandled Exception: System.ArgumentException: The path is not of a legal form.
   at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength)
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchO
ption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
   at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
   at JSIL.Utilities.ResourceConverter.ConvertSatelliteResources(Configuration configuration, String assemblyPath, Trans
lationResult result) in D:\all\jsil\JSIL\Compiler\Profiles\ResourceConverter.cs:line 52
   at JSIL.Utilities.ResourceConverter.ConvertResources(Configuration configuration, String assemblyPath, TranslationRes
ult result) in D:\all\jsil\JSIL\Compiler\Profiles\ResourceConverter.cs:line 16
   at JSIL.Compiler.Profiles.BaseProfile.PostProcessAssembly(Configuration configuration, String assemblyPath, Translati
onResult result) in D:\all\jsil\JSIL\Compiler\Profiles\Base.cs:line 51
   at JSIL.Compiler.Profiles.BaseProfile.PostProcessAllTranslatedAssemblies(Configuration configuration, String assembly
Path, TranslationResult result) in D:\all\jsil\JSIL\Compiler\Profiles\Base.cs:line 80
   at JSIL.Compiler.Profiles.Default.Translate(VariableSet variables, AssemblyTranslator translator, Configuration confi
guration, String assemblyPath, Boolean scanForProxies) in D:\all\jsil\JSIL\Compiler\Profiles\Default.cs:line 25
   at JSIL.Compiler.Program.Main(String[] arguments) in D:\all\jsil\JSIL\Compiler\Program.cs:line 659

Command was
d:\all\jsil\JSIL\bin\JSILc.exe TestApp.exe
Current directory was
d:\all\ConsoleFramework\Web\TestApp\TestApp\bin\Debug\

There are no spaces or non-ascii symbols in any path used.

@kg
Copy link
Member

kg commented Apr 12, 2014

This looks like @iskiselev 's recently merged change. Maybe he can figure it out before I have time to get to it...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants