Hi - can somebody let me know where the online samples (i.e working examples) of the Asp.Net tools for 3.5 are?Also - there always used to be included in the download a complete Visual Studio application that had working examples.....where has that gone?Many Thanks for your help
http://samples.infragistics.com has the online version of our ASP.NET tools samples.
The samples code is included in the SDK that you can download from here.
Devin
Hi,
How can we open the samples in VS ? There is no solution files, nor csproj or vbproj files ?
I've tried to build one .sln, but the compilation failed.
Thanks for any help.
Best regards
Daniel
I have the same problem. When I open it as a Web Site, and try to run it, I get the following error:
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\Samples\ASP.NET\WebFeatureBrowser\WebTabs\GridsAndEditors\Web.Config 32
Any suggestions as to how to resolve this?
thanks to both for your answers, all is working fine;
Regards
My apologies for the duplicate info. I didn't see Devin's reply before mine.
Unless I'm mistaken, our ASP.NET samples use the "Web Site" project model, which means in VS, you choose Open Web Site and then pick the root app folder. It doesn't use project files.
I am assuming your asking about the ASP.NET samples, we ship them as a Visual Studio Web Site (not a web application) so within Visual Studio you can go to File > Open > Web Site
In the dialog, just drop the path to the samples website in and VS should be able to open the site.
C:\Users\Public\Documents\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\Samples\ASP.NET
Hope that helps.