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 framework > november 2004 > threads for thursday november 18

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

Problem in running web applications.
Posted by AVL at 11/18/2004 10:39:01 PM
Hi, I'm new to .Net. I've installed visualstudio.net 2003. There were no problems in set up. But my asp.net web applications are not running properly. Sometimes, the Page_load event doesn't fire properly and sometimes the changes in teh web page are nort getting reflected. I've tried to d...more >>

Determine if my application is running in the Citrix environment
Posted by sunil NO[at]SPAM volcanomail.com at 11/18/2004 10:06:06 PM
Dear All, Is there any way to know if my application is running in the Citrix MetaFrame? Does the process has some properties set that determine the same? Please help... TALIA Many Regards Jack...more >>

.Net Freezing
Posted by Simon Fletcher at 11/18/2004 10:05:43 PM
I am using SimPE which is a Advanced Sims 2 Editor. It uses .NET Framework 1.1. But when I run it, it works for about 5 minutes, well the time varies, then the whole Computer Freezes and when I check in the Even Viewer theese come up: Error 1: AMLI: ACPI BIOS is attempting to writ...more >>

User Control Question
Posted by Glyn Meek at 11/18/2004 10:02:46 PM
My partner and I do development some 20 miles apart (I know...irrelevant information...as if anyone cares!), and we regularly exchange source code modules etc. during development projects. We are able to take 'forms', and easily move them backwards and forwards between our projects using the ...more >>

Converting BCD to chars or string
Posted by Daniel Passwater via DotNetMonster.com at 11/18/2004 8:00:58 PM
I've got hexadecimal info coming to my C# compact framework app in BCD via serial connection. I don't need to convert the hex. I just need to read it and display it as text representations of the hex. What I'm attempting to do is convert the first four bits of the byte to a string and then do the...more >>

how can i convert jar?
Posted by study,study at 11/18/2004 7:19:02 PM
i want to use jcla to convert java,but there are many jars in the solution,how can i convert jar to class library? i have converted a solution ,but there are many problems. for example: i can't find "org.apache.lucene.analysis.Analyzer" “org.xml.sax.ContentHandler is not changed" what i need...more >>

Problem in developing newsreader in vb.net
Posted by balu at 11/18/2004 6:27:12 PM
Hello, I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I getting a problem in defining a article format. Kindly ...more >>

Is Framework 1.1 SP1 compatible with plain 1.1?
Posted by Steve Kallal at 11/18/2004 6:01:03 PM
I work on a small development team. My team lead does not see any need to get SP1. I would very much like to. Are there issues with different people on the team using different versions of the 1.1 Framework? What happens if a user or a server gets Framework 1.1 SP1 installed? If we devel...more >>



.dll, other install programs
Posted by Scott at 11/18/2004 5:49:06 PM
I'm trying to use 3 .net C++ built dlls in a National Instruments LabWindows application and include them in the LabWindows (5.5) install. I've installed the .net 1.1 framework on the target computer, but when I run my application after the install, I get a "application did not initialize pro...more >>

[Assembly].LoadFrom()
Posted by Rui Dias at 11/18/2004 5:26:49 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C4CD93.C926DB30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there! I've searched a lot and haven't found any clue to solve my problem. I'm programming in VB.NET seve...more >>

