dbforum147/
共11个网摘 [
1 ] |
访问dbforum147的个人空间
dbforum147收录,使用标签:My, call, ends, in, an, fatal, error, calling, with, our, shared, fax,时间:2008-8-1 0:15:49 | 相关网摘,我也收藏
http://shuqian.qq.com/309489855
dbforum147收录,使用标签:Help, with, windows, services, I, need, direction, on, how, to, create, a, program, that, will, start, multiple, windows,时间:2008-8-1 0:08:07 | 相关网摘,我也收藏
Help with windows services
I need direction on how to create a program that will start multiple windows
services. Each service will monitor a specific directory using
FileSystemWatcher. I have the file system watcher part working...but how
does one create multiple windows services??
http://www.databaseforum.info/1/3/c9104b6ecff6c1b9.html
dbforum147收录,使用标签:but, is, there, a, way, of, showing, the, folder, tree, with, the, sizes, of, all, files,时间:2008-6-30 23:30:19 | 相关网摘,我也收藏
folder sizes
Hello,
I am trying to find out how much disk space the various files & folders in
my 'Documents' take up.
I know how to get the size of individual files, and individual folders, but
is there a way of showing the folder tree with the sizes of all files ,
folders, sub-folders ate the same time ?
Thanks
KK
http://www.databaseforum.info/7/11/d36bdb91d3e86cb6.html
dbforum147收录,使用标签:anything, added, below, this, line, is, nothing, to, do, with, me,时间:2008-6-30 22:43:42 | 相关网摘,我也收藏
Hello,
I have a page that is supposed to do some checking, and if OK, set a
session variable before redirecting to another page. The following code
is a simplified version, I have hard-coded the basket ID and removed a
load of extra checking...
public partial class GoToCheckout : Page {
public void Page_Load(Object o, EventArgs e) {
try {
Session["basketid"] = "178";
//x.Text = "redirecting to PreCheckout.aspx";
Response.Redirect("PreCheckout.aspx");
} catch (Exception ex) {
Response.Redirect("/?msg=" + ex.Message);
//x.Text = "exception - " + ex.Message;
}
}
}
When this page is called, it throws a "Thread was being aborted"
exception when it hits the line...
Response.Redirect("PreCheckout.aspx");
The catch block picks it up and redirects to the home page, putting the
exception message in the querystring. I did this because if I comment
out the redirect in the catch and instead use the (commented out) x.Text
bit (x is a literal, put on the otherwise empty .aspx file for
debugging), then the redirect works fine!!
If I comment out the redirect in the try block and uncomment the x.Text
line there, then the page displays the message "redirecting to
PreCheckout.aspx" exactly as expected.
So, it seems there's some weird problem with the redirect, but I can't
work it out. Nor can I work out why changing the behaviour of the code
in the catch block changes whether the exception is raised or not.
This code has been working fine for a few months now. I have recently
been changing pages to use master pages and themes, which is when I
noticed the problem. However, if I now change this page back to not use
a master or theme, the problem is still there. I am totally baffled, and
would appreciate any help you can offer. TIA
--
Alan Silver
(anything added below this line is nothing to do with me)
-
http://www.databaseforum.info/8/7/09fd2e2496e26328.html
dbforum147收录,使用标签:Australian, EPG, using, ICETV, with, Vista, continually, breaks,时间:2008-6-30 21:11:23 | 相关网摘,我也收藏
49015: Special MVP Chat on the ExpertZone this Thursday, October 16
49016: Live or recorded TV yields error and won't work
49017: Recovery shortcut?
49018: DRM Content - Reinstall
49019: Australian EPG using ICETV with Vista continually breaks - Microso
49020: Tuner not found issue
49021: SENDING AND RECORDING IMAGES ON A CD-RW
49022: Synchronization timeout
49023: WMP won't STOP playing video when closed
49024: none
49025: Installing MCE
49026: copying music from radio
49027: can't play dvd
49028: MCE output to TV
49029: Reblast channel?
49030: Windows Media Player Error Message Help
49031: To create a Boot Disk for NTFS or FAT in Windows XP
49032: Linksys Media Center Extender - Some missing features
49033: tv Record FREEZE on MCE 2005 , why?
49034: shortening music to fit C D
49035: error code 0xC00D1199
http://www.databaseforum.info/archive/5/
dbforum147收录,使用标签:ContentFilter, with, Wildcards, for, Senders,时间:2008-6-30 21:10:42 | 相关网摘,我也收藏
12628: VFP 7.0 to Start SQL Job?
12629: E2k7Sp1: ContentFilter with Wildcards for Senders
12630: Filer
12631: FWD: Prove this internet package
12632: ComboBox state?
12633: Migration from Exchange 5.5 to Postfix
12634: Exchange 5.5 IMC Logs building up?
12635: Crazy email headers
12636: FE and OWA
12637: wrap grid header?
12638: EditBox Question
12639: sharing calendar with exchange server 2003
12640: OWA Installation
12641: Clustered Exchange 2003 service startup type: automatic or manual?
12642: two servers for two domains
12643: VFP9 Report Bands
12644: Outlook Web Access - Features Lacking
12645: What is happening to my data ??
12646: OWA loading messsage
12647: Saving longer history of newsgroups then my ISP
12648: Default OMA language
12649: Exchange 2003 Admin Tools Installation Failure
http://www.databaseforum.info/archive/3/
dbforum147收录,使用标签:Connecting, to, Sharepoint, with, Frontpage,时间:2008-6-30 21:09:57 | 相关网摘,我也收藏
42058: libc.lib linking issue
42059: Connecting to Sharepoint with Frontpage
42060: ADS Controller show devices Busy
42061: Print Driver Signing
42062: External Connector License
42063: Black Screen at boot up 2003 (critical)
42064: How to set password protection for All users
42065: Which scenario is more secure? (VPN)
42066: Anonymous Logon in Event viewer
42067: Active Directory and Virtual Lan!
42068: How to print out the Group Member in AD
42069: Printer ISSUE.. HELP!!
42070: Finding software
42071: Personal Sites/Views Disabled
42072: Replacing First DC in 2003 AD Domain
42073: Stop IM From Loading w/OE
42074: IMF rejects all Gmail and Road Runner mail
42075: Event ID 2000 - Source:SRV causing network issues
http://www.databaseforum.info/archive/15/
dbforum147收录,使用标签:compiler, not, enforcing, CLS, compliance, even, with,时间:2008-6-30 21:09:24 | 相关网摘,我也收藏
150155: filling a data table form a sqldata reader
150156: C# compiler not enforcing CLS compliance even with CLSCompliantAttribute
150157: Subreports - loaded dynamically?
150158: Visual Studio 2003
150159: [OT] Order the Windows Security Update CD
150160: default printer setup in terminal services
150161: Related information
150162: Chat window resizing in Messenger 6.1
150163: Financial Merger
150164: XML Designer and Datasets.
150165: How to install member server on network
150166: MSN+PenCan+XP dont works, why?
150167: Client machine not picking up setup file
150168: I want to tell you about a great site I found
150169: Messenger opens wrong email client
150170: MSN Messenger Audio trouble
150171: Remote Web and OWA Auto Disconnect trouble
150172: Drop Down Filter Control
http://www.databaseforum.info/archive/13/
共11个网摘 [
1 ]