Groups | Blog | Home


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
May 2008
June 2008
all groups > dotnet faqs > march 2004 > threads for march 15 - 21, 2004

Filter by week: 1 2 3 4 5

Help neede in setup.
Posted by SS at 3/19/2004 5:57:35 PM
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C++ 6", which has limitation (possibly could be because of an evaluation copy or product limitation) for defin...more >>


About datagrid
Posted by zhimin at 3/19/2004 10:14:41 AM
Hi There is a column named IsInUsing which data type is bit in my database(MS SQL Server 2000). I want to show this column in a datagrid by setting SqlDataAdapter in GUI design. But the result of this column shown is true or false, it should shown the string Yes or No in my idea. Thanks! ...more >>

setup for .net
Posted by SS at 3/18/2004 8:04:47 PM
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C++ 6", which has limitation (possibly could be because of an evaluation copy or product limitation) for defin...more >>

Best Practices - VSS integration with VS.NET, migrating our Classic ASP projects
Posted by Keith A. Rowe at 3/18/2004 11:53:38 AM
We currently have many Classic ASP projects that are stored in VSS 6.0c and are maintained with VID 6.0. We have purchased VS.NET 2003 and know we need to upgrade to VSS 6.0d if we want to integrate VS.NET with VSS. We *eventually* want to convert the ClassicASP code to ASP.NET, but need to r...more >>

Using Access with C#.NET
Posted by Curt Emich at 3/17/2004 6:33:17 PM
I'm tyring to use MS Access with .NET, but I'm having some problems. Here's the code: string sSQL = "SELECT Statement_Id,Statement_In_Brief FROM Statements"; OleDbDataAdapter thisAdapter = new OleDbDataAdapter(sSQL,oleDbConnection1); DataSet thisDataset = new DataSet(); thisAdapter...more >>

Using the Desktop Engine
Posted by Curt Emich at 3/17/2004 6:20:09 PM
I'm attempting to use MS Access with .NET but am not having much luck, so I've decided maybe I should just use the SQL Server Desktop Engine. Is there any way to import my tables from Access into the Desktop Engine? ...more >>

Threads, VB.NET and VB 6
Posted by Lisandro A. Palermo at 3/17/2004 9:47:31 AM
Can I create a console en VB.NET and execute multithreading calls to a COM+ componente developed in VB 6? ------------------------------------------------------- Saludos, A.U.S. Lisandro A. Palermo ...more >>

Using VB.Net objects in .ASP pages
Posted by owen at 3/17/2004 8:18:34 AM
I have standalone VB.NET, that is, not the whole VS.NET environment, just VB.NET. So I can develop VB.NET objects but not ASP.NET (aspx) pages. Therefore I want to write a Business layer in VB.NET and call it's objects, methods, etc. from ASP pages. Is this possible? An example of embedded...more >>



Solutions Won't Load
Posted by Curt Emich at 3/16/2004 12:58:56 PM
I've been using Visual Studio .NET for several weeks now. I've finished some example solutions as well as started others. Now when I open the environment, very few of them will load properly. Usually, I get no listing of files in the properties window to the right or anything like that. Doe...more >>

Write customized attribute which has functionality like ObseleteAttribute
Posted by indianiowan NO[at]SPAM yahoo.com at 3/16/2004 12:14:53 AM
Hello again Attribute Gurus... Can someone throw an idea, on what to tweak, or flush out, some kind of code. if one has to write a custom attribute like ObseleteAttribute, with the aim to inject the code in various methods at compile time, the example of code that needs to be injected is like ...more >>

AOP or developers writing custom attributes -- pls check this
Posted by indianiowan NO[at]SPAM yahoo.com at 3/16/2004 12:05:57 AM
A classic case of writing to a log file each time a particular method is called for rudimentary performance statistics. Ordinarily the code below satisfy the requirements: //Considering EventLogManager to be singleton class defined in system. public class Foo { public void bar() ...more >>


DevelopmentNow Blog