Getting HRESULT error codes
Posted by José Luis Lombana Aramendía at 11/18/2004 4:24:09 PM
Hi all, When exposing a .NET assembly as a COM object (and consumed by Visual Studio 6), any framework internal error is exposed as a HRESULT with values 0x80131900 thre 0x80131AFF: /********************************************************************* ** ** ** CorError.h - lists the ...more >>

eventlog.writeentry method
Posted by Colin Halliday at 11/18/2004 4:03:32 PM
A number of the overloaded forms of the eventlog.writeentry method allow for an event log entry CATEGORY (a short). The help for this method states: 'Each application can define its own numbered categories and the text strings to which they map.' How do I define the text strings and map...more >>

XmlDataDocument
Posted by Random at 11/18/2004 3:50:36 PM
I'm trying to get the XmlDataDocument to work. What I'm doing is creating a root node, and then importing in nodes from different xml sources to contruct a brand new document. However, when I then go to access the Tables in the DataSet, there is nothing there. All of the samples I've seen h...more >>

Re: How can I uninstall Service Pack 1 of DotNet Framework v1.1
Posted by L Anthony Johnson at 11/18/2004 3:45:01 PM
Is there away to do this? I need to revert back to the prior version of the framework. ...more >>

Would it make sense to make event handler references weak references?
Posted by Dmitriy Lapshin [C# / .NET MVP] at 11/18/2004 3:34:21 PM
Hello everybody, I have just been chatting with a colleague who is also an experienced .NET programmer, and we have been discussing freeing memory by the GC in various event handler scenarios (inspired by the "Freeing memory phobia" thread). And what we've come up to is that event handler ...more >>

IO.File.Delete weirdness (undead files)
Posted by Fergal Ó Ceallaigh at 11/18/2004 3:04:07 PM
Hi, As part of my app I allow users to copy files into a 'project' (in reality, just a regular folder). The copying works fine, however I am running into consistent problems when trying to later delete files that I have copied. Often I am finding that the file is being locked "by another p...more >>

Automating .Net Security settings
Posted by Paul Steele at 11/18/2004 2:20:38 PM
I love programming in C#/.Net, but distributing applications is a real pain. I never know if the user who might use one of my utilities might have the proper code permissions to run a network application or access an assembly. I'm always having to tell new users to go into the .Net Configurati...more >>

From System.Diagnostics.ProcessModule to System.Reflection.Module?
Posted by GlobalBruce at 11/18/2004 12:51:02 PM
Hi. I'm trying to determine the classes loaded into a non-local process running on a distant .NET server. On that distant server, I can get the list of processes and iterating through that list I can get a System.Diagnostics.ProcessModule instance for each process. But I can't figure out how...more >>

Addressof cannot be converted to integer
Posted by Hutty at 11/18/2004 11:31:02 AM
Hi, I've read several articles regarding the above error, but still can't get it to work. I upgraded an app that was running in VB6 that has a lot of errors when upgrading to VB.NET. Here's what I have associated with the error. 'UPGRADE_WARNING: Add a delegate for AddressOf EnumAcctListE...more >>

Compress/Decompress Question
Posted by AlanS at 11/18/2004 11:07:11 AM
I have a situation where I will be getting compressed files downloaed from multiple web services and web sites. Most of these files will contain XML. I will need to uncompress these files, prior to loading the data into a database table. The only .NET documentation I can find to automat...more >>

.override directive missing in manual COM interop...
Posted by Nathan Baulch at 11/18/2004 10:38:57 AM
I am so close to getting my manual COM interop classes to load correctly! I have very slowly tracked down the problem to missing .override directives on the classes in the IL generated from my assembly compared to that of TlbImp. I don't really understand why the directives exist in the first ...more >>

how to configure a class library assembly so that it's default "CopyLocal" value will be false
Posted by z. f. at 11/18/2004 10:33:03 AM
This is a multi-part message in MIME format. ------=_NextPart_000_04A5_01C4CD59.FBDAA410 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Hi,=20 i build a class library project in vb.net and i reference this project = from other vb.net window...more >>

stream buffer issues
Posted by Radu Nica at 11/18/2004 10:30:52 AM
Hey all, I have an application that uses StreamReader and StreamWriter to call an external command-line based process using the Process object. The process varies the amount of data returned. I am using the StreamReader ReadtoEnd() method to get the process' results. Problem is, the appli...more >>

Application Blocks and Framework2.0
Posted by Bryan Glennon at 11/18/2004 9:21:02 AM
Will the current set of application blocks be supported in 2.0? Right now they fail to install, saying the framework 1.1.x is required. Cheers, Bryan -- Composed with Newz Crawler 1.7 http://www.newzcrawler.com/...more >>

GAC issues: Not able to access it from one of my assemblies.
Posted by UIC_Stud NO[at]SPAM yahoo.com at 11/18/2004 9:05:26 AM
Here is the scenario, I am planning to use microsoft application blocks and Exception block in particular. Since I planned to use it from a number of applications, I wanted to install it in my GAC. * I customized the Exception block to suit my needs * I generated keys to sign the assemblies *...more >>

is my boss nuts? about Java vs VS.net
Posted by UGH at 11/18/2004 9:03:18 AM
My boss wants me to learn java so I could build java application. I have been building application using VB for the last 7 years for the same boss. He suddenly wants me to learn Java because it can be installed on any operating systems. I have been using VS.net for the last year so I kn...more >>

Detecting .NET framework presence
Posted by msdn NO[at]SPAM comsquared.com at 11/18/2004 8:13:05 AM
I know this is an old question, but I'm looking for a better answer. We want our install to warn the user if the .NET framework isn't installed, but I don't want to be version dependent unless we must. If we build using the .NET 1.1 will it work with the next generation framework, or are we ...more >>

switch abetween framwork 1.0 and 1.1
Posted by rouqiu at 11/18/2004 5:24:10 AM
Hello, Is it possible to compile a project in different framework verion (1.0 and 1.1)? I developed an application with .net2003 (so it is framework 1.1), but users only got framework1.0. Is it possible to do a recompile to make the application work under framework1.0? Many Thanks -- ...more >>

System.Net.IPAddress constructor still not fixed?
Posted by Mathias at 11/18/2004 2:32:02 AM
This code throws a System.ArgumentException, why? Imports System.Net Dim addressBytes As Byte() = IPAddress.Parse("127.0.0.1").GetAddressBytes() Dim objIPAddress As IPAddress = New IPAddress(addressBytes) The constructor for this class in .NET FW 1.0 was terrible, does the new one in 1.1 e...more >>


DevelopmentNow Blog