Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Assemblies warning. #5

Open
alexisvalentino opened this issue Mar 26, 2023 · 1 comment
Open

Missing Assemblies warning. #5

alexisvalentino opened this issue Mar 26, 2023 · 1 comment

Comments

@alexisvalentino
Copy link

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!

@alexisvalentino
Copy link
Author

alexisvalentino commented Mar 26, 2023

These error messages indicate that the build system is unable to locate three specific assemblies: "RadControlSpy", "Telerik.WinControls", and "Telerik.WinControls.Analytics".

@alexisvalentino alexisvalentino changed the title Misssing Assemblies warning. Missing Assemblies warning. Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant