Bichitra
Posts:6
 |
| 09/08/2008 8:03 AM |
|
The fillowing step I did 1)I have downloaded the "SilverlightDesktop-22640" 2) Open New webSite throught Vs2008. 3) Made as SilverlightDeskto_web as statup project. 4) Create a database "SilverlightDesktop" 4) I did run the all SQl script step by step till "01.60.00.sql" 5) when I did run the application wothout debug mode only the message coming" Hello Silverdesktop Visitor ! and Ip address" 6) When I was trying ro debug I noticed the var result in the method "LoadDesktopInstance" is coming null (Desktop.ascx.cs page) and the webservice.cs is called the method "GetDesktopModules" where it fails . and did not load the modules. Should I insert any information in the database tables? Please le me know if i missed any steps. Thanks Bichitra |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 8:12 AM |
|
On number 4 you said YOU ran the scripts one by one. The installer should have ran them automatically, you do not have to run them manually. Please let me know exactly what happened.. Also the source code version is never tested. We only test the Release versions. Also sometimes the source is in the middle of some changes so is not always stable, but if you downloaded it using the "download source" link that one should be the exact version used to make the release. |
|
|
|
|
Bichitra
Posts:6
 |
| 09/08/2008 8:35 AM |
|
Hi I have download the source code from the following link http://www.codeplex.com/SilverlightDesktop/SourceControl/ListDownloadableCommits.aspx "22640" would you like to tell me how to run the installer for vs2008. still i am in confusion.? I am more intrested to use this. can you please give more information , i mean all the steps. i will be very grate fll gto you. Thanks Bichita |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 10:00 AM |
|
If you just want to run SilverlightDesktop, please download the "Install" version and follow the directions hrere: http://silverlightdesktop.net/Blog/tabid/56/EntryID/5/Default.aspx Thanks! |
|
|
|
|
Bichitra
Posts:6
 |
| 09/08/2008 10:05 AM |
|
Hi, Should I download "http://www.codeplex.com/SilverlightDesktop/Release/ProjectReleases.aspx?ReleaseId=16653" "SilverlightDesktop016000_Install.zip"? Thanks Bichitra |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 10:10 AM |
|
| Yes please go to the Download page of this site and click on the download link that will take you to the latest download. As of today that is the correct link. |
|
|
|
|
Bichitra
Posts:6
 |
| 09/08/2008 10:17 AM |
|
Hi, Cann't I use the latest source code and run in my system. or before using the source code, i have to run the installer? Thanks & Regards Bichitra |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 10:36 AM |
|
| You actually can install the source version and use the directions for the normal install version to run the application. If you have tried this and have gotten an error please let me know the exact error you receive. |
|
|
|
|
Bichitra
Posts:6
 |
| 09/08/2008 11:22 AM |
|
Hi I am using XP with IIS 5.1 I downloed the latest source code from "http://silverlightdesktop.net/Download/tabid/59/Default.aspx" " SilverLightDesktop(01-60-00) source code. unzipped the code. and I have created a virual directory "SilverlightDesktop" and mapped to my physical path folder "SilverlightDesktop_Web". Databse is created. And tried to run the website it gives config error. Unrecognized attribute type. "<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> , " Can you please let me know, how I can run the application without error in debug mode. If i am missing any step, please let me know. Thanks & Regards Bichitra |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 11:32 AM |
|
| Do you have asp.net 3.5 installed on your computer? Did you follow the directions at: http://silverlightdesktop.net/Blog/tabid/56/EntryID/5/Default.aspx ? Even when using Source version you have to follow thise directions to set-up the application. |
|
|
|
|
Bichitra
Posts:6
 |
| 09/08/2008 11:48 AM |
|
Hi, Thanks for helping. Now Iam able to run the application. I have one more question. There is a project wsWhoAmI with WhoAmI.asmx file. but the webprojec contain the same page. would you like to tell me why WhoAmI.asmx page in webproject. Thanks Bichitra |
|
|
|
|
Michael Washington
Posts:31
 |
| 09/08/2008 1:29 PM |
|
I am glad you got it running. Thank you for following up. Please see "Beginner - An Examination of the WhoAmI Module" http://silverlightdesktop.net/Documentation/tabid/58/itemid/11/Default.aspx for an explination of the WhoAmI module. |
|
|
|
|