OK, think I eliminated the cause.
I had stripped down the project even further, and noted an exception thrown "File does not exist." Again, I had never seen that issue in the app before.
The issue stopped when I noted the project server was set to the built-in Visual Studio server, rather...
I'm revisiting an old application of mine--a comments page that sends an email--for an edit. But before I can do that, I'm trying to get it to run properly. I'm seeing an error I don't remember seeing during its development.
On trying to run the app for the first time since development, I saw...
First time programming a full three-tier application, and I've been handed a biggie (as projects go in my group).
When I retrieve a datetime into a c# middle-tier object datetime property from the data tier, the datetime has to have a value. Not always having a valid date, I initialize it to...
>That's an improvement also, because users aren't confused by being shown a file folder upon clicking Open.
Oops--I should mention, previously I did have one option if I didn't want IE to quietly abort--I would cause a file type application/x-zip-compressed to get entered in the case of a .docx...
Thanks Mark--
Improvement number one, that causes IE 6 or 7 to return with the anticipated prompt to recognize the file and offer to Open or Save--which it wasn't doing before, when IE just seemed to quietly abort the operation.
Second, now that the prompt does appear for Office 2007 files as...
I’m working with the following code in ASP 1.1, SQL Server 2000 database.
Main test workstation has: Office 2007, IE 7
Secondary test workstation: Office 2003, IE 6
Fired by a link, the code at bottom of my post downloads to the client some content stored as a binary field in SQL, opening it...
I've got data by month. Input to the bar chart groups axis is a datetime value, ordered chronologically, always the first day of the month: 6/1/2005, 7/1/2005.
I would rather the chart labeled the groups in format "June 2005", "July 2005"--and kept chronological order.
The problem with...
Assume a main report with subreports 1 and 2. For a given set of parms, if sub 1's stored procedure returns no resultset, I would like to suppress subreport 1 and renumber the text-box caption of sub 2, which can use a formula, as sub 1.
Is there a method available to discover sub 1 is empty?
Crystal XI, Windows XP Professional, SQL Server 8.
The chart is a bar graph. I've stayed with 2D to be able to maximize the quantity of groups I can get in there.
I'm doing a bar chart where the number of items for the x-axis can vary from 1 unit up to so many that Crystal won't display the x-axis labels (when Crystal displays those labels, it's all-or-nothing).
I increased the quantity at which the x-axis labels disappeared by selecting the "staggered"...
I'm trying to place text boxes for headings on a report.
Vertically, the text boxes have varying quantities of rows of text, all right-aligned for purposes of my description.
I need the bottoms of all heading texts to line up with each other just above a line in the page header--but bottoms of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.