Jump to content

jetliweb

Members
  • Posts

    19
  • Joined

  • Last visited

jetliweb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. No problem, looks like its back. Thanks for your help!
  2. Hi, Krydos, Thanks for your reply. I provided my link at the bottom of the first post. jetwebhost.heliohost.org. Now I just put some almost blank files to test. So you mean just keep waiting for a while then it would be okay?
  3. Hi, This morning I removed all files, only keep default folder, then it shows "index of" page, looks okay. Then I put a test project (almost blank), and this error occured: "Server Error in '/' Application Unrecognized attribute 'targetFramework'. (/home/jetliweb/public_html/Web.config line 1) Description: HTTP 500. Error processing request. " I thought the default is .NET 4.0, so I corrected it to 3.5. But the error still remains... I removed all, put them back, the error remains. Hope someone can help me out. Thank you!!
  4. Hi, I uploaded a new file about crystalreport to my website, then the error 500 occured: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Description: HTTP 500. Error processing request. Stack Trace: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. File name: 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] in <filename unknown>:0 at System.AppDomain.Load (System.String assemblyString) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AssemblyPathResolver.GetAssemblyPath (System.String assemblyName) [0x00000] in <filename unknown>:0 Now the point is I removed that new file, then error remains... I removed ALL files then put the backup files back(of course without new file), this error still remains... Don't know why?? Now I just want to get back to the previous status. My site: jetwebhost.heliohost.org Thank you!
  5. Thanks for your reply. I put <asp:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1" />, the short way of <asp:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1"></asp:ToolkitScriptManager>. Anyway, I have tried both, both can work on my local without error but still failed on the server.
  6. Thanks for your replay, but it doesn't help.. seems like his error is different from mine. They also mentioned the code "<%@ Register...%>", and I always put this code. Like I said it is working on my local, if I didn't put that code it won't work even on my local. Let my provide the codes for test page : -------------------------------------------------- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="test_Default" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <asp:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1" /> <div> <asp:Label ID="Label1" runat="server">Choose a date:</asp:Label> <asp:TextBox ID="TXTDate" runat="server" Width="65" AutoPostBack="True" ontextchanged="TXTDate_TextChanged"></asp:TextBox> <asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TXTDate"></asp:CalendarExtender> <asp:requiredfieldvalidator id="Valid_Startdate" runat="server" ControlToValidate="TXTDate" ErrorMessage="*"></asp:requiredfieldvalidator> </div> </form> </body> </html> -------------------------------------------------- It just a simple page with a textbox which could pop up a small calendar if AjaxControltoolKit works. (With some related .dll files in the bin)
  7. @Krydos, I'm sorry about it, I don't know I can do that or didn't realize to do that. Thanks for your reminder. The error still there, it's the link for test page: http://jetwebhost.heliohost.org/test/ I put all related .dll files in the bin directory. It is working on my local. Thanks for your help, sorry for any inconvenience.
  8. Hi, @Shinryuu: for your first reply, "perhaps a mod/admin can check the user database to confirm that but you may be on your own," not sure what that means? Its about my database?? thank you!
  9. Hi, today It looks like I can't link my website.. the first error is: "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@jetwebhost.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at jetwebhost.heliohost.org Port 80 " then it became this error later: "Server Error in '/' Application Disk full. Path /tmp/nobody-temp-aspnet-0/f5b904b7/App_Web_4544e31f_0.cs Description: HTTP 500. Error processing request. Stack Trace: System.IO.IOException: Disk full. Path /tmp/nobody-temp-aspnet-0/f5b904b7/App_Web_4544e31f_0.cs at System.IO.FileStream.FlushBuffer (System.IO.Stream st) [0x00000] in &--#60;filename unknown&--#62;:0 at System.IO.FileStream.FlushBuffer () [0x00000] in &--#60;filename unknown&--#62;:0 at System.IO.FileStream.Flush () [0x00000] in &--#60;filename unknown&--#62;:0 at System.IO.StreamWriter.Flush () [0x00000] in &--#60;filename unknown&--#62;:0 at System.IO.StreamWriter.Dispose (Boolean disposing) [0x00000] in &--#60;filename unknown&--#62;: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 have no idea why?? "Disk full"?? I just used a few spaces... and I can't login my cPanel but still can use ftp.
  10. Hi, I am a ASP.NET user. Now I got the error below when I use <asp:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1"/>, I also found an old post, http://www.helionet.org/index/topic/7476-aspnet-35-site-problems/page__p__55414__hl__ajaxcontroltoolkit__fromsearch__1#entry55414 (the issue came up in the middle of the thread) that has the same error, but I am not sure how they fixed? I put the AjaxControlToolkit.dll in the bin directory, and put all codes I can put (I hope so..). Also, It is working fine on my local but failed on Johnny. Please help me out, Thanks! The error: Could not load type 'AjaxControlToolkit.ToolkitScriptManager' from assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'. Description: HTTP 500. Error processing request. Stack Trace: System.TypeLoadException: Could not load type 'AjaxControlToolkit.ToolkitScriptManager' from assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'. at (wrapper managed-to-native) System.Reflection.Assembly:InternalGetType (System.Reflection.Module,string,bool,bool) at System.Reflection.Assembly.GetType (System.String name, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AspComponentFoundry+AssemblyFoundry.GetType (System.String componentName, System.String& source, System.String& ns) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AspComponentFoundry.CreateComponent (System.Web.Compilation.Foundry foundry, System.String tagName, System.String prefix, System.String tag) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AspComponentFoundry.GetComponent (System.String tagName) [0x00000] in <filename unknown>:0 at System.Web.UI.RootBuilder.GetChildControlType (System.String tagName, IDictionary attribs) [0x00000] in <filename unknown>:0 at System.Web.UI.ControlBuilder.CreateSubBuilder (System.String tagid, IDictionary atts, System.Type childType, System.Web.UI.TemplateParser parser, ILocation location) [0x00000] in <filename unknown>:0 at System.Web.Compilation.AspGenerator.ProcessTag (ILocation location, System.String tagid, System.Web.Compilation.TagAttributes atts, TagType tagtype, System.Boolean& ignored) [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
  11. Mine is working, too. Really appreciate your effort!!!
  12. Hi, Just found out there are some old posts similar to the situation I have. Then the root admin fixed the issue. http://www.helionet.org/index/topic/9064-aspnet/page__hl__gdiplus__fromsearch__1 http://www.helionet.org/index/topic/8898-systemdllnotfoundexception-gdiplusdll-aspnet-failure/page__hl__gdiplus__fromsearch__1 Can my request be escalated to root admin to check this out? Appreciate it!
  13. HI, krydos, really thanks for your reply! I know what you mean, I also put some other xxx.dll files in the bin for some objects to make them work, that's right. But looks like gdiplus is kinda different. it is a part of a library GDI+ which should be provided by the system (server). As I've searched, most of suggestion or solutions are all about how to do something on your (my) system and some sources said sometimes gdiplus error happens because the file is absent from the system or it has been corrupted. So again, my system looks ok, the program works on my local, but when it runs on Johnny error comes out, so means.. should do something for the Johnny server??(but I definitely can't) But still If there is something I can do by myself I am willing to do it. Just don't know what else to do. (Even put dll file in the bin, not works; but I never do this, it still worked) so any administrator can help me to find out the problem? Thanks a lot!!
  14. Hi, I still cannot fix it, and really don't know how to fix it. If it is possible that something wrong with the server? I just don't know. The error keeps happening, and again, it didn't happen before and I didn't change the code... and it always working fine on my local machine (my localhost). As far as I've searched, looks like this gdiplus is about the host server. So hope someone can help me out. Now it looks like every function I made which is about gdiplus would cause this error.... I am just not familiar with this kind of issue. Thanks.
  15. Thanks for you reply. First of all, I am not familiar with that gdiplus.dll but I mean, there is no gdiplus.dll in my bin directory all the time but the website worked fine before,and I didn't change the codes. All of a sudden I got this error but its totally fine on my local machine. So this gdiplus should be supported by the server? I am not sure, just feel weird why the error came out suddenly without any change? Hi, I try to add gdiplus.dll to my bin directory (on my local machine) but an error occurs "A reference to '...\gdiplus.dll' could not be added. No type libraries were found in the component". I upload the gdiplus.dll to my live bin directory, then the same error occurs as my first post.
×
×
  • Create New...