Jump to content

New Computer


RobYost

Recommended Posts

I just installed Delphi and UniGui.

 

When I run a UniGui project in the debugger I get:

 

---------------------------
Debugger Exception Notification
---------------------------
Project Project1.exe raised exception class EUniSessionException with message 'Invalid session or session Timeout.'.
---------------------------
Break   Continue   Help   
---------------------------
procedure TIdCustomHTTPServer.DoCommandGet(AContext: TIdContext;
  ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
begin
  if Assigned(FOnCommandGet) then begin
    FOnCommandGet(AContext, ARequestInfo, AResponseInfo);
  end;
end;

It works fine if I click run without debugging.  I can even attach to the process.  

 

Does anyone have any idea what I've done wrong with the installation?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...