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
all groups > dotnet general > july 2005 > threads for tuesday july 12

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 31

Problem in downloading files
Posted by Kajol at 7/12/2005 11:01:02 PM
Hi I am facing a strange problem in downloading files from the web. CASE 1: I have an ActiveX.dll file developed using Visual Basic 6.0 and uploaded on a Linux Server. I am typing [http://somedomain.com/somefolder/filename.dll] into the addressbar of the IE, IE is allowing me to download...more >>


Bizarre and annoying compiler error message.
Posted by rbazinet at 7/12/2005 1:43:24 PM
I have a VS 2003 C# project, web app with a bunch of DLL's. When I compile my project I often times get this message: Unexpected error creating debug information file 'C:\DevProjects\Allstar Admin\Allstar.Common.DataAccess\obj\Debug\Allstar.Common.DataAccess.PDB' -- 'C:\DevProjects\Allstar...more >>

MAPI and .Net - Microsoft says both supported and not?
Posted by eadams NO[at]SPAM sheppardmullin.com at 7/12/2005 1:29:31 PM
I've been tasked with writing an application in VB.Net that will manipulate messages in a user's Inbox. My Exchange admin prefers that I use MAPI; I don't really care, but I want this to be as easy as possible. The application will ultimately be installed on a machine that will NOT have Outloo...more >>

COM objects fail to print when called from ASP
Posted by Jay at 7/12/2005 11:37:03 AM
I have a COM that takes care all the server site printing. It stops working right after I installed the SP1 on the window 2003 server with IIS 6.0. I redo all the registry settings to make sure the system account is there to handle the printing, see Q184291 for details. However, it still shows...more >>

Selecting Another Textbox
Posted by DOTNETGUY at 7/12/2005 11:33:12 AM
What i am doing is pretty simple. I am writing a simple control that you probably have seen on many websites. You have a phone number field ( 3 Textboxes ) if the size of the textbox text is = 3 move to the second text box. My problem is: How do i tell my app to select the second text box? ...more >>

Global Assembly Cache
Posted by GBullock at 7/12/2005 9:51:04 AM
I'm new to .net. I've essentially inherited a project from a collegue who left for greener pastures. I'm trying to install an assembly into the Global Assembly Cache and it produces the "Error 1304: Error writing to file: <my dll name>. Verify that you have access to that directory" ...more >>

Why do I need "new" when implementing CollectionBase.RemoveAt()???
Posted by alanrn at 7/12/2005 9:32:02 AM
I've implemented a number of strongly-typed collections that inherit from CollectionBase and recently noticed something that I don't fully understand. CollectionBase defines method RemoveAt(). However, CollectionBase implements IList which also defines method RemoveAt(). In my collection wh...more >>

Convert .aspx file to PDF file
Posted by BG at 7/12/2005 8:02:03 AM
I need to convert a .aspx web page into a PDF file. I would like to do this via my ASP.NET application. Basically, I want the PDF to look just like the web page looks. What is the best solution for doing this? Thanks in advance for any assistance. bg...more >>



Is there an easy way to expose class variables in COM builds?
Posted by gurfle NO[at]SPAM oz.net at 7/12/2005 7:10:31 AM
In VB.NET I would like to not have to create property get/set procedures for every class variable I want to expose to Excel VBA projects in COM builds. Can anyone tell me if that is possible, or refer me to some documents that will make me understand why this apparent limitation of VB.NET COM b...more >>

Problem in generating .Tlb file form .NET 2005 assemblies
Posted by SSRoy at 7/12/2005 6:27:06 AM
Hi all, The type library is an important file for COM interop, without which unmanaged code can't interact with managed code. When I use .NET 2003, I can sucessfully generate .tlb file from a .NET Dll (built with /clr:oldsyntax switch) - using tlbexp or Regasm /tlb. The above technique never...more >>

Dictionary collection
Posted by Dick at 7/12/2005 6:16:07 AM
Is there anything that combines the features of a dictionary and a collection such that items can be retrieved by either their key or their index? I think this is how vb.6 collections worked?...more >>

ASP Date question
Posted by SQL match data at 7/12/2005 5:07:02 AM
how to i removed the "/" of the date ? for example 7/12/05 should show up as 20050712 How do i do this in ASP.. Please help...more >>

Why would I want to serialise something
Posted by Graham Like at 7/12/2005 5:00:03 AM
I read a lot about serialising things to XML. Can someone give me some examples of why I would want to do this? I seem to be missing the point....more >>

Update my DataSet definition when I change DB Schema
Posted by Steve at 7/12/2005 3:47:02 AM
Visual Studio 2003 C# SQL Server 2000 I have a dataset on my form. I have added some fields to the database table that this dataset uses, how do i update my dataset to show these extra fields? Thanks Steve...more >>

Compiler error CS1518
Posted by Phil Da Lick! at 7/12/2005 12:00:00 AM
Hi, Because GDI+ doesnt support inversion of rectangles on a graphics device (!!!) I'm attempting to call InvertRect() on the api direct from my c# project. In the file in questions, directly after the using directives and before the class/namespace bit I've got (found this on the web): ...more >>

ActiveX in .NET and missing properties
Posted by Eric at 7/12/2005 12:00:00 AM
Hello, I'm using an ActiveX component in my .NET application bij referencing the DLL. Visual Studio will create a wrapper class. So far so good. The problem is that i've not all properties avialable from the ActiveX objects that i CAN access by using the same objects from script. Are these ...more >>

2 Tier and N-Tier
Posted by Raju Joseph at 7/12/2005 12:00:00 AM
Hi I am looking for some suggestions here. We are creating a distributed app (3-tier) using VB.NET and ASP.NET Web Services. The architecture follows that of a 3-Tier architecture. Now, one of our clients do not want the 3-tier model. They want the application to be just a client-server model....more >>

String comparation and culture sensitivity
Posted by Vladimir at 7/12/2005 12:00:00 AM
I know that converting a string to lower or upper case with diffrent culture information can produce diffren strings, i know why. Is there a situations when comparing both strings in lower case (with diffrent culture information) produces diffrent results? If yes, when (why)? ...more >>


DevelopmentNow Blog