How to get samples to run in asp.net 3.5? they won't compile. And, I also simply tried to drop a webtree control on a new project's default.aspx page, and I get the 'lc.exe' missing error. I'm using the trial version. How do I actually get something running?
Thanks.
To get the samples, you need to install the file named NetAdvantage_Samples_20083 from the WebClient zip file you downloaded.
Once that is installed, the samples are installed to \public documents\infragistics\NetAdvantage for .NET 2008 Vol. 3 CLR 2.0\samples\ASP.NET
Let me know if that helps,
Thanks
Jason
I just installed the Net Advantage for .NET 2008 Vol 3 CLR 3.5. I wanted to run the sample using VS 2008, but the sample folder cannot be found locally. Does anybody know how to do it? Thanks
The compiler for the .NET Framework version 3.0 and 3.5 is still based on the version 2.0.507.27 of CLR 2.0, which is where that version number is coming from.
Let me know if you have any more questions on this,
I've fixed the lc.exe issue, by reinstalling VS 2008. Previously, I was getting a 'lc.exe' missing error when building Web Apps but not when building web sites. Now it is working for both Web sites, and Web Apps. also, I simply re-created the samples in asp.net 3.5, and it works great.
One other question: When i add a reference in Visual Studio to a component (ultrawebtab for example.) It shows the following: Component Name: Infragistics35.WebUI.UltraWebToolbar; Version: 8.2.20082.1000; Runtime: v2.0.50727; Path: C:\Program Files\Infragistics\NetAdvantage for .NET 2008 Vol. 2 CLR 3.5\ASP.NET\Bin\Infragistics35.WebUI.UltraWebTab.v8.2.dll. So, WHY is the Runtime still 2.0??? I installed the 3.5 runtime version of Infragistics controls. Or is this correct?
(I'm using the trial version by the way.)
Is there any easy way to recreate the samples for asp.net 3.5? I seemed to have fixed the lc.exe missing error, so I can create apps with the controls now.