Base solution for your next web application

Activities of "riaan"

@poolman,

I get the same error/issue as you on MVC/jQuery.

It appears that not all the resources files were downloaded using the new Yarn/Gulp process. (I'm fairly new to this)

Below the errors as displayed in my browser's console upon launching the Mvc project.

Failed to load resource: the server responded with a status of 404 (Not Found)
account-layout-libs.css Failed to load resource: the server responded with a status of 404 (Not Found)
common-styles.css Failed to load resource: the server responded with a status of 404 (Not Found)
account-layout-libs.js Failed to load resource: the server responded with a status of 404 (Not Found)
common-scripts.js Failed to load resource: the server responded with a status of 404 (Not Found)
account-layout-libs.js Failed to load resource: the server responded with a status of 404 (Not Found)
GetScripts:1082 Uncaught TypeError: Cannot read property 'unspecifiedClockProvider' of undefined
    at GetScripts:1082
    at GetScripts:1084
common-scripts.js Failed to load resource: the server responded with a status of 404 (Not Found)
Default.js:3 Uncaught ReferenceError: app is not defined
    at Default.js:3
    at Default.js:15
Login:174 Uncaught ReferenceError: jQuery is not defined
    at Login:174
vendors.bundle.css Failed to load resource: the server responded with a status of 404 (Not Found)
account-layout-libs.css Failed to load resource: the server responded with a status of 404 (Not Found)
common-styles.css Failed to load resource: the server responded with a status of 404 (Not Found)

I did follow the instructions as per the development page, but for some reason not all the required resources are downloaded.

Any assistance would be appreciated.

Riaan

Hi,

Has any experience the below error when adding a Xamarin Forms Map to the ASPNET Zero Xamarin app?

On app startup during the splash display

Unhandled Exception:

Java.Lang.RuntimeException: Unable to start activity ComponentInfo{com.[PROJECTNAME].Mobile/md53fe6e38767471a4d81890f4256fb3813.SplashActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

It fails on the SplashActivity right after the OnCreate method:

protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);
            UserDialogs.Init(this);
            ConfigureFlurlHttp();
            SetExitAction();
        }

We are using Xamarin.Forms.Maps version 2.3.4.347 any newer version causes compile errors in the googleplayservices java classes

Any assistance would be greatly appreciated.

Thanks,

Riaan

Hi @ismcagdas,

I've only added the Xamarin.Forms.Maps nuget package to the Xamarin App's Droid project. Haven't added any new pages yet, so it is the only "modification" made to the app.

Hi @ismcagdas,

With the release of v8.7 where RAD tool is now able to genereate master and detail pages, how do you go about it?

Is there a specific option you need to set?

I'm reviewing the feature using ASPNET Zero v8.7.0 (MVC) and RAD Tools 2.2.1.2, but I don't seem be able to determine how to do this.

IAny help would be appreciated.

Showing 21 to 24 of 24 entries