You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1>------ Build started: Project: Real-Time Abnormal Event Detection And Tracking In Video, Configuration: Debug|x86 ------
1> Emgu CV nuget package compiling against WindowsForms
1> Emgu CV compiling with x64 binary
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
This error message is a warning from MSBuild indicating that it could not locate two assemblies - "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" and "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" - that are required by your code to compile successfully.
The warning message suggests that you check whether these assemblies exist on your disk, as they may have been moved or deleted. If they are missing, you may need to reinstall the relevant software that provides these assemblies or obtain them from another source.
If your code depends on these assemblies, you may encounter compilation errors until they are resolved.
Please help me with this issue. How can i fix it thank you!
The text was updated successfully, but these errors were encountered:
These error messages indicate that the build system is unable to locate three specific assemblies: "RadControlSpy", "Telerik.WinControls", and "Telerik.WinControls.Analytics".
This prompts up as an error
1>------ Build started: Project: Real-Time Abnormal Event Detection And Tracking In Video, Configuration: Debug|x86 ------ 1> Emgu CV nuget package compiling against WindowsForms 1> Emgu CV compiling with x64 binary 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
This error message is a warning from MSBuild indicating that it could not locate two assemblies - "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" and "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" - that are required by your code to compile successfully.
The warning message suggests that you check whether these assemblies exist on your disk, as they may have been moved or deleted. If they are missing, you may need to reinstall the relevant software that provides these assemblies or obtain them from another source.
If your code depends on these assemblies, you may encounter compilation errors until they are resolved.
Please help me with this issue. How can i fix it thank you!
The text was updated successfully, but these errors were encountered: