all groups > dotnet framework > february 2004 > threads for friday february 13
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
1.1 framework
Posted by HB at 2/13/2004 9:23:30 PM
after ver. 1.1 framework, I can C that the ver 1 framework is the current
framework ( from the Help->about dialog)
How Can I enforce framework 1.1 to be in use instead of the old one?
Thanks
... more >>
Error: No default member found for type MyClass
Posted by Andy Eshtry at 2/13/2004 6:54:10 PM
Dear Friends
I have a urgent problem to solve. I have created a class and its
collection and then bind it to a datagrid but got the following error.
Please help. Thanks in advance. Andy Eshtry
No default member found for type 'clsAgentPostalCode'
Line 44: Dim oAgentPostalCodeC... more >>
A workgroup installation computer does not support the operation
Posted by OSALEH at 2/13/2004 6:21:05 PM
I have a Win 2003 server sitting on a domain. I create a public queue manually on the server. When I go to acess the queue from my code, I get "A workgroup installation computer does not support the operation". I know that a server that is not on a domian will not allow me to create a public queue b... more >>
Code broke Windows application
Posted by Larry at 2/13/2004 3:21:06 PM
Well I had code break on a compiled version of a Visual Basic .net application that was in use. Here is the story.
Environment: Windows network using Windows 2000 advanced Servers and Windows 2000 workstation Service Pack 4. .net Applications written with .net framework 1.
The other day we ha... more >>
Data Loss when switching forms
Posted by Phoebe. at 2/13/2004 3:20:24 PM
Hi, Good Day!
I need help here. Really feel frustrated doing the same thing over and over
again.
I've design some webform and when i switch btw Design and HTML page, some of
alphabet of the word gone and it prompts me error.
I've found an article saying "Data Loss Fix for Visual Studio.NE... more >>
Inheritance with Control and Page
Posted by Aaron Prohaska at 2/13/2004 3:02:37 PM
Can anyone tell me how I can make a base class that both
System.Web.UI.Control and System.Web.UI.Page can inherit from. I need to
add common functionality to both of these classes across my app.
Regards,
Aaron Prohaska
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http... more >>
System::String class design decisions
Posted by Edward Diener at 2/13/2004 2:34:21 PM
Am I curious about two of the major design decisions for the System::String
class and why they were made. Those two decisions are:
1) System::String is an immutable class, with System::Text::StringBuilder
being the class that allows a string to be modified internally.
2) System::String is a re... more >>
Problem installing .NET Framework
Posted by Lee at 2/13/2004 1:51:41 PM
I'm trying to install VS.NET on a (fairly) clean install of XP. About all
I've installed prior to this since I installed XP is Office 2003. I'm
getting "IExpress has encountered a problem and needs to close." while
installing the .NET Framework right in the beginning of the install (it's
insta... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question about the CollectionBase class
Posted by craig at 2/13/2004 1:13:34 PM
The .NET framework class CollectionBase has an overridable method called
OnSetComplete which takes three parameters:
1. int Index
2. object oldValue
3. object newValue
Apparently, the class calls this method right after any items in the
collection are modified in any way.
Am I correc... more >>
Memory leak problem
Posted by memoryleak at 2/13/2004 1:01:11 PM
I have come cross a memory leak problem for .NET Platform. But I don't think it is a code problem because the same application has totally different results if deployed on two different machines.
if deployed on a machine with W2K Advanced Server it has serious memory leak, while it has no memory... more >>
Installing Dot Net Framework...
Posted by Dragon at 2/13/2004 12:27:46 PM
Hi,
I would like to find out what command line option I can use to suppress GUI
in the Framework installer. I need to install this for my application to
work but when it asks the use, it seems like it is an optional component and
user may select No. Any method to install is without prompting t... more >>
Can i distribute a .Net 2.0 program commercially?
Posted by babylon at 2/13/2004 11:54:15 AM
or i should go with .Net 1.1 first and migrate it later (but it cost us more
time)
... more >>
Process, ProcessStartInfo fail to run large batch file
Posted by Leo Heska at 2/13/2004 10:36:06 AM
Hi
I haven't seen the following problem mentioned anywhere
We have an application written in VB.NET which executes a batch file (named startJob.cmd). We have discovered that if that batch file is too big, the last lines of the batch file will not run. For example, the following one-line batch ... more >>
zip compression component
Posted by Michael S at 2/13/2004 10:14:02 AM
Hi.
I am wondering if someone could guide me towards a *free* working class,
component or assembly in .NET for zipping files. While googling all I could
find was shareware components and that's a no no for the project I'm
currently involved in.
I must say I was pretty stunned when I realize... more >>
|