Hello,
I am using the WebExplorerBar. Everything works fine within my development machine.
Now I need to deploy the app. I can't find any documentation except old ones.
How do i need to do this.
I am using 2010.3CLR35
Style AppleTiny
In my development machine if have the folder ig_res (also copied to the hosted environment) but no display of the explorerBar.
I need to deploy today. I was not expecting any problem.
Other control I am using: WebDatePicker NumericalEditor
Ps. I am also using the HTMLEditor
Hello vanDee,
You can use the following guide on how to deploy your Web Application - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html
You can also refer to the “Deployment Overview” section of documentation to review the needed files for deployment of every control - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Web_Deployment_Overview.html
Let me know if you need further information about your question.
in the 1st article there is nothing about the WebExplorerBar which I am having the problems.
I had found the 2nd article. Did everything (copied just the complete imgae, scripts aso from my harddrive) and have set the 2 parts in the web.config.
However, nothing displays from the explorer bar. That is the problem.
Do you have more info and something I can check!
As said before I am now over due with my project timelines for production.
i have tried it again. I am fully at 10.1 now. INcluding the hosted server.
I have copied all the INfragistics.dll files to the bin file
When I look into the source code via IE i see no difference with my development machine.
I am totally lost.
please check www.eldercare.nl
Can youy please reply faster as last time?
Let me know if you need further assistance with this question.
I can see from your screenshots that you are using 10.1 version folder with the 10.3 folder. It is possible that there are some interfernece between this two version that can cause the controls to not function properly.
Also can you tell me are the images and CSS files on the deployment machine send/rendered correctly to the client and if the other Infragistics controls behave correctly in this environment?
I am waiting for your response.
Hello Alex,
I tried all these things and still not working. We are installing on a Windows2008 server (I believe) because it is a hosted environment, where I do not have any access, except for the Folder. (This is working fine for over 7 years wwith multiple projects)
When deploying my dev application to the life environment (which I am already doing for over 4 years for this project!) is not working. I have added only the WebExplorerBar, so the app can now run also in Chrome and FireFxo browsers.
I have followed all documents and the info from this forum and still have the same result.
The WebExplorerBar is not working. However the text in the source of the browser is almost equal, except from some src="/ScriptResource.axd lines, which I do not understand.
Because until now the INfragistics components where very stable and easy to use/ use, I didn;t have a test environment. Because indstalling went always ok. The developer and tester were using a Shared Virtual development machine. So I can't show you the wrong environment
I had planned Sunday morning May 22 for installing everything but again it didn't work (and so having a very agry customer).
What did I do:
* I have, just to make sure, copied all resources of Infragistic under one folder:
/aspnet_client/Infragistics/20103CLRSee also picture 20103CLRFolder in Life.
I have also copied all 20103 DLL files in the BIN directory (I am using only a few controlls, but the WebExplorerBar is giving the problems). See BinFolder.png in Life
See also the Web.Config files for both environments
I am totally lost at this moment, special the lack of accessible documentation and the slow response on this forum. I hope you can now help me. This project is important for me.
regards Bert
Web.config on my developmenty machine (Partly)
<configuration><configSections><sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<
sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
</
sectionGroup>
section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
configSections>
infragistics.web imageDirectory="~/ig_res/images" javaScriptDirectory="~/ig_res/scripts "styleSetPath="~/ig_res" styleSetName="Appletini" enableAppStyling="true" />
system.web>
pages theme="Default"
<controls>
add tagPrefix="at" assembly="ATrailCom2" namespace="ATrail2.Forms"/>
add tagPrefix="ig" assembly="Infragistics35.Web.v10.3" namespace="Infragistics.Web.UI"/>
add tagPrefix="ig" assembly="Infragistics35.Web.v10.3" namespace="Infragistics.Web.UI.NavigationControls"/>
add tagPrefix="ig" assembly="Infragistics35.Web.v10.3" namespace="Infragistics.Web.UI.EditorControls"/>
add tagPrefix="ighedit" assembly="Infragistics35.WebUI.WebHtmlEditor.v10.3" namespace="Infragistics.WebUI.WebHtmlEditor"/>
add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
controls>
pages>
The same as above except:
infragistics.web imageDirectory="~/aspnet_client/Infragistics/20103CLR/images" javaScriptDirectory="~/aspnet_client/Infragistics/20103CLR/scripts" styleSetPath="~/aspnet_client/Infragistics/20103CLR" styleSetName="Appletini" enableAppStyling="true"
/>
In the following link you can see the CSS files needed for “WebExplorerBar” to operate properly - http://community.infragistics.com/blogs/engineering/archive/2010/08/10/which-are-my-css-files.aspx
You should also put the files needed for the control (the “.dll” files) to the server GAC or to the application Bin directory - http://community.infragistics.com/forums/p/3835/19484.aspx
Can you tell me on what server machine (Operating System) do you try to publish your project?