Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2005 > threads for monday november 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

OT: IT Project Failure Rates
Posted by Jordan R. at 11/14/2005 8:47:25 PM
I'm posting to this question to the selected NGs because I'm interested in getting the viewpoint from within the "trenches" (not from academia or the big consulting firms). At the launch last Monday, one of Steve Ballmer's early slides presented the fact that something like 35% of IT projec...more >>


How get info from msi file?
Posted by Andreas Zita at 11/14/2005 7:52:50 PM
Hi How do I extract the version of an assembly inside a msi-file? Is there any "easy" way of getting all kinds of information out of a msi-file, like build date, manufacturer, contained files, dependencies etc .... ? /Andreas Zita ...more >>

Oracle connection string problem
Posted by Bala Nagarajan at 11/14/2005 6:18:42 PM
Hello, I am using Oracle 9i in my application and facing a problem with the connection string. In the datasource attribute of the connection string i had to specify an entry in "tnsnames.ora" file for it to work correctly. If i copy and paste the entry in the "tnsname.ora" file it comp...more >>

Programmatically restart a service
Posted by Tedmond at 11/14/2005 5:48:03 PM
Dear all, I wrote a service by C# but I found the service is not quite stable. I want to add some code that refresh or restart the service itself for a fixed period. Does anyone know how to programmatically restart a service itself? Or I need a separate process to restart my service? ...more >>

Add text to item before Databind
Posted by Jasonkimberson at 11/14/2005 3:33:10 PM
DataSet objDataSet = new DataSet(); objDataAdapter.Fill(objDataSet,"OfficeList"); ddlOfficeList.DataSource = objDataSet; ddlOfficeList.DataTextField = "field1"; ddlOfficeList.DataValueField = "field3"; i have a ...more >>

properly adding multiple javascript attributes
Posted by darrel at 11/14/2005 3:16:08 PM
On some of my pages I add a javascript call dynamically to the BODY tag: pageBody.Attributes.add("onload", "dothis();") Since this adds an actual attribute, trying to call this multiple times simply replaces the attribute I created rather than adding new values to the existing attribute. W...more >>

Simple String To Date Time
Posted by Doug at 11/14/2005 2:35:49 PM
I can't imagine this is that hard but I'm sure having a struggle finding it. How do I convert a value like "111403" do a DateTime variable in DotNet (i.e. 11/14/2003)? ...more >>

Value Object (DTO) vs Business Object
Posted by Leo at 11/14/2005 2:09:03 PM
OK, this is kind of a conceptual question, so bear with me... When does a Value Object or Data Transfer Object become a Business Object, if it even does at all? For instance, in J2EE we often used DTOs to solve the problem of transferring data quickly and efficiently from our DAL (EJB) layer...more >>



Not able to see aspx pages
Posted by Vik at 11/14/2005 1:55:02 PM
Hi, I am in the process of getting our web site on Windows 2003 Web Server with IIS6. Our web site has combinations of asp pages and .net - aspx pages. I did all required settings, but not sure why can't I see see any aspx pages. It shows me that "Page can not be found". What can it be? I ...more >>

Web Publication Issues
Posted by keal75 at 11/14/2005 1:23:02 PM
I have 2 problems. Whenever i click on my local server folder, i get the following error message: ---Documents in this folder are not available. The folder may have been moved or deleted, or network problems may be preventing a connection to the server. In addition whenever i attempt to pu...more >>

.Net Command Window
Posted by darwin.rodgers NO[at]SPAM mcd.com at 11/14/2005 12:38:49 PM
If I only have the .Net Framework (target computer), is there a way to open a .Net command window in order to run regasm and gacutil? The basis for my question is that I've extended the functionality of an old VB6 application by exposing methods in a .Net dll. Now I want to deploy this on com...more >>

Handling dates in VB.NET
Posted by Yog at 11/14/2005 12:29:02 PM
Is there a best way to handle various formats of dates for SQL server?. The data comes in various input files with different date formats. The ParseExact function looks like an "evil" and it doesn't seem to work for some cases. 'Date Time Stuff Dim dtarray As String() = _ ...more >>

please wait message...
Posted by Hari Kumar G at 11/14/2005 12:14:57 PM
Experts! We are experiencing the following difficulty. We are required to display a gif image as a "please wait message", as done in asp pages. When this is attempted in an asp.net post back event, the gif animation stops completely till it has completed execution. We need to display an...more >>

