Has anyone Had success getting this timeTracker installed and working Properly?http://forums.asp.net/t/879517.aspx/1?Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Thu, 02 Jun 2005 15:35:24 -0400879517903888http://forums.asp.net/p/879517/903888.aspx/1?Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Has anyone Had success getting this timeTracker installed and working Properly? just about every problem that others have posted i have also had just wondering if anyone has&nbsp;succeeded yet and if yes what u did. thanks 2005-04-22T22:09:35-04:00905364http://forums.asp.net/p/879517/905364.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? What errors are you seeing? 2005-04-25T09:30:40-04:00905841http://forums.asp.net/p/879517/905841.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? Class DataAccessHelper not defined is one. 2005-04-25T16:46:19-04:00906538http://forums.asp.net/p/879517/906538.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? <p>right i had this one and this is fixed by getting rid of the underscore after the name.</p> 2005-04-26T02:50:35-04:00906539http://forums.asp.net/p/879517/906539.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? <p>right i had this one and this is fixed by getting rid of the underscore after the name.</p> <p>Currently i am getting TargetInvocationException from the line ProjectList.DataBind();</p> <p>Line 40 on the TimeEntry.aspx.cs page if any one else has this problem please let me know.&nbsp; </p> <p>I get the feeling that its not finding the database, but i know the database has been installed because i was able to </p> <p>create a user through asp.net configuration web interface however i still don't know how to access the database records through sql express, i can see the tables field names but i don't know how to get a view of the records noramally in sql enterprise u would just right click and choose run but i can't figure out how to do this.</p> <p>&nbsp;</p> <p>&nbsp;</p> 2005-04-26T02:52:54-04:00933945http://forums.asp.net/p/879517/933945.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? <p>hmm i just downloaded the thing and the architecture looks interesting.</p> <p>there is a lots of problems with this build, which i understood was written for beta2 (?)</p> <p>after manually correcting the datahelper signature and the path to the template (Unrecognized ~\TimeTracker1\master - corrected to folder ~\TimeTracker)</p> <p>i got :</p> <p>Error&nbsp;1&nbsp;Text should not be specified between the opening and closing tags for the 'fieldset' element.&nbsp;d:\mes documents\visual studio 2005\WebSites\TimeTracker1\TimeTracker\TimeEntry.aspx&nbsp;7&nbsp;14&nbsp;d:\...\TimeTracker1\</p> <p>Error&nbsp;3&nbsp;The values permitted for this attribute do not include 'middle'.&nbsp;d:\mes documents\visual studio 2005\WebSites\TimeTracker1\TimeTracker\Calendar.aspx&nbsp;41&nbsp;40&nbsp;d:\...\TimeTracker1\<br> <br> all references involving ~\Timetracker1 fail (404), ie :</p> <p><font size="2">Response.Redirect(</font><font color="#800000" size="2">&quot;~/TimeTracker1/TimeEntry.aspx&quot;</font><font size="2">);</font></p> <p>apparently there's something definitly not right with the paths when the template is instanciated .... :(</p> <p>stuck here (can't reach the aspx pages ;)</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> 2005-05-23T14:29:33-04:00933969http://forums.asp.net/p/879517/933969.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? <p>second try, fresh install.</p> <p>corrected the &quot;_&quot; after the signature, now only template problem remains :</p> <p>Error&nbsp;1&nbsp;The file '/GestionDuTemps/GestionDuTemps/MasterPage.master' does not exist.&nbsp;D:\Mes documents\Visual Studio 2005\WebSites\GestionDuTemps\TimeTracker\User_Create.aspx&nbsp;1&nbsp;<br> </p> <p>the @page directive for this error is :</p> <font size="2"> <p>&lt;%</font><font color="#0000ff" size="2">@</font><font size="2"> </font><font color="#800000" size="2">Page</font><font size="2"> </font><font color="#ff0000" size="2">Language</font><font color="#0000ff" size="2">=&quot;C#&quot;</font><font size="2"> </font><font color="#ff0000" size="2">MasterPageFile</font><font color="#0000ff" size="2">=&quot;~/GestionDuTemps/MasterPage.master&quot;</font><font size="2"> </font><font color="#ff0000" size="2">CodeFile</font><font color="#0000ff" size="2">=&quot;User_Create.aspx.cs&quot;</font></p> <p><font color="#000000">&quot;GestionDuTemps&quot; is the name i gave to the project , which seems incorrectly doubled when converting from physical name (correct) to virtual name (incorrect)</font></p> <p><font color="#0000ff" size="2"><font color="#000000" size="3">any help appreciated :D</font></p> </font> 2005-05-23T14:51:40-04:00935955http://forums.asp.net/p/879517/935955.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? <p>This is what I did to get it going<br> <br> Double clicked vsi file<br> Went to File&gt;New website, changed language dropdown to the same as the starter kit, double clicked Time Tracker template <br> In the solution explorer: </p> <ul> <li>&nbsp;In App_Code\Dal folder opened DataAccessHelper.cs, changed public class DataAccessHelper_ to public class DataAccessHelper </li><li>Changed the folder named TimeTracker to TimeTracker1 </li><li>Opened web.sitemap replaced all ~/TimeTracker/ with ~/TimeTracker1/ </li><li>Opened web.config added &quot;User Instance=True;&quot; to the connection strings, both look like the one below</li></ul> <p>connectionString=&quot;Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf;&quot;/&gt;<br> &nbsp; <br> Build it, run it, go to /TimeTracker1/TimeTracker1/user_create.aspx and add a new user, password must be more than 7 chars with at least 1 non alphanumeric char<br> <br> On Win2000 sp4 had to enable Shared Memory in the SQL Native Client Configuration, to allow SQL Express to install<br> see <a href="http://www.dotnetfun.com/articles/sql/sql2005/SQL2005Beta2SetupxFFFFFFFFError.aspx"> http://www.dotnetfun.com/articles/sql/sql2005/SQL2005Beta2SetupxFFFFFFFFError.aspx</a></p> 2005-05-25T08:45:06-04:00936365http://forums.asp.net/p/879517/936365.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? thanks, simply renaming the folder did the trick... pwed ;)<br> <br> 2005-05-25T14:53:48-04:00944502http://forums.asp.net/p/879517/944502.aspx/1?Re+Has+anyone+Had+success+getting+this+timeTracker+installed+and+working+Properly+Re: Has anyone Had success getting this timeTracker installed and working Properly? great help! thank you!<br> <br> bo 2005-06-02T15:35:24-04:00