Error while building project

player

Client
Регистрация
06.06.2011
Сообщения
154
Благодарностей
16
Баллы
0
I get this message when i want to debug my project: Error while building project.

In addition the log shows the following error messages:

Row: 56 Column: 85 Unrecognized escape sequence.
Row: 56 Column: 93 Unrecognized escape sequence.
Row: 56 Column: 100 Unrecognized escape sequence.

What's wrong with that?
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Probably the problem is in regular expression, please check your regexp.
 

wolk

Client
Регистрация
01.08.2011
Сообщения
6
Благодарностей
0
Баллы
0
I get this error all the time as well, when I try to use the GetString Macro

Код:
string tempACCOUNT = instance.RiseMacros("File.GetString", new [] { "C:\Accounts\hotmail_created_accounts.txt", "0", "false" });
Any idea how to solve this?
 

shade

Client
Регистрация
19.11.2010
Сообщения
580
Благодарностей
346
Баллы
63
I get this error all the time as well, when I try to use the GetString Macro

Код:
string tempACCOUNT = instance.RiseMacros("File.GetString", new [] { "C:\Accounts\hotmail_created_accounts.txt", "0", "false" });
Any idea how to solve this?
It should look like this:
string tempACCOUNT = instance.RiseMacros("File.GetString", new [] { "C:\\Accounts\\hotmail_created_accounts.txt", "0", "false" });
 
  • Спасибо
Реакции: qmg и wolk

wolk

Client
Регистрация
01.08.2011
Сообщения
6
Благодарностей
0
Баллы
0
cool thx will try this
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)