By Jeff Pagley - 9/15/2010
I am getting the following error ("The resource cannot be found.") when attempting to run the sample. What am I missing?
Thanks,
Jeff
Server Error in '/SampleWebApp - CSharp' Application.
The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /SampleWebApp - CSharp/default.aspx
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927
|
By Ivan George Borges - 9/15/2010
Hi Jeff.
See if this could help you:
http://forum.strataframe.net/FindPost10607.aspx
|
By Jeff Pagley - 9/15/2010
Hi Ivan,
I did see that post and it did not help. I have been developing in VB.NET with Strataframe over the last couple of years. My company needs me to develop a WEB app using C Sharp and I am new to Web development. So forgive me if I ask alot of newbie questions about WEB development. I downloaded the VB Web Sample and it worked fine without changing the path. However I notice the directory tree structure is different for C Sharp example shown as follows:
Folder "CommonBusiness - CSharp"
Folder "SampleWebApp - CSharp"
SampleWebApp.sln
SampleWebApp.suo
For the VB Web Sample the SampleWebApp.sln and .suo files are inside the "SampleWebApp - VB" folder where as those files are outside the folder for C Sharp. Hopefully, this info will help.
Thanks,
Jeff
|
By Ivan George Borges - 9/15/2010
Hi Jeff.
Download the sample from this link:
http://forum.strataframe.net/FindPost24888.aspx
I have tested it here and it worked, let us know if you get it going.
|
By Jeff Pagley - 9/16/2010
Hi Ivan,
The download worked. Just to let you know, I figured out what was wrong with the sample I had. The .cs partial class file for the SampleMaster.master Page was missing.
Thanks for your help.
Jeff
|
By Ivan George Borges - 9/16/2010
You are welcome, Jeff.
|
By Edhy Rijo - 9/16/2010
Hi Ivan,
Any chance to get this sample in VB?
|
By Ivan George Borges - 9/16/2010
Here you are, Edhy.
|
By Edhy Rijo - 9/16/2010
Thanks a lot Ivan. Unzipping and testing now....
|
By Ivan George Borges - 9/16/2010
You are welcome my friend. Have fun.
|