Re: Issue with crashing Windows apps on Diego


Aaron Huber
 

The app is just a simple one page test app we've been using since we landed
Iron Foundry, here is the content in our default.aspx:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"
%>

<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
&quot;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">
<div>
Hello from Iron Foundry!
</div>
<div>
<%
Response.Write(".NET Framework Version: " +
System.Environment.Version.ToString() );
%>
</div>
</form>
</body>
</html>

I can't imagine it's causing any problem. :-) I'll try turning off the
healtcheck in CF and run healthcheck.exe in the app directory and see if I
can get any more data, thanks for the suggestion.

Aaron



--
View this message in context: http://cf-dev.70369.x6.nabble.com/Issue-with-crashing-Windows-apps-on-Diego-tp3586p3603.html
Sent from the CF Dev mailing list archive at Nabble.com.

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.