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

Creating User error

3 Answers 58 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.
Joe
Top achievements
Rank 2
Joe asked on 20 Apr 2010, 05:19 PM
'm running the following setup:

Windows 2003 R2 (Yes, I know it's not offically supported for beta but I'm wiling to work with everyone to get it to work)
SQL 2008 Express
Team Foundation Server 2010
.Net 4.0
Silverlight RC - version 4.0.50303.0

http://localhost:2431/ - This page loads fine
http://localhost:2431/License - This pages loads fine
http://<server_name>:9898/ - Page loads but access denied (no license for user)
http://localhost:2431/Home/Create - Gets a compliation error (see below)

Compiler Error Message: CS0012: The type 'System.Data.Linq.Binary' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Linq, Version=4.0.0.0, Culture=neutralPublicKeyToken=b77a5c561934e089'.  
 
Source Error:  
 
   
 
Line 27:     <% using (Html.BeginForm("Create","Home", FormMethod.Post, new { enctype="multipart/form-data" })) {%> 
Line 28:         <%= Html.Hidden("id", -1) %> 
Line 29:         <% if (Model.SelectedUser != null && Model.SelectedUser.Picture != null)  
Line 30: {%> 
Line 31:         <%= Html.Hidden("Picture", Model.SelectedUser.Picture)%> 
   
 
Source File: d:\Program Files\Telerik\TeamPulse\UserManagement\Views\Home\Create.aspx    Line: 29   
 

UPDATE: I added the assembly reference to \Program Files\Telerik\TeamPulse\UserManagement\Web.config and I was able to create a user. I then had to create a user named Administrator because for some reason whenever I accessed the TeamPulse URL http://<server_Name>:9898/ it said there was no such user (<server_Name>\Administrator) active.

It appears to be working, stay tuned!

Thanks,
Joe

3 Answers, 1 is accepted

Sort by
0
Accepted
David Harris
Telerik team
answered on 20 Apr 2010, 06:34 PM
Hello Joe,

Excellent work, I was just about to post about adding the assembly reference to the config file. I will respond to your user authentication issue in the separate thread you have created.

Regards,
David Harris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Joe
Top achievements
Rank 2
answered on 20 Apr 2010, 06:43 PM
I added a user named "Administrator" and that solved the user issue.

The only issue I have now is that TeamPulse doesn't see my projects in TFS. I am gussing that I have the user info in the TfsSyncConfig.xml wrong.

Should I be using my standard TFS login or a server admin login?

UPDATE: I solved my TFS configuration/sync issues. It appears that if you want a line of code to work, you should probably uncomment it first! LOL

TeamPulse is up and running on my Windows 2003R2 box, and so far, everything is running perfectly!

Thanks,
Joe 
0
David Harris
Telerik team
answered on 20 Apr 2010, 08:25 PM
Hi Joe,

This is excellent news, we hope you have a great experience using TeamPulse!

All the best,
David Harris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Joe
Top achievements
Rank 2
Answers by
David Harris
Telerik team
Joe
Top achievements
Rank 2
Share this question
or