The type 'local:VideoView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built - android-videoview

I have added the assembly "Plugin.MediaManager.Forms" But it is showing the following error-"Failed to resolve assembly: 'Plugin.MediaManager.Forms, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' ,
The type 'local:VideoView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
Have added my code in the comment.

Related

Why Is There Errors on forgeSample When I Copied And Pasted The Section As-Is?

On this page:
OAuthController.cs
I added the section of code from the page. However I get the following errors:
I removed the reference to my personal location and changed it to mine.
1>------ Build started: Project: forgeSample, Configuration: Debug Any
CPU ------
1>C:\Users\mine\source\repos\forgeSample\forgeSample\Controllers\forgeSampleController.cs(1,7,1,15):
error CS0246: The type or namespace name 'Autodesk' could not be found
(are you missing a using directive or an assembly reference?)
1>C:\Users\mine\source\repos\forgeSample\forgeSample\Controllers\OSSController.cs(1,7,1,15):
error CS0246: The type or namespace name 'Autodesk' could not be found
(are you missing a using directive or an assembly reference?)
1>C:\Users\mine\source\repos\forgeSample\forgeSample\Controllers\OSSController.cs(2,7,2,15):
error CS0246: The type or namespace name 'Autodesk' could not be found
(are you missing a using directive or an assembly reference?)
1>C:\Users\mine\source\repos\forgeSample\forgeSample\Controllers\forgeSampleController.cs(50,65,50,70):
error CS0246: The type or namespace name 'Scope' could not be found
(are you missing a using directive or an assembly reference?)
I was going along fine until this point.
Make sure you have installed the Autodesk.Forge Nuget Package as stated in the initial Create a server step, as it seems your IDE cannot find the Autodesk namespace.

Why json have version 10.0.1 and 9.0.1 but there is not version of 9.0.0.0

I spent more hours to fix this problem. I have research all ways in stackoverflow .I updated my json reference but. I couldn't solve this problem. Please help. Thanks in advance,Json version=9.0.0.0 is not fond.
Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 29:
Line 30:
Line 31: var message = MessageResource.Create(
Line 32:
Line 33: to: to,
Source File: C:\Users\TexnoUsta\Documents\Visual Studio
2017\Projects\SANTEKSolutions\SANTEK.Web\Controllers\SmsController.cs
Line: 31
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
Please help. Thanks in advance,Json version=9.0.0.0 is not fond.
Also if the version "9.0.1" exists, I would rather expect "9.0.0" than "9.0.0.0".
But according to github tags of source code: https://github.com/JamesNK/Newtonsoft.Json/tags, the "9.0.0[.0]" never existed, so you will never find it, unless you create your own.
Why? Ask the creator. But if the author of that package versions his code reasonably, then 9.0.1 should be minor bugfix of fictional 9.0.0, i.e. good-enough to be used by you as replacement for non-existing 9.0.0.0.
It looks like that web (?) already did use version 9.0.0.0 ... then ask the creator of the web, where did he get it from, maybe some custom creation, or from different company, building on the Newtonsoft.Json original, but releasing with different versions.

VS 2013 Custom assemblies load Rdlc report

My external assemblies are not loading while i run report...
it does compile with no error but report could not run the error shows :
Error while loading code module: ‘ResultAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Details: Could not load file or assembly 'ResultAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
In VS 2013
I have added my assembly in C:\Program Files (x86)\MSBuild\12.0\Bin.... it works fine when i compile my solution
But report not running :(

fragment support compilation errors

I have an Android app which uses:
ActionBarSherlock Xamarin component
MvvmCross fragment support.
I just upgraded to MvvmCross 3.1.1 and I get some errors:
Error 2 The type 'Android.Support.V4.App.Fragment' is defined in an assembly that is not referenced. You must add a reference to assembly 'Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
Error 3 The type 'Android.Support.V4.App.FragmentActivity' is defined in an assembly that is not referenced. You must add a reference to assembly 'Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
I delete bin and obj folders just to be sure and rebuilt, same errors.
If I add the Android Support Library v4 Xamarin component, I get a many errors like
Error 11 The type 'Android.Support.V4.App.ActionBarDrawerToggle'
exists in both 'c:\Program Files (x86)\Reference
Assemblies\Microsoft\Framework\MonoAndroid\v4.3\Mono.Android.Support.v4.dll'
and
'..\xamandroidsupportv4-18-4.18.1\lib\android\Xamarin.Android.Support.v4.dll'
..MyActionBarDrawerToggle.cs 19 44
If I remove the Mono.Android.Support.v4 I got error which asks me to put it back.
It seems you have an old version of ActionBar Sherlock component that references Mono.Android.Support.v4, the latest version 4.4.0.2 uses the new Android Support Library.
Hope this helps.
Alex

rsErrorLoadingCodeModule: what are the steps to deploy an assembly for use with Report Builder 2.0?

I've built an assembly with a public static class and a public static method with a return type of int. Eventually I'll add more methods but for now the assembly contains just one method. I'm trying to use this assembly in my SSRS reports but it results in an error:
[rsErrorLoadingCodeModule]
Error while loading code module: ‘XXX.Calcs, Version=2013.1.21.0, Culture=neutral, PublicKeyToken=null’.
Details: Could not load file or assembly 'XXX.Calcs, Version=2013.1.21.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I referenced the assembly through Report Properties -> References. When I create an expression that uses the method in the assembly and then build, I get the above error.
I deployed the assembly to:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies
Thoughts? Am I missing any steps?
I found this and followed the steps exactly.