I've had my machine for 3 years, and I have never loaded the AJAX 1.0 tools on it, as everything should be superceeded by .Net 3.5/ and 4.0. I just tried to launch appstylist for the first time today and it is complaining that I don't have AJAX 1.0 installed?
Is this true? Does this app depend on having 1.0 installed? ???
I'm currently experimenting with VS2010 and the latest controls. So not to break my main development environment, I've created a new Windows 7 x64 VM, installed VS2010 Professional and then NetAdvantage 2012 Vol 1 with the latest SR. All "out of the box" clean environment.
I was quite disappointed to discover that this problem still occurs. Yes, I'm sure I can fix it but come on - as somebody else above says - who targets and therefore installs AJAX v1.0 anymore?
Why can't the correct config files be shipped with the application? It's lack of attention to detail like this that dints your reputation.
Rob.
It sort of worked for me with v10.3. In my installation, I already had the following file:
Infragistics2.Web.AppStylist.v10.3.exe.config
However, I got the same error message. I looked in the existing file and all it contained was:
<?xml version="1.0" encoding="utf-8" ?><configuration> <startup> <supportedRuntime version="v2.0.50727" /> <supportedRuntime version="v4.0" /> </startup></configuration>
But when I looked in the download from the website (for 10.2), it had the following:
<?xml version="1.0"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v2.0.50727"> <dependentAssembly> <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly> </assemblyBinding> </runtime> </configuration>
There were additional runtime sections. So I merged the two together and the error message went away. Why are Infragistics still realising service releases with this not resolve?
Attached is my config file for v10.3 (with txt extension as cannot upload .config files)
Cheers, Rob.
I tried this approach and it seems to work. Thanks for the heads up.
Finally an explanation. How about IG update this tool for .Net 3.5 and 4.0?
Hi,
Here you can find more details around this. Follow the link:
http://forums.infragistics.com/blogs/anton_staykov/archive/2010/09/20/netadvantage-appstylist-for-asp-net-unable-to-load-assembly.aspx
For any further questions do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support