Jump to content

Search the Community

Showing results for tags 'mono'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. HELP!!!! I'm sure I use asp.net 3.5 build the website. All code generated by vs 2010 except I create a <p> tag in default.aspx. Here's the file web.config, <?xml version="1.0"?> <configuration> <appSettings/> <connectionStrings/> <system.web> <customErrors mode="Off" /> </system.web> </configuration> Why such simplest website got a server error???!!! And I already created tag <customErrors> and change mode to "Off", and I've been tried "On", "off" and "on". Same Error Info. Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Anyone can HELP me?? I've been stuck on it 3 days............ Thank U very very very MUCH!!! My domain is http://miniqud.heliohost.org/ WebSiteTry.zip
  2. I have been developing an application making use of the Subgirum Google Maps wrapper for ASP.NET. This application works when I test it on my local system but when I deploy it I get this error: Server Error in '/' Application Object reference not set to an instance of an object Description: HTTP 500. Error processing request. Stack Trace: System.NullReferenceException: Object reference not set to an instance of an object at System.Web.UI.ScriptManager.RegisterScript (System.Collections.Generic.List`1& scriptList, System.Web.UI.Control control, System.Type type, System.String key, System.String script, System.String url, Boolean addScriptTag, RegisteredScriptType scriptType) [0x00000] in <filename unknown>:0 at System.Web.UI.ScriptManager.RegisterClientScriptInclude (System.Web.UI.Control control, System.Type type, System.String key, System.String url) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [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 I am pretty new to this so this has me pretty stymied, I really have no idea where to start when it comes to tracking down this error. Does this error suggest anything in particular or is it too generic to be of use?
  3. How can i fix this error ? http://williamx.heliohost.org/ My web.config like this <?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <compilation debug="true"/> <authentication mode="None"/> <customErrors mode="Off"/> </system.web> </configuration>
  4. Hello Guys, I am having this compilation error while running my site : VBNC30451: Could not resolve the name 'Label' It runs without an error when I use IIS Express on my PC. My PC has .Net Framework 4 and 3.5, BTW, While heliohost has .Net Framework 2(mono). I have already changed .Net Framework version in web.config from 4 to 2.0. Still no luck. The error occurs at this line when I declare a variable : Dim label(2) As Label I have my account on the Johnny server. The site's here at bookywormy,uni,me Thanks for your suggestions Yours sincerely, Dhruvit
  5. A couple questions regarding mono and Johnny, So, if my account is on Johnny, is mod_mono installed for sure within Apache? Is there anything else that has to be done to configure it? -- like something in cpanel? Also, if it is installed, how to create a .net site. Most .net websites have .aspx pages and .cs or .vb files in a bin folder, and a web.config. Where would i put this in my folder structure? Just in public_html? Any info or documentation in this regard would be much appreciated. Regards, Allan
  6. after my site worked good for a while, it suddenly does not show aspx files. i always get now: Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> i have noticed that even when trying to access not existing pages ending with .aspx, the server does not return file not found but the same asp.net error instead. i have a def.aspx here: buzzmouse.heliohost.org/def.aspx for default page : index.html all is good. i actually follow the Web.config suggestion and add <customErrors mode="Off"/> with no success. any ideas??
  7. Hi, I would like to use mono feature on stevie, is there any additional configuration needed? I try to upload mojoportal application for cms which work on asp.net and mono, but after i try to open the webpage, it showed the code of asp.net. my hosting is www.sinaga.or.id, userid mysuse Regards, Rinto
×
×
  • Create New...