Jump to content

avond

Members
  • Posts

    15
  • Joined

  • Last visited

avond's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi guys, I like run queries which will transfer data from mine local MySQL database to helionet database. To do so the engine FEDERATED should be enabled. By running command SHOW ENGINES; I see that federated engine on helionet is disabled. Can somebody enable it? Thanks in advance
  2. Thanks for your response anyway. From mine computer the same code runs without problem. Even with the use the same instance of database on helionet. If I am adding assembly to the project I am checking alway version. At the moment all versions are not higher than 3.5. There is only use of implicit use of assembly for mysql driver. Maybe this driver is the reason of crashing. Can you check what is installed on helionet for mysql driver for .net? <p>I have on my computer related to mysql assemblies:</p> <div>MySql.Data v6.8.3.0</div> <div>MySql.Data.CF v6.8.3.0</div> <div>MySql.Data.Entity v6.8.3.0</div> <div>MySql.Web v6.8.3.0</div> <div> </div> <div>however the doesnot have explicit reference to these assemblies</div> <div>Can you compare with helionet assemblies?</div> However lower version should work as well. But who knows?
  3. Error about duplicate key: Server Error in '/' Application key Parameter name: Duplicate key in add. Description: HTTP 500. Error processing request. Stack Trace: System.ArgumentException: key Parameter name: Duplicate key in add. at System.Collections.Specialized.ListDictionary.Add (System.Object key, System.Object value) [0x00000] in <filename unknown>:0 at System.Web.UI.CssStyleCollection.ParseStyle (Int32 startIndex) [0x00000] in <filename unknown>:0 at System.Web.UI.CssStyleCollection.InitFromStyle () [0x00000] in <filename unknown>:0 at System.Web.UI.CssStyleCollection.set_Value (System.String value) [0x00000] in <filename unknown>:0 at System.Web.UI.AttributeCollection.Add (System.String key, System.String value) [0x00000] in <filename unknown>:0 at System.Web.UI.AttributeCollection.set_Item (System.String key, System.String value) [0x00000] in <filename unknown>:0 at System.Web.UI.WebControls.WebControl.System.Web.UI.IAttributeAccessor.SetAttribute (System.String key, System.String value) [0x00000] in <filename unknown>:0 at ASP.worldmoney_aspx.__BuildControl_dtlCurrency () [0x00000] in <filename unknown>:0 at ASP.worldmoney_aspx.__BuildControl_form1 () [0x00000] in <filename unknown>:0 at ASP.worldmoney_aspx.__BuildControlTree (ASP.worldmoney_aspx __ctrl) [0x00000] in <filename unknown>:0 at ASP.worldmoney_aspx.FrameworkInitialize () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00000] in <filename unknown>:0 at System.Web.HttpApplication.Tick () [0x00000] in <filename unknown>:0 Version information: Mono Runtime Version: 2.6.7 (tarball Thu Oct 18 23:33:40 PDT 2012); ASP.NET Version: 2.0.50727.1433
  4. Hi guys, I have a problem running web application on helionet. Functionality is related to MySql database. on a page I have DataList control which should connect to table in MySql database. On mine local computer it works perfectly. But on helionet it gives me not relevant errors: 1) once it gave me duplecated ID 2) next time it gave me following stack: Thread was being aborted Description: HTTP 500. Error processing request. Stack Trace: System.Threading.ThreadAbortException: Thread was being aborted at <0x00000> <unknown method> Version information: Mono Runtime Version: 2.6.7 (tarball Thu Oct 18 23:33:40 PDT 2012); ASP.NET Version: 2.0.50727.1433 To locate the error I did commenting steps till it comes to appearing the error. Error appears when In the code is uncommented tag <asp:DataList>. Inside the tag I have reference to connection string: DataSourceID="CurrencySqlDataSource" for the rest there is no supisious places. The parameters of connection string I did check several times and these parameters I did use to connect from mijn computer to helionet database. Can somebody help me what is going on? Thanks in advance.
  5. Guys I have similar problem, I did create MySql database, I am using server johnny.heliohost.org (is it correct server for MySQL server?) Port is 2082. Is it correct? I have added my remote IP addres. The database user has been created. Still cannot connect to database using MySQL workbench. Is something not correct?? Can somebody help me?
  6. Of course it is good that it works, but if it comes out next time i do not know the reason. Anyway, thanks for the assitance
  7. For me either. But what strange is - from the beginning it doesn't. What could be the problem ? If you remember for the first issue was the same story, or you have changed somethying in configuration of the server. So it is still not clear.
  8. the link is http://dutchcode.heliohost.org/Default.aspx
  9. Can somebody help me handle menu issue in ASP.NET? Issue is following: I have created menu with three horizontal items, first item has three subitems. During running on mine local computer if I hover on first menu item it drops down three child items at once. On heliohost it shows only one item in dropdown box with possibility to scroll up and down. It looks not nice. What is the problem running on different computers? I have checked twice either all files have been copied and either they are the same. Has any idea about this issue?
  10. I did not change anything and now it is working. If somebody has changed some configuration on helionet, please, tell me. This is most important
  11. <p>So mine web.config is:</p> <div><?xml version="1.0"?></div> <div><!--</div> <div> For more information on how to configure your ASP.NET application, please visit</div> <div> http://go.microsoft.com/fwlink/?LinkId=169433</div> <div> --></div> <div><configuration></div> <div> <configSections></div> <div> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"></div> <div> <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"></div> <div> <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></div> <div> <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"></div> <div> <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/></div> <div> <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></div> <div> <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></div> <div> <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></div> <div> </sectionGroup></div> <div> </sectionGroup></div> <div> </sectionGroup></div> <div> </configSections></div> <div> <system.web></div> <div> <customErrors mode="Off" /></div> <div> </div> <div> <authentication mode="Forms" /></div> <div> <compilation debug="true"></div> <div> <assemblies></div> <div> <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> </assemblies></div> <div> </compilation></div> <div> <httpRuntime/></div> <div> <pages></div> <div> <controls></div> <div> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </controls></div> <div> </pages></div> <div> <httpHandlers></div> <div> <remove verb="*" path="*.asmx"/></div> <div> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </httpHandlers></div> <div> <httpModules></div> <div> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </httpModules></div> <div> </system.web></div> <div> <system.codedom></div> <div> <compilers></div> <div> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4"></div> <div> <providerOption name="CompilerVersion" value="v3.5"/></div> <div> <providerOption name="WarnAsError" value="false"/></div> <div> </compiler></div> <div> <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4"></div> <div> <providerOption name="CompilerVersion" value="v3.5"/></div> <div> <providerOption name="OptionInfer" value="true"/></div> <div> <providerOption name="WarnAsError" value="false"/></div> <div> </compiler></div> <div> </compilers></div> <div> </system.codedom></div> <div> <system.webServer></div> <div> <handlers accessPolicy="Read, Execute, Script" /></div> <div> <httpErrors errorMode="Detailed" /></div> <div> <validation validateIntegratedModeConfiguration="false"/></div> <div> <modules></div> <div> <remove name="ScriptModule"/></div> <div> <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </modules></div> <div> <handlers></div> <div> <remove name="WebServiceHandlerFactory-Integrated"/></div> <div> <remove name="ScriptHandlerFactory"/></div> <div> <remove name="ScriptHandlerFactoryAppServices"/></div> <div> <remove name="ScriptResource"/></div> <div> <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </handlers></div> <div> </system.webServer></div> <div> <runtime></div> <div> <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1"></div> <div> <dependentAssembly></div> <div> <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/></div> <div> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></div> <div> </dependentAssembly></div> <div> <dependentAssembly></div> <div> <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/></div> <div> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></div> <div> </dependentAssembly></div> <div> </assemblyBinding></div> <div> </runtime></div> <div></configuration></div> Ok, anyway the option customErrors mode="Off" doesn't work. It looks like there is other setting which overrules this setting. From Microsoft I see only one in machine.config. Do you know other possibilities when the setting can be overruled? web.config http://pastebin.com/cXLYUfDK
  12. Hi, yashrs thanks for the response. I did exactly what you advise me but it doesn't work. Any other suggestions? <p>here is the system web part:</p> <p> </p> <div> <system.web></div> <div> <customErrors mode="Off" /></div> <div> </div> <div> <authentication mode="Forms" /></div> <div> <compilation debug="true"></div> <div> <assemblies></div> <div> <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></div> <div> </assemblies></div> <div> </compilation></div> <div> <httpRuntime/></div> <div> <pages></div> <div> <controls></div> <div> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </controls></div> <div> </pages></div> <div> <httpHandlers></div> <div> <remove verb="*" path="*.asmx"/></div> <div> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </httpHandlers></div> <div> <httpModules></div> <div> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></div> <div> </httpModules></div> <div> </system.web></div> Ja, it is not handy see such text how can put xml text to be readable?
  13. avond and dutchcode Hi, Ice IT Support. I have one more question: I like use framework version at least 4.0, better 4.5. However here in the help it is said that highest version is 3.5. From other side I see somewhere in documentation assemblies with version 4.0 and 4.5. For me is not clear which highest version can be used.
  14. Can somebody help me? I am playing with asp.net. I have created simple asp.net application based on web forms. It is working on mine local computer but on helio hosting some error is generated. Framework version is 3.5. Even I cannot see the error stack. I set in the file web.config customErrors mode="Off" but still i gives me the message: The current custom error settings for this application prevent the details of the application error from being viewed remotely After searching on google it appears that settings in the file machine.config can supress settings in web.config. But I have no access no machine.config file on this server. Or maybe reason of not showing error details is completely different. I need to see errors. How can I resolve the problem. Thanks in advance
×
×
  • Create New...