c# - The name 'InitializeComponent' does not exist in the current context. Cannot get any help on net searches -
hi getting error of initializecomponent in app.xaml.cs page have checked net , no solution works. please help. initializecomponent not exist c# file: using system; using system.collections.generic; using system.linq; using system.net; using system.windows; using system.windows.controls; using system.windows.documents; using system.windows.input; using system.windows.media; using system.windows.media.animation; using system.windows.navigation; using system.windows.shapes; using microsoft.phone.controls; using microsoft.phone.shell; using newtonsoft.json; namespace miser_sapp { public partial class app : application { /// <summary> /// provides easy access root frame of phone application. /// </summary> /// <returns>the root frame of phone application.</returns> public phoneapplicationframe rootframe { get; private set; } /// <summary> /// constructor application object...