06-18-2019, 11:30 AM
Got handed down a project from another engineer who left recently. Finally got round to giving attention to it. It compiled successfully but got that runtime error. StackTrace attached. Strange thing is the
---
Locating source for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'. Checksum: MD5 {64 ff 3b 9b 1d a9 ac fb 1a 96 29 31 be d8 c7 41}
The file 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs' does not exist.
Looking in script documents for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'...
Looking in the Edit-and-Continue directory 'C:\*REAL_LOCAL_PATH*\enc_temp_folder\'...
The file with the matching checksum was not found in the Edit-and-Continue directory.
Looking in the projects for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'.
The file was not found in a project.
Searching for documents embedded in the symbol file.
An embedded document was not found.
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: d:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs.
The debugger could not locate the source file 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'.
---
The project compiled and ran successfully at least until last week. Code hasn't been changed since. Only thing that changed in the environment is the repository link.
Can anyone give an insight to why this is happening?
---
Locating source for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'. Checksum: MD5 {64 ff 3b 9b 1d a9 ac fb 1a 96 29 31 be d8 c7 41}
The file 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs' does not exist.
Looking in script documents for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'...
Looking in the Edit-and-Continue directory 'C:\*REAL_LOCAL_PATH*\enc_temp_folder\'...
The file with the matching checksum was not found in the Edit-and-Continue directory.
Looking in the projects for 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'.
The file was not found in a project.
Searching for documents embedded in the symbol file.
An embedded document was not found.
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: d:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs.
The debugger could not locate the source file 'd:\Projects\workspace\company\Nexgen\Source\NextGen\Main\CO.Phoenix\Source\Resource\ZoomPanel\ZoomPanelMiniMap.cs'.
---
The project compiled and ran successfully at least until last week. Code hasn't been changed since. Only thing that changed in the environment is the repository link.
Can anyone give an insight to why this is happening?