我需要你的帮助..我做了一些修改,现在当我尝试制作版本时,我会看到Access to the path '...' is denied. error in C#
我在Form1.cs中进行了更改,现在无法构建。我是使用Visual Studio 2013 C#express。
我在VS错误列表中没有错误,只能保存EventTimers.cs
文件。
我在Form1中添加了它,没有构建错误,当再次启动VS并只更改一个单词时我无法保存。我尝试保存失败时看到的错误是错误的:
Access to the path 'C:\Users\Djani\Desktop\DFGT NEW Insim\Cruise Insim\wqlppkyu.w34~' is denied
{
MsgPly("^6Driving^7[^6GT^7]: ^7^CДобре дошли отново! " + Conn.PlayerName, NCN.UCID);
}
if (Conn.Username == "Athlon")
{
MsgAll("^7 ^CПомощник за Инсима");
MsgAll("^0Athlon^2. : ^7^CЗдравейте.");
}
else if (Conn.Username == "DogSpop")
{
MsgAll("^7^CСобственика на сървъра и собственик на голф 4 1.9TDI!");
}
else if (Conn.Username == "Nissan_240sx")
{
MsgAll("^2^CФен на Nissan,Honda,VW влезе!");
}