This reverts commit 9cdfdc3819
.
This commit is contained in:
Родитель
b06a5f1195
Коммит
a49e7e2073
|
@ -73,7 +73,8 @@ namespace MS.Internal.AppModel
|
|||
BaseUriHelper.GetAssemblyNameAndPart(Uri, out filePath, out assemblyName, out assemblyVersion, out assemblyKey);
|
||||
|
||||
// filePath should not have leading slash. GetAssemblyNameAndPart( ) can guarantee it.
|
||||
_fullPath = System.IO.Path.Combine(codeBase.LocalPath, filePath);
|
||||
Uri file = new Uri(codeBase, filePath);
|
||||
_fullPath = file.LocalPath;
|
||||
}
|
||||
|
||||
stream = CriticalOpenFile(_fullPath);
|
||||
|
|
Загрузка…
Ссылка в новой задаче