| Thread | Last Post | Replies |
|
| How do I check if class lib is being used by web or windows app? | 05 Mar 2008 10:43 GMT | 3 |
[Didn't get an official response from MS...so am reposting after setting up alias] I have a method in a common class library that reads the application config file. If the library is used by a Windows app, it should use
|
| Suppressing blank lines in a mail merge | 05 Mar 2008 09:17 GMT | 6 |
I have seen many posts on this subject all with cumbersome work arounds. What I would like is for someone to post a simple and concise If - then statement that will suppress the blank line created when in certain situations my address does not have an address2.
|
| Exception stack is corrupt when catching and storing the exception | 05 Mar 2008 08:11 GMT | 2 |
i have som code that does e number of operatoins, if any exception occurs during the execution path, the exception is stored in a list, and in another place, the errors are logged. for example, method a calls b, that calls c. c throws an exception, that b stores. When using the ...
|
| LINQ - Concatenated seq from subcollection under parent collection | 05 Mar 2008 00:09 GMT | 3 |
I suspect this is super simple, but I'm just getting started with linq. I have a collection, say Orders. Under each Order I have a collection of Lines. I want to get a distinct list of ItemNumbers for all Orders.
|
| ADO.Net / Multiple SQL Statements in One Command | 04 Mar 2008 22:55 GMT | 1 |
I'm writing an application to assist in the deployment of some complex database schema out of a working DDL script that has already been generated. We're targeting SQL 2000 and 2005, and the script runs fine now inside Query Analyzer / Management Studio. It's *long* though, and ...
|
| TextBox4_ChangedText | 04 Mar 2008 20:18 GMT | 1 |
Hello. Using XP Pro w/SP4 and VS 2003. Is it normal for this procedure to run before I have even seen the Form1? I can write code to work-around this. I believe that what it is doing is as soon as TextBox4 is initialized, it is
|
| Major Performance Bug in DataTable? | 04 Mar 2008 19:32 GMT | 14 |
I came across this disturbing problem. The code adds 10000 rows to a DataTable and then changes the value of one field on each row. It should be super fast right? As written it takes 19s to complete on my machine.
|
| No color in Live Tv MCE 2002 | 04 Mar 2008 18:08 GMT | 1 |
I use windows xp media center edition 2002 version 5.1 (Build 2600.xpsp_sp2_gdr.070227-2254 : service pack 2) copyright 1981-2001 microsoft corp with toshiba notebook qosmio F20.
|
| vista .net 3.5 and trusted locations | 04 Mar 2008 17:43 GMT | 1 |
Where is Mscorcfg.msc or caspol for vista running version 3.5 of the framework? If these are no longer available, what is the new procedure for setting trusted locations for .net or for vs2008 projects?
|
| .NET in VBA | 04 Mar 2008 10:33 GMT | 2 |
I working with vb.net 2005. I created a Class Library project and add a COM Class to the project. I set COM interoperability, and COM visibility of the project. Also I set a strong name of assembly.
|
| VS2005 Setup Project - How to prevent overwrite of file? | 04 Mar 2008 03:38 GMT | 1 |
I'm trying to create a VS2005 Setup Project. I have a config file (MyApp.exe.config) that I need to deploy only the first time the app is installed in a particular location. That is the file should not be overwritten if a new version of the app is installed in the same location.
|
| Update to 2008 from 2006 | 04 Mar 2008 03:13 GMT | 3 |
Hi again, and thank you everyone for your help so far. I was wondering if there is an 'upgrade' available or do you just purchase the 2008 software, I didnt see online an 'upgrade' from say 2006 to 2008. Also, can the pushpins from 2006 be imported to 2008? and When does
|
| changing display name in windows mail | 04 Mar 2008 01:49 GMT | 1 |
How do you change your display name in windows mail?
 Signature Trisha
|
| Need MSDN support: Who is MSFT's rep for the University of Washington? | 04 Mar 2008 00:58 GMT | 5 |
Sorry if this is off-topic but I can't find a better MSFT-managed newsgroup for the question. I'm looking for contact info for Microsoft's campus rep for the University of Washington in Seattle. This isn't specifically "academic
|
| System Time Changes Seen by C# DLL | 04 Mar 2008 00:56 GMT | 2 |
How can I get my C# DLL to be aware of changes to the system date/ time? I am familiar with using WM_TIMECHANGE in a C++ app but how do I get a C# DLL to see the same message? Thanks,
|