Azure Communication UI Library - Xamarin Forms Error - xamarin.forms

I have been trying to use azure communication services mainly video chatting in my Xamarin Forms application. I have downloaded the aar files via the downloadJarScript.sh script. However, I cannot seem to fix the error below:
Severity Code Description Project File Line Suppression State Error
drawable_azure_communication_ui_calling_corner_bottom_left_top_right_radius_rectangle_4dp.xml.flat:
error: failed to open file.
"drawable_azure_communication_ui_calling_corner_bottom_left_top_right_radius_rectangle_4dp.xml.flat:
error: failed to open file.".
CommunicationCallingXamarinSampleApp.Android

Related

FileNotFoundException occurred while upload the photo/video using xamarin forms android

We are using xamarin essentials for camera permission. To capture photo/video we are using crossmedia nuget. After capture saved in local path then going to upload the photo/video. While upload the photo/video, I am getting below error in app center
System.IO.FileNotFoundException: Could not find file "/storage/emulated/0/Android/data/myproj/files/Movies/myproj/VIDEO_20200729_114115.mp4"
How to resolve this error?

ASP.NET Application DLL Publishing Error Message

I publish my ASP.NET application DLL manually via FTP. I'd love to be able to show the users a friendly error message while the DLL is being uploaded. I've tried the app_offline.htm thing (with the over 512 length). It works fine when my application's DLL is fine. But as soon as I delete the DLL or start copying over the DLL, then I get errors like
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'WebManagerSuite.Global_asax'.
Is there any way to have the friendly error message stay available while the main application DLL gets replaced?

Run MVC4 Web App error

I'm getting this error when loading my web application:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0009: Metadata file 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Web.Mvc\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll' could not be opened -- 'No metadata was found.'
Source Error:
[No relevant source lines]
Source File: Line: 0
I'm getting pretty much the same error when I go to ASP.NET Configuration > Security :
There is a problem with your selected data store. This can be caused by an invalid
server name or credentials, or by insufficient permission. It can also be caused by the
role manager feature not being enabled. Click the button below to be redirected to a page
where you can choose a new data store.
The following message may help in diagnosing the problem:
(0): error CS0009: Metadata file 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Web.Mvc\
v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll' could not be opened -- 'No metadata was found.'
Is there any solution to this issue?
I'm using :
Visual studio 2012
iis 8 express
Windows 8 Pro 64bit
Running an MVC3 web app worked successfully.
After repairing VS2012, MVC4 Web Applications seemed to work again. Thanks everyone for your effort.

Issue with Excel in IIS

I create excel file with chart and it's working on my local machine with VS inbuilt iis. But when I deployed it on hosting server it's not working. My environment is :
-Win2K8
-IIS 7.0
-MS Office profession
-PIA (2010 tried)
Very first time, I was getting error :
*Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE))*
After some configuration like Dconfig allowing access for Networking service and created desktop folder with full write permission to everyone but I din't got succeeded. Even now I am not getting any error but file is not opening (Excel and PPT). I check our custom application log and system log.
Please guide me why this happening?
Use Office Open XML to create your files instead of automation. There are several libraries out there that will help you build Excel files. I personally use EPPlus and think it's pretty decent.

BizTalk - A4SWIFT - Parsing error after deployment

After redeploying an orchestration to my server, I get the following error:
Publishing failed message to MessageBox. Details: The single message of type -1, whose
Interchange ID is {89A731D7-6CBF-45EF-9462-2B810C6DA124}, has been marked as
A4SWIFT_Failed=True in the MessageBox database by the SWIFT Disassembler.
This message failed with 2 parse errors, 0 XML validation errors, and 0 BRE validation
errors.
Error details can be extracted from the failed message in the MessageBox database by
subscribing to messages where A4SWIFT_Failed=True
The orchestration used to work and I know that the message I am doing the test with is valid.
Maybe I forgot something while deploying, but I doubt it.
Did anybody have this kind of error before?
My friends Brendan recently solved this problem.
This is a problem with the file version of the assembly file Microsoft.Solutions.FinancialServices.SWIFT.RuntimeSchemas.dll.
Make sure that file have same version in:
your project solution
under "c:\windows\assembly" (use gacutil to force install it)
in resources under your deploy project in Biztalk server
administrator console
Redeploy the project, and restart the Biztalk server instance!
The correct file version that works for me is 3.9.469.0, and it is under "C:\Program Files (x86)\Microsoft BizTalk Accelerator for SWIFT\Assemblies."

Resources