VS2003 and VS2005
Posted by Massimo at 11/14/2005 12:08:50 PM
I have some application in VS2003, and I want to try VS2005. Is it possible to install these versions on the same PC? Thanks ...more >>

Validators
Posted by Mike Moore at 11/14/2005 11:43:03 AM
We are adding both regular expression and custom validators to our textboxes on our web forms. We given them unique names. We have run into a problem every now and then where all the textboxes and validators are renamed to a default name like regularexpressionvalidator7. Does anyone know ...more >>

web deployment
Posted by msnews.microsoft.com at 11/14/2005 11:40:13 AM
Im trying to deploy a windows service and a windows application together with my web application in the same setup msi. It works sometimes, but suddenly I cant build the msi. I get errors like: "Error 2 Unable to update the dependencies of the project. The dependencies for the object 'Process...more >>

Settings.settings in .NET 2005
Posted by amber at 11/14/2005 11:31:06 AM
Hello, I've just upgraded from .NET 2003 to 2005. I was using an app.config file to set my connections. I see that this must have automatically been changed when .NET converted my solution from 2003 to 2005. Do I use both the app.config file and the settings.settings file? I see that co...more >>

How to create a PDF from a web page?
Posted by Rudy Ko at 11/14/2005 11:26:28 AM
Hi, all: I really don't know where to start this case: When the print button is clicked, I'll build a html on th fly, then I want to show this html in PDF format. I have Acrobat writer installed on the server. I use C# and asp.net as my developing tool. Can anyone tell me how to sta...more >>

Rerporting from Express?
Posted by AMDRIT at 11/14/2005 9:56:38 AM
Hello, I have just installed VB Express and was toying with upgrading a project from VB 2003. Reports designed in Crystal seem to port fine enough, however, I am unable to open the reports for editing. I searched the docs for registering the custom tool so that I may continue editing, to ...more >>

Getting started VB6 to .Net
Posted by Doug T. at 11/14/2005 9:47:04 AM
OK. Just ordered VS2005 Pro. to make the transition from VB6. A commercial application needs to be converted from VB6. Currently it is a multi-formed app that communicates to an many-tabled Access db. Stores and keeps track of appointments, people, pictures, etc. Also allows two users to ...more >>

cannot debug stored procedure msg - db not setip or permission prob ?
Posted by scott at 11/14/2005 9:32:53 AM
Hi, I followed everything this article suggests: http://support.microsoft.com/default.aspx?scid=kb;EN-US;836734 Yet I still get the following message when stepping into a SP: "Cannot debug stored procedures because the SQL server database is not setup correctly or the user does not hav...more >>

convert C++ to C# or using managed C++ with VB.Net
Posted by Michael D. Reed at 11/14/2005 9:19:06 AM
I have legacy DLL code written in C++ that is essentially C code, an implementation of a set of formulas used in our industry. There are no DB or GUI interfaces, just exposed methods. I would like to convert it to C# and if that is not possible to manage C++. I want to use the DLL in a larg...more >>

Pdf Solution
Posted by (rbutch NO[at]SPAM coair.com) at 11/14/2005 6:51:24 AM
hey guys, i'm creating a .Net web application with Access as the back end [not my choice]. anyway, there's a need to store and display .pdf files. now, i've messed around with the OLE Object in Access with sort of mixed results, so,im asking for some advice on the best way to maintain this functi...more >>

Export Report to PDF
Posted by SureshNet at 11/14/2005 5:26:13 AM
I getting the problem to displaying the cross tab report to the pdf. I can able to display only 5 columns in the PDF. if it is more number of columns then the empty data is displayed in the next page for the rest of the columns. I can able to display all the columns with data in Excel but not...more >>

Installing to GAC using Deployment Project
Posted by Tim Marsden at 11/14/2005 4:39:06 AM
Hi, I have written an App in vb.Net (2003) which references Excel 2000. This creates a Interop_Excel.dll which I need to reference in my project. All OK so far. I had to modify the Interop_Excel.dll and renamed it tm_Interop_Excel.dll after modification. This new dll has a strong name and ...more >>

SP not stopping on breakpoint ?
Posted by scott at 11/14/2005 12:00:00 AM
new problem, SP debug seems to load now but not stopping on a breakpoint. VS .net 2003 enterprise arch sql server 2000 xp sp2 thanks for any help Scott ...more >>


DevelopmentNow Blog