This is a migrated thread and some comments may be shown as answers.

Compilation Error

1 Answer 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alper Ozgur
Top achievements
Rank 1
Alper Ozgur asked on 31 Jan 2012, 04:11 PM
Hi;
I have just installed the Team Pulse Trial. After sucessfully installation, welcome page opened. When i try to create a new user (the first time), i got the error below:

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1041: Identifier expected; 'async' is a keyword

Source Error:

Line 377:                       .Multiple(false)
Line 378:                       .ShowFileList(true)
Line 379:                       .Async(async => async
Line 380:                       .Save("UploadPhoto", "Home", new { id = ViewBag.NewUserID })
Line 381:                       )

Source File: c:\Program Files (x86)\Telerik\TeamPulse\wwwroot\Areas\UserManagement\Views\Home\Create.cshtml    Line: 379


1 Answer, 1 is accepted

Sort by
0
Accepted
Jordan
Telerik team
answered on 01 Feb 2012, 03:42 PM
Hi,

 It seems that you have installed Visual Studio Async CTP component. And the word async is reserved in it. We will change it in our code and with the next version that will be available in a few weeks you can try it again.
For now you can try to install it on different machine or try the hosted trial.

All the best,
Jordan
the Telerik team
New Cross Project Perspective in TeamPulse coming soon!
Want to know how TeamPulse could help you better track all your projects?
Reserve a seat for the TeamPulse R1 webinar today!
Tags
General Discussions
Asked by
Alper Ozgur
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or