I am trying to create a bot that would automatically join and record calls and meetings on teams for auditing purposes for my company.I did come across a GitHub repo on teams from Microsoft however there are no clear instructions on how to implement it.
Also I get a lot of errors while trying to build the project
Please let me know if anyone of you has done it at your end by any chance or if you have any detailed documentation on how to implement it.
Below is the link to the GitHub Repo.
https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/a3943bafd73ce0df780c0e1ac3428e3...
Error Details
While building the project , I get the below errors
Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'Calls' does not exist in the namespace 'Microsoft.Graph.Communications' (are you missing an assembly reference?) CRFrontEnd F:\MITL Training\microsoft-graph-comms-samples-master\Samples\V1.0Samples\LocalMediaSamples\PolicyRecordingBot\FrontEnd\Bot\Bot.cs 14 Active
Error Screenshot
I have installed both.net framework 4.6 and 4.8 Developer and runtime , no luck
I also tried to change the target framework , However could not find .vscproj file.
Also modified Visual Studi 2019 installation and unchecked the target framework and selected it back again after completing the installation , but the error persists
I would be extremely grateful if you could help me with this.
Regards,
Vivek
Related
I have downloaded the unity example project from Microsoft git and i used unity 2020.3.14 version to open the project, as per mentioned on the documentation, i have installed the com.microsoft.azure.spatial-anchors-sdk.windows-2.10.2.tgz into my project.
Then i took and build and ran the demo scene, placed the cube on my floor and tried to save it, but unfortunately it is give me a "service unavailable or unspecified error found" error.
Any idea how it solve this?
Thanks.
This could be multiple things. For example not specifying your Azure Spatial Anchor Service details (account ID, account domain + primary key) in your project.
Could you paste the link of the tutorial you were following?
Edit:
You have to download both the platform specific package and the core package as described here. According to your description you only added the platform (windows) specific package and you're missing the core package. We currently recommend using the Mixed Reality Feature Tool to add both
Using VS2017 and .Net 4.7.2, was trying to update the Extent Reports version. Then updated the MongoDB versions etc. Realized that it was the version not supported. So back to the original version of Extent reports (3.x) and MongoDb version 2.11.x. Now suddenly all the references are giving this error message: The reference component 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' could not be found.
Also, at the end getting this error message: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..<folder>\packages\MongoDB.Libmongocrypt.signed.1.2.1.1\build\MongoDB.Libmongocrypt.signed.targets.
Btw, There are two projects involved: P1, an automation framework and P2, the test suite. P1 is the issue. P2 is fine, but can not compile since P1 does not compile and creates a dll.. When I updated the version I have been doing for both projects. The versions are compatible.
How to resolve this issue? Also all the references do not have any paths as shown below in pic2.
I have resolved the issues:
Edited the .csproj file, to comment out something that was left over during installing and uninstalling of MongoDB. The error is shown at the bottom of the first screen shot.
Since all or none approach taken in getting up the project references, when one failed all are ignored, hence looked like all references failed. Actually, it's only one reference failed.
However, I'm still stuck with some other issues, for which I'll create another question.
i am stuck with a problem regarding Crystal Report 13. I am working on Visual Studio 2013 developing Web Application.
Previously i've developed reports and those were working fine but after some time on web page crystal report viewer stop rendering. I tried to resolve the issue by suggestions on different forums where i need to add reference of Crystal Report 13 files in my Web.Config. After all changes the problem was not resolved. Than people suggested me to re-install redistribution package of crystal report 13, i've done the same thing now there is a new problem which is quite different. Whenever i am trying to open page it shows following error:
Server Error in '/Abcd' Application.
The document has not been opened.
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.Runtime.InteropServices.COMException: The document has not been opened.
I've tried many forums and different suggestions but all seems useless, i've check the appropriate rights even try after giving full rights but still at same position.
I've found the alternative solution, before i was using 13.0.21 redistribution package which was using registry dlls version 13.0.2000.0, i was facing two problems using that particular version.
1. Unable to edit rpt file, whenever i tried to open it an error appear on screen that The operations is failed or unable to complete operation (something like that i don't know exactly what the error is but the summary is this)
2. When i try to open Crystal report viewer during execution, i've come up with error which i posted earlier.
What i have done for the resolution, that i've download Crystal report developer version 13.0.21 and install it with "Run as Administrator" because i creates some entries in your registry of windows, keep in your mind to close VS during installation. After successful installation both problems are solved but u need to change the dlls version in your code from 13.0.2000.0 to 13.0.3500.0
In an MVC app I am working on, we've recently began using ActiveReports 7 for our report-generating needs. On my local machine, everything works great. However, when we deploy to our Dev server for team-level testing, we get a LicenseException:
License for the SectionReport cannot be found.
We followed the user guide here to attempt different ways to resolve the problem.
What we have done:
Ensured that the licenses.licx file references the assemblies, and that the correct ActiveReports 7 assemblies are being built with and referenced by our project. As it stands, the licenses.licx file looks like this (sans the line-breaks):
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports.v7, Version=7.0.6158.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, GrapeCity.ActiveReports.Export.Pdf.v7, Version=7.0.6158.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
As this is a MVC web project, used the Assembly License Generator that comes with AR7 to create an [Assembly].Web.License.dll library, which we are building with the project in a /lib/ directory at the solution-level. This change had no effect on the License exception.
Used the Web Key Generator to create a key for the App.config file. This change had no effect on the License exception.
What we have not done:
Created some web form, and created an App_License.dll library that gets built with our project. The reason we did not do this is we are not using Web controls for our reports, we are not even using the GrapeCity.ActiveReports.Web assembly, and the error is not coming from any class in that library (which is logical, seeing how we're not using it.)
The only notable detail of all of this is that modifying the licenses.licx file had an early effect as we had a similar license exception on another component; ensuring that licenses.licx had the proper details ensured that that other component was no longer throwing LicenseExceptions in our app. I tentatively think from this that maybe my licenses.licx file still lacks something needed to make this app work.
The only thing remaining I can think to do is to recommend our lead license our server as a developer, but this possibility has already come up, and the direction we've been asked to take is to avoid that route if at all possible. I think it is possible because I have encountered similar posts involving people who followed the steps in the user guide above and presumably were able to solve the issue. Yet, for my team, these steps aren't working.
Question: What am I missing?
Using the Assembly License Generator as you have done should do the trick. Also, make sure that you are using the latest version of AR7 as according to this post on the ActiveReports 7 Support Forums, there was a fix done to some later version of ActiveReports 7 to correct some problem with licensing in this scenario. Specifically the steps given from the previously cited post said that following the below steps with the updated version corrected someone else's problem:
Run the program "ApplicationLicenseGenerator.exe" (as Administrator) from a location similar to "C:\Program Files\Common Files\ComponentOne\ActiveReports Developer 7\"ApplicationLicenseGenerator.exe"
Browse to the compiled ActiveReports DLL.
Press the "Generate" Button.
This generates a satellite assembly similar to yourclasslibraryname.dll.GrapeCity.Licenses.dll
Place the DLL in the bin folder of your web project and/or reference the generated DLL in your web service project.
Answer: for non-licensed users, [Assembly].GrapeCity.License.dll must be added to the web project as a reference!
Licenses.licx matters from a build perspective, though. But the license file was not missing anything.
I have a wcf service running and I was trying to implement a tcp model on it so I made a windows service and tried adding the WCF service as a reference to it which worked fine. But when i tried to build the windows service it gave me an error as "The type or namespace name '*' could not be found (are you missing a using directive or an assembly reference?)". In fact I tried to add my dal project as reference and the same error cropped up. I implemented a POC just to check if I am doing things correctly which worked fine. But it fails on my solution am I missing some configuration thing I am confused please help thanks.
It is important that you document the type name that it complains about to get a good answer. Avoid targeting the .NET client profile whenever you do something webby. System.Web.dll is not part of it.
Project + Properties, Application tab, Target framework combo.
Thank's for all the help guys I got the reason why it was failing all my other projects are having target framework as .Net Framework 4. But each time I add a new project to my solution they are been targeted to .Net Framework 4 Client Profile. Which I changed and everything worked fine. Thank's again for the help.