All times are UTC [ DST ]





Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
  Print view

  ASP error
Author Message
    PostPosted: Fri Nov 27, 2009 8:26 am 


Get this when I log in:
(new acct)
URL: https://www.eve-bank.net/User/profileUpdate.aspx

Code:
Server Error in '/' Application.
Conversion from type 'DBNull' to type 'Long' is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidCastException: Conversion from type 'DBNull' to type 'Long' is not valid.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[InvalidCastException: Conversion from type 'DBNull' to type 'Long' is not valid.]
   Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(Object Value) +715046
   UsersRow.get_APIUserID() +60

[StrongTypingException: The value for column 'APIUserID' in table 'Users' is DBNull.]
   UsersRow.get_APIUserID() +183
   User_profileUpdate.load_user_profile() +246
   User_profileUpdate.Page_Load(Object sender, EventArgs e) +390
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601


Last edited by Ostor on Fri Nov 27, 2009 8:27 am, edited 2 times in total.

Top
 Profile  
 

  Re: ASP error
    PostPosted: Sun Nov 29, 2009 6:54 pm 
API Verified


I too get this error. It's rather annying :(


Top
 Profile  
 

  Re: ASP error
    PostPosted: Sun Nov 29, 2009 7:07 pm 
EBANK Board


I have temporarily fixed this error for newly created accounts. A permanent fix will be instituted next weekend.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Fri Dec 04, 2009 8:29 am 


I still get this error...

and it's the week after the weekend ...

sorry if i'm a weekend too early


Top
 Profile  
 

  Re: ASP error
    PostPosted: Fri Dec 11, 2009 12:00 am 


Still receive this error for new accounts. Just keeping a heads up about it.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Tue Dec 29, 2009 3:03 pm 
API Verified


Ray McCormack wrote:
I have temporarily fixed this error for newly created accounts. A permanent fix will be instituted next weekend.



I'm a newly created account and i get this error, i can't do anythings...



Server Error in '/' Application.

Conversion from type 'DBNull' to type 'Long' is not valid.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidCastException: Conversion from type 'DBNull' to type 'Long' is not valid.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[InvalidCastException: Conversion from type 'DBNull' to type 'Long' is not valid.]
Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(Object Value) +716486
UsersRow.get_APIUserID() +60

[StrongTypingException: The value for column 'APIUserID' in table 'Users' is DBNull.]
UsersRow.get_APIUserID() +183
User_profileUpdate.load_user_profile() +246
User_profileUpdate.Page_Load(Object sender, EventArgs e) +390
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016


Last edited by Risbo6 on Tue Dec 29, 2009 3:09 pm, edited 1 time in total.

Top
 Profile  
 

  Re: ASP error
    PostPosted: Fri Jan 08, 2010 11:25 am 


^^ THIS


Top
 Profile  
 

  Re: ASP error
    PostPosted: Fri Jan 15, 2010 2:13 pm 


i have this problem ,too and now i want to now when i can use my account?^^


Top
 Profile  
 

  Re: ASP error
    PostPosted: Wed Jan 20, 2010 5:17 am 


Whoops, I created a new post about this. :/

But yeah, I too receive that error.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Thu Jan 21, 2010 10:12 am 


Got the same problem with my new acc.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Tue Feb 02, 2010 8:48 pm 


https://www.eve-bank.net/User/profileUpdate.aspx


Im getting this error still.... :(

Didn't this get fixed a long time ago?


Top
 Profile  
 

  Re: ASP error
    PostPosted: Wed Feb 24, 2010 7:09 pm 
API Verified


Yep I get this too. Is this being worked on or what? It's been a problem for a while now apparently.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Wed Feb 24, 2010 7:31 pm 
EBANK Board


I've been putting off fixing this problem as it only affects new accounts; which is something I don't think we should be encouraging (or seen to be).


Top
 Profile  
 

  Re: ASP error
    PostPosted: Thu Feb 25, 2010 3:06 am 
API Verified


Ok thanks for the quick reply. Hopefully it will all be figured out soon.


Top
 Profile  
 

  Re: ASP error
    PostPosted: Tue Apr 13, 2010 5:35 am 


I am also getting this error. Quite annoying.

Ray McCormack wrote:
I've been putting off fixing this problem as it only affects new accounts; which is something I don't think we should be encouraging (or seen to be).


Don't you want more business? :P


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


  Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:

© EBANK
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group