StrataFrame Forum

Can't open C# Web Sample

http://forum.strataframe.net/Topic10169.aspx

By Hugo R. Figueroa - 7/10/2007

I can't open the c# web sample. I get this error:

"One or more projects in the solution could not be loaded for the following reason(s):

The project file or web has been moved, renamed or si not on your computer.

These project will be labeled as unavailable in Solution Explorer.

Expand the project node to show the reason the project could not be loaded."

if I try to open the VB web sample, I have no problems.

I want to have more web examples and more C# samples. You are more inclined to VB. Doze

By Trent L. Taylor - 7/10/2007

I will look at the sample and see what is going on.

I want to have more web examples and more C# samples. You are more inclined to VB.

We may add more web samples down the road, but I really do not know what else to add.  All of the supported functionality of SF on web is shown within the web sample.  In response to your C# comment, we are just as inclined to C# as VB.NET.  All of the samples are available in both languages.

By Ben Hayat - 7/10/2007

In response to your C# comment, we are just as inclined to C# as VB.NET.  All of the samples are available in both languages.

Trent; FYI, I'm missing five of the C# samples in the C# folder compare to VB. It might be an installation isuue, For example, the CRM is not in C# folder.

Thanks!

By Hugo R. Figueroa - 7/10/2007

You could add a web sample with login and permissions. Smile

Thank you.

By Trent L. Taylor - 7/10/2007

I will look into the samples issue.  We are actually in the process of adding two more samples that we will publish later in the week.  There is a new BrowseDialog sample that shows the new events and features and another that shows how to use the new IsDirtyChanged event on the BO.   We want to continue to grow the samples so that everyone has what they need.
By Ben Hayat - 7/10/2007

Trent L. Taylor (07/10/2007)
I will look into the samples issue.  We are actually in the process of adding two more samples that we will publish later in the week.  There is a new BrowseDialog sample that shows the new events and features and another that shows how to use the new IsDirtyChanged event on the BO.   We want to continue to grow the samples so that everyone has what they need.

I have a suggestion. Is it possible you can designate somewhere, where developers can download and share samples of their with others?

I've seen some other sites or NG, where developers upload samples to share with others. Just a thought, as more people are coming on board, the new users can benefits from a large collections of samples.

By Pertti Karjalainen - 7/11/2007

Ben,

Excellent idea!  I second that.  w00t

By Trent L. Taylor - 7/12/2007

There is now a forum section for samples to be added off of the home page titled "StrataFrame Users Contributed Samples" where items such as this can be added.  Thanks for sharing!
By Keith Harvey - 7/27/2007

In order to get the web sample working, you need to edit the SampleWebApp.sln and change all the file paths to match your setup.

Right now, the solution has the paths:

C:\Demos\SampleWebApp - CSharp\

C:\TechEd Demos\SampleWebApp\

They should match the directory where SF was installed.  For instance:

C:\Program Files\MicroFour\StrataFrame\CSharp Samples\Web Sample\

I hope this helps!

Keith