OK... I have my ASP.NET 3.5 application created using the webslider control. I use VS2008 (with SP1) to build & publish the application. I have no errors or warnings during the build & publish steps I have it loaded on a shared hosting site my employer chose (discountasp.net). I am including the one reference / assembly for Infragistics - Infragistics35.Web.v10.2 - in addition to other references.
I go to run the application in IE8 and I get an error saying this:
Server Error in '/' 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: /test.aspxVersion Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Is there a reference or assembly I need to include besides Infragistics35.Web.v10? I have tried researching this and it appears Infragistics35.Web.v10 is the only reference/assembly from Infragistics that I need. Could this be a security / permissions thru IIS7?
Hello Wayne,
Thanks for the update.
Let me know if you have any further questions in regards to the assemblies for Infragistics controls. Thank you.
Sincerely,Duane HoytDeveloper Support Engineer, MCTSInfragisticshttp://ko.infragistics.com/support
The resolution of this particular issue led to other issues posted in the WebSlider forum.
Thank you.
This is just a follow up if you had any further questions as far as the assemblies for Infragistics controls.
Let me know if you have any questions with this matter. Thank you.
Do you have any further questions on any of the assemblies used for Infragistics controls?
Let me know if you have any questions with this matter.
When the message says "The resource cannot be found" it either means that the test.aspx does not exist where it's being requested at or the server is not allowing access to it from the browser.
For assemblies that you need depends on the control that is added in the page. You can check in the aspx register tags and assemblies node in the web.config to see what assemblies your application is going to need. Infragistics35.WebUI.Shared.v10.2 is also another common assembly that more than one control uses.