The version download that you cite, Vikram is the same file that I downloaded.
Unfortunately, I have a completely different problem when I attempt to run the project in local debug mode:
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
Source Error:
Line 9: ' Code that runs on application startup
Line 10: If Roles.Enabled Then
Line 11: If (Not Roles.RoleExists("ProjectAdministrator")) Then
Line 12: Roles.CreateRole("ProjectAdministrator")
Line 13: End If
Seems a rather cruel joke that a project which is supposed to help familiarize you with features of VWD should have this particular "land mine".
I also got a similar message when attempting to browse the database in VWD/Express, to wit: "Generating user instances in SQL server is disabled. Use 'sp_configure 'user_instances_enabled' to generate user instances."
In the query editor type this text: exec sp_configure 'user instances enabled', 1.
Then type: Reconfigure.
Then restart the SQL Server database.
I suggest you download
Management Studio Express if you haven't installed it yet, which is more powerful for executing T-SQL commands as well as managing SQL databases.
Chetan Sarode
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
None
0 Points
1 Post
I can not istall it.
Feb 26, 2007 12:33 PM|jtorres|LINK
Hi, I did donwload time.vsi file, but when I try to install it, show me this message:
A problem occured while running the installer. Please contact the content author for problems whit the content.
Error message:
La longitud de la cadena no puede ser cero.
Thanks.
Time Tracker install
Member
330 Points
131 Posts
Re: I can not istall it.
Mar 01, 2007 10:51 PM|vvsharma|LINK
It should work fine.
Download from here : http://msdn.microsoft.com/vstudio/eula.aspx?id=89fba3f4-8053-4670-9c11-c365501e37f2
DiscountASP.NET
Innovative ASP.NET Hosting & SQL Hosting
All-Star
48393 Points
12161 Posts
Re: I can not istall it.
Apr 20, 2007 11:54 PM|chetan.sarode|LINK
It's working fine man...
what kind of error this is "La longitud de la cadena no puede ser cero."
I mean which language ???
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
Member
26 Points
299 Posts
Re: I can not install it.
May 28, 2007 08:28 PM|KevInKauai|LINK
The version download that you cite, Vikram is the same file that I downloaded.
Unfortunately, I have a completely different problem when I attempt to run the project in local debug mode:
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
Source Error:
Source File: D:\ZZZ_VISUAL_WEB_DEVELOPER\TimeTracker1\global.asax Line: 11
Seems a rather cruel joke that a project which is supposed to help familiarize you with features of VWD should have this particular "land mine".
I also got a similar message when attempting to browse the database in VWD/Express, to wit: "Generating user instances in SQL server is disabled. Use 'sp_configure 'user_instances_enabled' to generate user instances."
:( KevInKauai
All-Star
48393 Points
12161 Posts
Re: I can not install it.
May 29, 2007 05:20 AM|chetan.sarode|LINK
In the query editor type this text: exec sp_configure 'user instances enabled', 1.
Then type: Reconfigure.Then restart the SQL Server database.
I suggest you download Management Studio Express if you haven't installed it yet, which is more powerful for executing T-SQL commands as well as managing SQL databases.
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.