Fixes dotnet.exe string as runtime now reads it (#246)
This commit is contained in:
parent
9e345ad43f
commit
85ea220c4e
|
|
@ -579,12 +579,6 @@ IN_PROCESS_APPLICATION::ExecuteApplication(
|
|||
}
|
||||
|
||||
// The first argument is mostly ignored
|
||||
hr = strDotnetExeLocation.Append(pszDotnetExeString);
|
||||
if (FAILED(hr))
|
||||
{
|
||||
goto Finished;
|
||||
}
|
||||
|
||||
argv[0] = strDotnetExeLocation.QueryStr();
|
||||
PATH::ConvertPathToFullPath(m_pConfiguration->QueryArguments()->QueryStr(),
|
||||
m_pConfiguration->QueryApplicationFullPath()->QueryStr(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue