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 2003 > threads for thursday november 20

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

Win98 - VB.Net Installation
Posted by Sesha at 11/20/2003 11:43:53 PM
We had developed a solution in VB.Net and tried to install it in Windows 98 OS. As we open some forms the system stops responding. It has to be rebooted. We tried adding one form at a time to the project and check if its due to any one particulr form. But unsuccessful. If anyone has come...more >>


Strange problem
Posted by Feroz at 11/20/2003 11:16:08 PM
We are developing a 3-tierd app. I am passing a an array of structures from the the first tier to the second it was working fine until suddenly I m getting compiler error (BC30332) Value of type '1-dimensional array of stc_ADM_Product_InsertXXX' cannot be converted to '1- dimensional ...more >>

How to Setup a strong name wrapper for com interop dll.
Posted by Jason Garland (Secure Access Pty Ltd) at 11/20/2003 11:05:53 PM
Hi=20 I am trying to work out how to either create a strong name wrapper for = AxInterop.SHDocVw.dll I have researched the following : - 'Wrapper Assembly Key' but this is apparently for c# projects only - i tried tlbimp.exe but i get=20 tlbimp.exe AxInterop.SHDocVw.dll /keyfile:"C...more >>

How to prompt user for info using stored procedure
Posted by newman at 11/20/2003 9:57:49 PM
Can anyone help me with code to do the following I have a stored procedure that requires a date. What I want to do is to write an application that runs that stored procedure and prompts the user for date/s to be entered to run the stored procedure. Can anyone help?? Regards Newman ...more >>

Download Problem
Posted by Mahesh D. Rane at 11/20/2003 8:44:25 PM
Hi, I am facing problem while downloading a file in web services. My Donwload Code in Web services : WebClient objClient = new WebClient(); objClient.DownloadFile(pstrDestinationPath,pstrSourcePath); But Every time its downloading only 4k file. But my actual file file is 10MB. Is ...more >>

Database CDB file format
Posted by EMW at 11/20/2003 8:02:58 PM
Is there anyone out there who knows how the binary format is of the CDB database file used on the pocket pc? I want to write a little conversion program to convert it to SQLserver SDF file. ...more >>

Disabling item in CheckBoxList
Posted by Scott at 11/20/2003 6:05:48 PM
Is there any way to disable a single item in a checkboxlist? I know you can disable the entire list, but there doesn't seem to be a way to disable a specific checkbox. I don't want to have to use a group of CheckBoxes (which I know you can disable)if there's anyway to do what I need with...more >>

"Member not found" using input property on MSXML processor object
Posted by Andy Norman at 11/20/2003 5:52:39 PM
I have a strange problem. When I try to call the input property of the MSXML processor object from VBScript in an ASPX page I get the error "Member not found". The same code (with a few "set" statements added) works find in ASP. What on earth is going on ? I can't find anything in the know...more >>



Deserialize in a different assembly? How to?
Posted by Carl Mercier at 11/20/2003 5:08:43 PM
Hi! I have 2 different applications/assembly. The first one creates an object and serializes it to a textfile on disk. The second one has the the exact same class (copied/pasted). It reads the file that is on disk and attempts to deserialize it and create a new object. The process w...more >>

Multiple File Download
Posted by Billy Jacobs at 11/20/2003 3:59:53 PM
Is there a way to download multiple files from a server? If not then: How do I zip up multiple files using the .net classes in vb? Thanks Billy Jacobs ...more >>

Instalation
Posted by Voytek at 11/20/2003 3:41:04 PM
2 yaer ago i had vs.net academic ,later uninstaled,after 1 year can not instal it again.Help?...more >>

Unknown error message
Posted by Jade at 11/20/2003 3:35:10 PM
Hi, Does anyone encountered the following error message: The following exception has occured: InvalidOperationException: Cannot call Invoke or InvokeAsync on a control until the window handle has been created. i keep getting this message when i open up vb.net and try to load my app...more >>

How do I get/set Office Xp file properties without opening Word
Posted by Ken at 11/20/2003 3:05:43 PM
Hi, I've written a C# app in VS .Net 2003 that gets and sets custom/summary properties of Word documents by selecting a directory and get/setting values using BuiltInDocumentProperties and CustomDocumentProperties by opening Word whilst not visable updating then saving the doc. However, I ...more >>

ie toolbar (aka google toolbar or yahoo toolbar)
Posted by news.microsoft.com at 11/20/2003 3:04:52 PM
Has anybody seen info on building these in .net? If so can you email me about it. TIA ...more >>

IL Editor
Posted by William Ryan at 11/20/2003 1:31:07 PM
Is there any editor out there that lets you write IL but can detect syntax errors or even better, have some level of intellisense? ...more >>

Legacy ASP & .Net
Posted by Jim Douglas at 11/20/2003 12:34:29 PM
I have (3) legacy ASP applications where I have been tasked with implementing a SpellChecker in, the catch is that the SpellChecker has to be done in .NET. I have some ideas about how to do it but wanted to see what others with more experience with .NET would do. Thanks! -- Jim Douglas...more >>

How To Control a .NET EXE With .NET Client (Something Like Word Automation)
Posted by Mark Overstreet at 11/20/2003 11:49:26 AM
I want to write a single instance application with one main form that exposes an object model that that be controlled via one or more applications on the same machine. Basically an out-of-process server. Similiar to how Microsoft Word or Excel Automation works but a pure .NET version f...more >>

Assembly 'System' could not be found
Posted by Jason at 11/20/2003 11:44:07 AM
Issue: When I create a new ASP.Net project it stop in mid creation and pops up a message box that says: "The .NET assembly 'System' could not be found." I click OK and then I'm left with a half created project. It has nothing but a solution and project file. Question: What h...more >>

Treeview / Checkboxes
Posted by Billy Jacobs at 11/20/2003 11:13:09 AM
Problem: 1.I want to use the treeview control. 2.I only want checkboxes on some nodes. I don't know how to accomplish this easily. Any suggestions? Billy Jacobs...more >>

How to logon into network?
Posted by A.M at 11/20/2003 10:53:41 AM
Hi, My WinForm.EXE app tries to write a file into network and it failes because it doesn't have permission and I don't know how can I login into network from my application. How can i logon into network from my EXE file? Any help would be appreciated, Ali ...more >>

How do I communicate with a device on the parallell port?
Posted by Ola Sprauten at 11/20/2003 10:32:33 AM
I'm trying to write an app that communicates with a device connected to the parallell port of my PC. In C++ this was easy enough, just use the outb call to write bytes to the specified address. How can I do this in C# using the ..NET framework? --Ola ...more >>

Getting database info for SQL
Posted by Sylvain Provencher at 11/20/2003 10:10:57 AM
Hi! There is a way to obtain tables and fields info from an SQL connection. like tables name, fields name, type and width ? I'm writing a VB.NET application. Thanks ...more >>

Localization and RFC 1766
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/20/2003 9:43:38 AM
Has C# librarys a class of constants that referr to all the RFC 1766 langauge codes? Ie., "En-us" , "En-Uk" etc ...more >>

Partials and VSnet
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/20/2003 9:38:00 AM
Hi, Since we will be getting PARTIAL file types, how will the IDE file listing and class listing highlight this? Would we have to do workarounds in the filenames to indicate partials obviously or will the IDE have some kind of visual cue? Thanks ...more >>

Efficient non-db storage?
Posted by Mike O. at 11/20/2003 8:41:47 AM
What's the most efficient way to store small messages (similar in size to a short email) on the client without using a database? I need to be able to store thousands possibly. I was thinking of C# classes serialized to XML? How efficient would this be and what other alternatives are ther...more >>

addition problem
Posted by Derek at 11/20/2003 7:10:01 AM
I am having a problem updating the main table (2nd set of code) based on the total of all details entered (1st set of code). It seems to be off by less than a dollar. I thought it was a decimal issue but all my ctypes are set to decimal. I am resetting all my textfields to "" after addi...more >>

HELP on Ressource file ??
Posted by serge calderara at 11/20/2003 7:03:08 AM
Dear all, We are bulding an application whcih is multilanguage based with the help of ressources. All language ressources will belongs to the same assembly. Now the idea is that I I need to get text translated in russian, as i do not speak and write russian at all, I would like to be ab...more >>

Version
Posted by Raju at 11/20/2003 5:43:34 AM
Hello, What's the current version of ASP.NET ? Thanks Warm Regards Raju R...more >>

Upgrading the .NET SDK
Posted by Joe Willmann at 11/20/2003 4:47:43 AM
I just installed the V1.1 SDK. Now in C#.NET the about box still lists the Farmwork as V1.0. Did I do something wrong?...more >>

Starting VS.NET 2003
Posted by JamesT at 11/20/2003 4:36:46 AM
When I start VS 2003 it takes ages to start. It loads the licence information screen and a form appears that has 'Please wait while Windows configures MSDN Library- October 2003 DVD' the progressbar goes all the way across and starts again and only goes half way across. this stays for seve...more >>

Assemblies versionning details
Posted by adebaene NO[at]SPAM club-internet.fr at 11/20/2003 4:24:42 AM
Hello all, In this article (http://msdn.microsoft.com/msdnmag/issues/01/03/buildapps2/), it is said in the "Version numbers" paragraph : "However, if the runtime sees that there are [in the GAC] two assemblies with the same major.minor version, the runtime will bind to the assembly with the...more >>

Thread communication - events
Posted by Ayende Rahien at 11/20/2003 2:31:05 AM
Is it possible to use events as a communication mechanism between threads? ...more >>

Upload files from VS NET 2003
Posted by Tommy at 11/20/2003 2:12:00 AM
Hi How do I upload files to a remote server from inside VS NET 2003? E.g. if I want to add files to an existing site on the remote server? I hope somebody can help TIA Tommy...more >>

VB Net Resource Kit & ZoneAlarm
Posted by Steve House at 11/20/2003 12:59:12 AM
I just installed VB Net Resource Kit on my XP machine with ZoneAlarm 4.5 Pro, permitted cookies & private header with msdn.microsoft.com, but still can't get the solutions pages unless I disable ZoneAlarm. Things work just fine when I disable it. I can only get to http://localhost/VB.NETResour...more >>


DevelopmentNow Blog