Search the web
Sign In
New User? Sign Up
win_tech_off_topic · Windows Technical: Off Topic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 28035 - 28064 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28035
Possibly use junctions points as I describe here? http://www.cookcomputing.com/blog/archives/000351.html#351 This works for the purpose I describe. There may...
Cook, Charles (Charles)
charlescookuk
Offline Send Email
Apr 1, 2004
9:06 am
28036
http://www.oreillynet.com/pub/a/dotnet/2002/12/09/ndoc.html I do not allow my team to use XML doc-comments for anything other than public API docs, and then...
Shawn A. Van Ness
arithex
Offline Send Email
Apr 1, 2004
9:48 am
28037
... So, I'm certainly not going to disagree with the statement that "bad documentation is worthless". I guess I thought the question was whether accurate...
Craig Andera
craigandera
Offline Send Email
Apr 1, 2004
1:29 pm
28038
... The docs do not lie - it does indeed work. The usual problem with this is that your XML is wrong. Are you authoring it by hand? If so, realize that if you...
Craig Andera
craigandera
Offline Send Email
Apr 1, 2004
1:40 pm
28039
IIRC you can throw an exception too that provides some "aggresive flow control". that may work. Can remember what version of JavaScript this requires but I...
Jim Murphy
jjm_morgan
Offline Send Email
Apr 1, 2004
2:32 pm
28040
Hello. I'm trying to use the indexing service to build a search component. the problem is that it can't find pdf files when I ran a search using a filter on...
Luis Abreu
thekingcobra_pt
Offline Send Email
Apr 1, 2004
2:35 pm
28041
Hello. I'm trying to use the indexing service to build a search component. the problem is that it can't find pdf files when I ran a search using a filter on...
Luis Abreu
thekingcobra_pt
Offline Send Email
Apr 1, 2004
2:36 pm
28042
You need a filter from Adobe: http://www.adobe.com/support/salesdocs/1043a.htm -e ... From: "Luis Abreu" <luisabreu@...> To:...
Eric Kepes
erickepes
Offline Send Email
Apr 1, 2004
2:55 pm
28043
Yes I am authoring it by hand. That's partly because I didn't know there was a tool to do it. I thought it was painful. Thanks for the hint. ... Dynamisys...
Richard Howells
loopylozzysdad
Offline Send Email
Apr 1, 2004
4:12 pm
28044
+1 for the tool. ... From: Richard Howells [mailto:Richard@...] Sent: Thursday, April 01, 2004 11:10 AM To: win_tech_off_topic@yahoogroups.com ...
Greg Robinson
volkl96
Offline Send Email
Apr 1, 2004
4:30 pm
28045
And there's lots of other great IFilters as well: http://www.ifiltershop.com/ Visit my .NET blog at ComputerZen.com! <http://www.computerzen.com/> Scott...
Scott Hanselman
shanselman
Offline Send Email
Apr 1, 2004
4:52 pm
28046
You can also fire up a copy of fuslogvw (fusion log viewer) which shows you successful and failed attempts at loading assemblies. fuslogvw is part of .net I...
jgoalby
Offline Send Email
Apr 1, 2004
5:41 pm
28047
its in the SDK ... From: jgoalby [mailto:jgoalby@...] Sent: Thursday, April 01, 2004 12:39 PM To: win_tech_off_topic@yahoogroups.com Subject: Re: [OT]...
Greg Robinson
volkl96
Offline Send Email
Apr 1, 2004
5:43 pm
28048
My company is currently looking at using a report generation tool of some sort. Crystal Reports seems to be the defacto standard (or at least the one which...
Ken Kozman
whereismaryd...
Offline Send Email
Apr 1, 2004
6:49 pm
28049
Crystal has 1 unmanaged dll. This prevents it from being "no touch deployed". If you are working out of private folders, you should be good to go. ... From:...
Greg Robinson
volkl96
Offline Send Email
Apr 1, 2004
6:53 pm
28050
... Yeah, but exceptions bubble up the stack. Unless I misunderstood his original question, he wanted to return immediately without the rest of the stack being...
Marsh, Drew
drew_marsh
Offline Send Email
Apr 1, 2004
7:22 pm
28051
Active Reports from Data Dynamics. I have been doing both SQL and XML based reports for several years with this product and I am very happy with it. They now...
Darrel Miller
darrelmiller
Offline Send Email
Apr 1, 2004
7:33 pm
28052
Ken, ActiveReports has a user deployable report designer you might want to look at. I'm not sure if it consumes xml... But I did like the user deployable ...
Robert MacFadyen
robmacfadyen
Offline Send Email
Apr 1, 2004
7:52 pm
28053
Active Reports for .NET r00lz. It does everything that you asked about. -Christopher Microsoft MVP - ASP.NET http://www.chrisfrazier.net/blog ... From: Darrel...
Christopher Frazier
alafdool
Offline Send Email
Apr 1, 2004
7:52 pm
28054
Hey all, For those who do TDD based development... How do you approach writing tests for a routine that returns a dataset, datatable, datareader? Do you...
Robert MacFadyen
robmacfadyen
Offline Send Email
Apr 1, 2004
7:54 pm
28055
I'm having my "Find in Files stops working" [1] again. I'm getting annonyed. It looks like the VS .NET has cached something about the number of files in my...
marklevison
Offline Send Email
Apr 1, 2004
7:58 pm
28056
... Further up the thread, someone mentioned Response.End in ASP.NET - you might be interested to know that it also doesn't end the execution immediately, but...
Kirk Jackson
kirkjackson
Offline Send Email
Apr 1, 2004
8:17 pm
28057
I have a question about whether ActiveReports can handle something I've written a ton of custom C# to handle. I've got data that looks like this: ID, Title,...
Chris Sells
csells
Online Now Send Email
Apr 1, 2004
8:20 pm
28058
I like the notion of C#'s documentation comments, but Microsoft seems to have dropped the ball. Visual Studio .Net's code comment web reports provide very...
Neville Campbell
mathneville
Offline Send Email
Apr 1, 2004
8:28 pm
28059
Yeah - but couldn't he catch it only at the outermost function? so it would in effect exit(0) assuming nobody else had catch() statements? I only know enough...
Jim Murphy
jjm_morgan
Offline Send Email
Apr 1, 2004
8:34 pm
28060
thanks a lot (both of you). I'll take a look a those sites. regards, Luis _____ From: Scott Hanselman [mailto:scott@...] Sent: quinta-feira, 1 de...
Luis Abreu
thekingcobra_pt
Offline Send Email
Apr 1, 2004
8:36 pm
28061
... Yup, this one bites people who do a blanket catch statement all the time. For example: <codeSnippet language="C#"> try { // all my work with really bad...
Marsh, Drew
drew_marsh
Offline Send Email
Apr 1, 2004
8:59 pm
28062
... Yeah totally, but again, unless I misunderstood, I think he wanted to prevent it from ever going up the chain (not allow anyone to catch it). Seems like a...
Marsh, Drew
drew_marsh
Offline Send Email
Apr 1, 2004
9:00 pm
28063
I've tried using it, but it doesn't seem to work. do you know where I can find more info about this? thanks. Luis _____ From: Luis Abreu...
Luis Abreu
thekingcobra_pt
Offline Send Email
Apr 1, 2004
9:35 pm
28064
... I don't personally return DataSets so I haven't run into this testing scenario, but if I did this sounds like exactly the way to do it. Testing the order...
Marsh, Drew
drew_marsh
Offline Send Email
Apr 1, 2004
9:49 pm
Messages 28035 - 28064 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help