小编nik*_*nik的帖子

当前上下文中不存在名称"InitializeComponent".无法获得有关网络搜索的任何帮助

嗨,我收到一个错误,InitializeComponent在我的app.xaml.cs页面,我检查了网络,但一切,但没有解决方案的工作.请帮忙.

InitializeComponent不存在

C#文件:

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 to the root frame of the Phone Application.
         /// </summary> 
         /// <returns>The root frame of the Phone Application.</returns>
          public PhoneApplicationFrame RootFrame { get; private set; }

         /// …
Run Code Online (Sandbox Code Playgroud)

.net c# windows-phone-7 windows-phone-8

31
推荐指数
4
解决办法
7万
查看次数

标签 统计

.net ×1

c# ×1

windows-phone-7 ×1

windows-phone-8 ×1