crashes with database connection
8/8/2005 5:58:30 AM
(Total replies: 1)
|
If I open the database connection and I enter something wrong so it doesn't connect, or I decide to just cancel out of the connection for whatever reason, the entire application crashes.
Very annoying, can anyone confirm this with themselves as well? |
|
|
Re: crashes with database connection
8/10/2005 5:44:36 AM
(Total replies: 1)
|
What I do is pretty simple:
Click "Data" then click "SQL Server". Upon the opening of the dialog I check the "Use Web.Config Setting?" checkbox which opens the file browser. I browse to the web.config, close that dialog and click the "Get" button" it populates the form, I then remove the "Data Source=" from the Server IP/Name" field (it'd be nice to have that stripped automatically). If I accidently delete one too many characters or something like that and then tab out of that field it ... |
|
|
Re: crashes with database connection
8/11/2005 5:33:56 AM
(Total replies: 2)
|
no, I am saying that when it crashes, ASP Express as a whole crashes.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ConnectionString" value="Data Source=localhost;Initial Catalog=***;UID=***;PWD=***;" />
</appSettings>
<system.web>
<compilation debug="true"/>
<customErrors mode="Off"/>
<authentication mode="Forms">
<forms name="AmeRetAuth" loginUrl="/login.aspx" protection="All" timeout="60" path="/" />
... |
|
|
|
|
opening multiple copies
7/18/2005 7:40:48 AM
(Total replies: 1)
|
I sometimes loose track of which files I have open, so I will open one a second time...it would be nice, if this happens, to just jump to the copy that is already open, or, at the very least have a prompt asking whether to jump to the current one, or open another copy. |
|
|
Re: opening multiple copies
8/8/2005 5:31:45 AM
(Total replies: 1)
|
any info on when/if this might be fixed? What I would like to see is just like most other editors do, if you already have a copy of "filename.aspx" open, rather than opening it again, it just flips to the currently open one.
Time is nearing me to buy or move along. I really like this app except for a couple of quirks like this...so, while I probably will buy it in the next couple days, I would like to know the direction of the app.
Thanks much for a cool app. |
|
|
|
|
plan to buy, but get error with v4
6/28/2005 5:46:29 AM
(Total replies: 2)
|
I am trying to evaluate this app, it seems quite cool, just installed v4, when trying to hook up to a SQL Server db, I get a dialog that says "richtx32.ocx" is missing or corrupt...what the heck is that file? |
|
|
Re: plan to buy, but get error with v4
6/29/2005 5:43:46 AM
(Total replies: 1)
|
OK, cool, that works. Thanks for the quick fix...
Now...
If I open more than one file at a time I get an error:
ModName: modCSSParser
ProcName: ParseFile
Error Number: 53
Version Number: 4.01
Error Message: File Not Found
If I open only a single file at a time that error does not occur.
I appreciate the prompt support. I have about 40 days of my trial left, given the prompt fixes, plus it's just a cool app, I am pretty sure I will buy this app for my ASP.Net development needs. Thanks. |
|
|
keep-alive connection feature?
7/5/2005 6:30:57 AM
(Total replies: 1)
|
Would it be possible at some point to add a keep-alive connection feature that would just ping the server every few seconds just to keep the connection from timing out? That would be a major help on a couple of the servers I work on...
thanks for consideration and a great app. |
|