| Thread | Last Post | Replies |
|
| Installing VS - sql develop edition | 13 Mar 2008 03:31 GMT | 1 |
I am installing VS 2008 pro, First I uninstalled all express editions, and also sql express. Then installing vs 2008 pro it installed sql express again. Then inserting cd #2, for the SQL developer edition, it wants to update sql
|
| Is it possible/how to skip the first dialog in setup bootstrap? | 12 Mar 2008 20:45 GMT | 1 |
We have created a setup project for an app in MS VS .Net with Windows Installer Bootstrapper selected. When installing the app, we wonder if it is possible to start the installation using setup.exe without being asked the question to either start the installation or to quit the ...
|
| XP Administrator password | 12 Mar 2008 20:36 GMT | 2 |
My teens access/delete/change my administrator password easily. In fact I see there are a multitude of resources available, ostensibly catering to people who have forgotten their password, for deleting and changing them. But look for advice on securing your password, what do you ...
|
| TransactionScope MSDTC has been disabled error only on 2nd ExecRea | 12 Mar 2008 19:52 GMT | 6 |
I'm using TransactionScope to do a serie Insert, Update, Delete operations with the ExecuteNonQuery and some Selects with ExecuteScalar everything works fine with multiple connections in the same scope. Problem is that when i do two Selects with ExecuteReader (to fill datasets)
|
| .NET VB WinForms reference to the class | 12 Mar 2008 16:02 GMT | 3 |
In C++, if there's a class named clsMyForm, which has a static ("shared" in VB.NET) member variable named "Total" , and an instance (object) of the class named oMyForm, the static member of the class, can be referenced thru the instance as follows:
|
| Associate .SLN with Visual 2005 not 2003 | 12 Mar 2008 15:37 GMT | 3 |
When i doubleclick on an .SLN file it attempts to open up the solution in Visual Studio 2003. Is there a way to change the default so it will automatically open the solution in 2005? Thanks,
|
| SmtpClient.UseDefaultCredentials does not work in Authenticated SM | 12 Mar 2008 14:56 GMT | 2 |
I use SmtpClient to send email in my program, and I set the UserDefaultCredentials to true to use the logged on user's credentials. However it doesn't work on authenticated SMTP server. It will throws exception saying 'System.Net.Mail.SmtpException: The SMTP server requires a
|
| How to get the path of "Common Files" directory | 12 Mar 2008 14:00 GMT | 1 |
is there a way to get the path of the directory "Common Files" via .NET? I was not able to find a proper function in class Path. Thank you,
|
| Property Set procedure with a structure array | 12 Mar 2008 09:20 GMT | 3 |
Apologies in advance for what is a very simple question, but I just cannot get my head around it. I have a public class Something with a public structure T mapped to the local variable m_Test(). Whenever I try to set the value of the property Test, I get the error "Expression is ...
|
| Office Accounting 2008 - how do I invoice an expense item? | 12 Mar 2008 06:25 GMT | 2 |
I've rented equipment for a job, I've created an expense report for that cost. I'd now like to be able to assign this expense to my client, I'd also like to be able to include this expense as a non-taxible line item in an invoice to that client so they can reimburse me.
|
| trying to print smaller picture | 12 Mar 2008 04:44 GMT | 2 |
Hi - I have a picture that is 8.5 x 11 and I need to print it to a smaller size and centered on the page. Any idea how to do this? Thanks -
|
| Desktop will not display shortcuts | 11 Mar 2008 23:01 GMT | 1 |
I down loaded and installed iTunes update. Noted that it took a long time to "finalize". When finished iTunes shortcut had disapeared. When I restarted computer all shortcuts were gone from desktop. Restore function will not restore to any point prior to install.
|
| DOWNLOADED ITUNES BUT CANNOT RUN | 11 Mar 2008 16:34 GMT | 1 |
I DOWNLOADED ITUNES THE DOWN LOAD WAS SUCCESFUL BUT I HAVE ERROR MESSAGE WHICH SAYS '' ITUNES ENCOUNTED PROBLEM AND CANNOT START.
|
| Architecture decision - should components communicate via the DB? | 11 Mar 2008 16:08 GMT | 3 |
I have decided on a basic architechture to quickly refactor two processing functions of my winforms application until we get the chance to rewrite it. Basically it will consist of 2 applications:- 1. A service running on the server to take jobs from a queue table in
|
| convert int to numeric (formatted) string | 11 Mar 2008 15:42 GMT | 2 |
vs2005 c# hi: need to convert a simple int to a format nnnn. if I have int 1 I want the result to be padded with 0s as 0001 on a string
|