Steve Bywaters
Top achievements
Rank 1
Steve Bywaters
asked on 21 May 2009, 01:48 AM
There used to be a sample HelpDesk app that ran in ASP.NET demos section... but it has disappeared, and been replaced with a WebMail app, which is quite different and unsuitable for HelpDesk use.,
Is the old demo still available to run anywhere?
cheers
Steve
Is the old demo still available to run anywhere?
cheers
Steve
6 Answers, 1 is accepted
0
Hello Steve,
Please find attached a previous version of the Help Desk sample. We have removed the online demo as the new Web Mail sample implementation is much more useful for customers.
Regards,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please find attached a previous version of the Help Desk sample. We have removed the online demo as the new Web Mail sample implementation is much more useful for customers.
Regards,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Steve Bywaters
Top achievements
Rank 1
answered on 21 May 2009, 11:12 PM
Thanks for the code!
Of course, I tried it straight away <g> . got a bit of a problem though, when I first try to run it:-
Exception Details: System.Data.SqlClient.SqlException: An attempt to attach an auto-named database for file C:\Documents and Settings\Steve Bywaters\My Documents\Visual Studio 2005\WebSites\HelpDesk\App_Data\HelpDesk2.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
In the local App_Data folder there is HelpDesk2.mdf and HelpDesk2_log.ldf, so...??
Steve
Of course, I tried it straight away <g> . got a bit of a problem though, when I first try to run it:-
Exception Details: System.Data.SqlClient.SqlException: An attempt to attach an auto-named database for file C:\Documents and Settings\Steve Bywaters\My Documents\Visual Studio 2005\WebSites\HelpDesk\App_Data\HelpDesk2.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Source Error:
|
In the local App_Data folder there is HelpDesk2.mdf and HelpDesk2_log.ldf, so...??
Steve
0
Hello Steve,
This is working OK on our side. It seems to be a problem related to the local SQL instance. Have you experienced any similar problems with other demos? Is the demo running as expected on another machine? What SQL server are you using?
There are a couple of suggestions here that you can try:
http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/6dfdcc22-7a81-4e8f-a947-c1ce6982d4b3
Sincerely yours,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
This is working OK on our side. It seems to be a problem related to the local SQL instance. Have you experienced any similar problems with other demos? Is the demo running as expected on another machine? What SQL server are you using?
There are a couple of suggestions here that you can try:
http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/6dfdcc22-7a81-4e8f-a947-c1ce6982d4b3
Sincerely yours,
Ivo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Steve Bywaters
Top achievements
Rank 1
answered on 23 May 2009, 04:05 AM
It seems to be a problem related to the local SQL instance. Have you experienced any similar problems with other demos? Is the demo running as expected on another machine? What SQL server are you using?
I have only riun it on the one machine - my main decvelopment PC
I have SQL 2k, and SQL2005 (which came with VS)
HTH?
I have only riun it on the one machine - my main decvelopment PC
I have SQL 2k, and SQL2005 (which came with VS)
HTH?
0
Steve Bywaters
Top achievements
Rank 1
answered on 23 May 2009, 05:54 AM
This is working OK on our side. It seems to be a problem related to the local SQL instance
What happens if you run it there, not using VS, but instead running from a browser, and using IIS as the local 'server'?
i.e. like a standalone site
I changed the |DataDirectory| for the real path like this:
What happens if you run it there, not using VS, but instead running from a browser, and using IIS as the local 'server'?
i.e. like a standalone site
I changed the |DataDirectory| for the real path like this:
<
add name="HelpDesk2ConnectionString" connectionString="Data Source=STEVE830\SQLEXPRESS;AttachDbFilename=.\App_Data\HelpDesk2.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
Still no good...
0
Hi Steve,
We just downloaded the helpdesk.zip file attached previously by Ivo Nedkov on 5/21/2009 6:40:33 AM, unzipped it in a folder named HelpDeskTest, configured the folder as web application and just started it like the following:
http://localhost/HelpDeskTest/Default.aspx
Everything ran without problem at our side.
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We just downloaded the helpdesk.zip file attached previously by Ivo Nedkov on 5/21/2009 6:40:33 AM, unzipped it in a folder named HelpDeskTest, configured the folder as web application and just started it like the following:
http://localhost/HelpDeskTest/Default.aspx
Everything ran without problem at our side.
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.