Hi, I have started work on a mobile app, and in order to get the app to build in Visual Studio for Mac, I have had to update my NuGet packages. After updating my NuGet packages, I am seeing errors with Plugins.Iconize, and I think the issue has to do with Xam.FormsPlugin.Iconize.
When I look up the package on NuGet (https://www.nuget.org/packages/Xam.FormsPlugin.Iconize/1.5.0.13-beta) , I see the message: "The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore."
Should I still be using this library, or has this been removed and does this need to be replaced with a different package.
To note, we are using ASPNet Zero v5.5.0, and we have not upgraded to v6.1.0 yet. Is this addressed in a later ASPNet Zero release?
Thanks!
Good afternoon,
I am trying to get started on a mobile project and we are running into an issue with the Xamarin codebase running on Mac OS X. I am running Mac OS X High Sierra with Visual Studio Community for Mac (7.6.10 build 27) and XCode 10.0 (10A255).
Without changing any of the code in the .Mobile.sln solution, when I attempt to compile the .iOS project, I encounter a handful of errors about System.Memory and Microsoft.Extensions.Primitives. I did some investigation on this online and upgraded my NuGet packages, and now I am past that error and I am able to compile the Visual Studio solution.
However, when I attempt to run the .iOS project using the iPhone emulator, an exception occurs at Application line 12:
UIApplication.Main(args, null, "AppDelegate");
At this point I am stuck on how to proceed.
Thank you for any direction you can offer
great work guys.
after looking closer at the Metronic v5.x theme, and also some of the Keen forums, I think I found another implementation that I like better.
so you can disregard this question.
Hi,
I am looking at the "Step" feature that is available in the Metronic theme. <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4/elements_steps.html">http://keenthemes.com/preview/metronic/ ... steps.html</a>
but I cannot seem to get it to work. I don't see any css classes for: .mt-element-step defined within the Angular UI files
do you know if this feature is available?
Thanks!
Thank you @yekalkan. I will send the file(s) over email shortly.
Hi @yekalkan,
unfortunately it does not work on a newly created or downloaded project. I just created a new "Test" project using the latest version. To note, I am using the "merged" solution, so I have the API and UI in the same solution.
-Brian
Hi @ismcagdas,
I have confirmed that I have the config.json file that you mentioned in the "AspNetZeroRadTool" folder.
I have also tried re-downloading the solution zip file and extracting the "AspNetZeroRadTool" folder again and applying it to my working location, and that also does not appear to resolve the issue.
As for the "full error message", the only error I see in the command prompt that appears when I click the Generate button is what I provided originally:
"An error occured. : Unable to load configuration files. Details: Object reference not set to an instance of an object."
I do not see any other error message anywhere else, -Brian
to provide more information. I uninstalled v1.5.3 and re-installed v1.5.1 which is the previous installer I had from June. Then I disabled Automatic Updates in Visual Studio Extension Manager.
Unfortunately I still encounter the same error.
Hello,
Starting this morning, I am having an issue with the RAD tool. I am running Visual Studio 2017 Community Edition 15.7.4
I am unable to generate any entities using the RAD tool, even a simple "Test" entity. I encounter the following error message: "An error occured. : Unable to load configuration files. Details: Object reference not set to an instance of an object."
I have uninstalled and reinstalled the RAD tool from the Visual Studio Marketplace. I am currently upgrading Visual Studio 2017 to the latest update, 15.7.5.
I am unsure how to proceed, but I need the RAD Tool to work in order to continue developing.
Thanks, -Brian