Not sure if I am heading down the right track here (could be a totally unrelated issue) but hoping someone can put me on the right path.. Following are the steps I have taken...
developed a web app on my local machine using Atlas.NET and the Atlas toolkit that has been made available, using the VS.NET 2005 dev environment.on local machine using the built in web server that is packaged with Visual Studio, my app works fine.I have copied the app to a web server, ran the AtlasSetup.msi on the server (server does not have VS.NET 2005 installed on it - just on my machine).Open the app from the server from my local machine (using the locally installed VS.NET 2005) and get issues relating to the Atlas control toolkit - such as Element 'modalpopupextender' is not a known element. This is a standard accross all the toolkit elements I have used.
This is where I am stuck. I thought I would have to install something from the toolkit on the server but cannot find anything on this (I have looked) but it all seems geared around enablement within VS.NET 2005.
Does anyone know how to have my application recognise the toolkit components I have used or are these issues caused by something completelky different.
Thanks....I think you also need to be sure that AtlasControlToolkit.dll and Microsoft.AtlasControlExtender.dll from the Atlas Control Toolkit (SampleWebSite\bin) are present in your web server's bin directory along with Microsoft.Web.Atlas.dll.
Thanks for the response David. Unfortunately I dont think that is it as these files are already present on the WEB server (in the BIN directory). Im sure its something simple I am not doing but as yet nothing is coming to mind (I am new to a lot of this stuff so thats not surprising). Any other ideas?
You could try using VS 2005's "Publish Web Site" to publish your site to the web server in a different location - if that works (and it should since it works for you with VS 2005!), then maybe that'll help you identify the problem with the original location?
Thanks again David.. Did the trick (well, sort of).. Not getting the errors now but part of the application connects to an Oracle database and am gettingaSystem.Data.OracleClient.OracleException: ORA-12541: TNS:no listener. This came after sorting out an issue related to the security on the Ora92 folder on the server - fixed that through some guidance from various forums but are now stuck with this TNS No listener issue..
This is quite strange (to me anyway) as I can log onto the server where the application is installed and connect to Oracle through Sql+ (using the same credentials as used in my application). I also can run the application on my local machine without any issues so I know my connect details are OK. So although the error sounds a bit like a red herring, we are trying to pinpoint any issues with the Oracle software on the server? A bit lost..
Anyways - thanks again, you have been a big help...
No comments:
Post a Comment