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 > april 2004 > threads for friday april 2

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

info on making Excel available on the web
Posted by larry NO[at]SPAM asianhome.net at 4/2/2004 7:46:34 PM
I am not familiar with the latest technology but I wonder if it is possible to make excel sheets accessible through the web. Does this have something to do with web services? I have access to a shared server. I am wondering to what degree I can share Excel through the internet with this. I am no...more >>


Export data to excel.
Posted by Anil at 4/2/2004 5:15:54 PM
Hi , I am exporting my data from the web datagrid to excel sheet using the rendercontrol method. but the problem is that here I do not have a control over the excel sheet, so cannot do any settings. All the leading zeros are being truncated. I want that all digits like 0099888 should remain as t...more >>

config files
Posted by Jeremy Chapman at 4/2/2004 4:07:07 PM
Since asp.net and windows apps can uave config files, can dlls have them as well? and if they can, how do you associate a dll with one if it's in the gac? ...more >>

UDPClient
Posted by BillT at 4/2/2004 3:11:04 PM
Hi Does anyone know if is is possible to have multiple UDP listeners bound to the same local por and if yes how to do that? Thanks Bil ...more >>

creating installables
Posted by Raju at 4/2/2004 2:21:02 PM
Hi I am working with one dotnet window based application. I have created the executable, but if i want to install and run the application in any client system then i need to install .NET framework before installing my application. Is there any possibility to include the .NET framework installabl...more >>

Trouble Running .NET Application
Posted by Matt Hawley at 4/2/2004 1:21:49 PM
I'm attempting to run a .NET windows application, but continuously get the following error when starting it up: Application has generated an exception that could not be handled. Process id="0xe04 (3588), Thread id=0xe14 (3604) Does anyone know what the problem could be? The correct .NET...more >>

socket disconnecting and reconnecting (intentionally)
Posted by Joshua Moore at 4/2/2004 12:49:33 PM
Here's the C# code: ---- socket =3D new Socket(AddressFamily.InterNetwork, SocketType.Dgram, = ProtocolType.Udp); socket.Blocking =3D true; EndPoint sender =3D new IPEndPoint(IPAddress.Any, 2222); socket.Bind(sender); ---- I need to stop reading in packets and stop the packets ...more >>

Crystal Reports v10 does not support windows 98se or NT4.0
Posted by joe.shapiro NO[at]SPAM ajsllc.com at 4/2/2004 10:59:31 AM
heads up. Crystal reports v10 for .net does not support windows 98se or windows nt4.0 the merge modules will not install on those targets. the company did not mention this in all their materials aimed at getting you to buy it. I had to search their kb after the fact to find out. arg...more >>



DLLHOST crashes when network is uplugged.
Posted by Ramesh K at 4/2/2004 10:16:58 AM
Hi All, When network is unplugged components which are residing under COM+ crashes during component creation, this is the case with the components which are compiled with VC .NET. If the same component is compiled with VC6.0 component creation is successful. Any suggestion are welcome. ...more >>

Performance and Regional Settings
Posted by Thomas Pettersen at 4/2/2004 9:42:39 AM
Hi! I have a wierd thing going on to an application that we have deployed in Norway, Denmark and Sweden. We're doing a lot of looping where we're checking dates, converting dates and numbers. The following code takes with English U.S. Settings (+ Norwegian and danish) 2.6 seconds on my c...more >>

Assembly versioning: build and revision order.
Posted by Alek Davis at 4/2/2004 9:26:04 AM
This question has been bothering me for a while. Why is (according to MSDN doc) version string is defined as major.minor[.build[.revision]]? These scheme suggests that there may be an assembly with the same build number but different revisions, e.g. 1.5.1044.2 and 1.5.1044.3. This does not make ...more >>

Transfers to the client an amount of the expected result
Posted by alexey at 4/2/2004 9:21:44 AM
Regard!!! =20 =20 So the question of Transfers to the client an amount of the expected = result of functioning WebService (value must be considered on Server = side and on the client its has to be seen before that datas will go... = ). =20 I from here try put amount (in bytes) of t...more >>

Check of the signature failed for assembly
Posted by Brad at 4/2/2004 9:21:28 AM
I just started getting the error below in an asp.net application I'm working on. The assembly mentioned in the error is used in **every** .net app I work on, is not directly referenced, it is referenced by another assembly also used in **every** .net app and though all apps are pointing to the s...more >>

NetworkStream .Write() method not working every time
Posted by jeremyh NO[at]SPAM bdssc.com at 4/2/2004 8:08:55 AM
This is a repost from my message in the ...language group. I need help ASAP - working on a deadline. I'm trying to create a simple, synchronous TCP client program to receive requests and return data. My code very closely resembles the example code provided in the Help files, but I find that ...more >>

Using Java from .Net (C#) with JNI
Posted by kent at 4/2/2004 1:59:30 AM
Hello I have a java class and I want to call it from a .Net project (in C#). What I have done for now: - I have written C++ code (by using Visual Studio 6.0) to call the java class by using the JNI: this is working. This code has been included in a dll. - When I am calling the dll from a ....more >>

Windows Generated Code
Posted by Joshi at 4/2/2004 12:48:06 AM
Does anyone on the group know how to generate Windows Code for User Control. What I am suppose to do is to generate VB.NET Code for custom user control. Does anyone know how does the VB.NET is generated when a Controls are placed on the Form? Awaiting replies ...more >>


DevelopmentNow Blog