all groups > dotnet framework > december 2003 > threads for monday december 22
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
Erm, how do you know when to make an interface? :-)
Posted by Simon Harvey at 12/22/2003 9:25:57 PM
Festive greetings fellow programmers!
I've been programming now for about 4, maybe 5 years now. 4 of those years
were at university so and I havent had much work experience of making real
world applications (although I trying to make some now). There is still a
lot I don't know when it comes t... more >>
Urgent!!! DataRelation Fails
Posted by Ernesto Tejeda at 12/22/2003 4:44:44 PM
Hello everyone
(VS 2k3 + SQLSRV 2K)
I've been having troubles trying to make a data relation work. I have seven
tables related to an eighth one. I created the relation visually using the
XML Designer but for some strange reason the relations fail and when I try
to preview the data in ... more >>
How do you call the Help file from a Menu (F1)
Posted by Mark Johnson at 12/22/2003 4:29:57 PM
How do you call the from NDOC created Documentation.chm file from a Help
Menu or F1.
Will this also work on Compact?
Mark Johnson, Berlin Germany
mj10777@mj10777.de
... more >>
reading win32 application version info using framework
Posted by Nagaraju at 12/22/2003 3:13:22 PM
How to read a win32 application version using .NET
framework classes? Is there any class available? ... more >>
Problem with HttpWebRequest
Posted by Danny at 12/22/2003 1:20:48 PM
Hi.
I am using HttpWebRequest to implement a Web client that downloads many
URLs. I notice that after running for a while, my apps crashes with an
exception in System.DLL titled "Unable to read data from transport
connection."
Is this a bug in HttpWebRequest? Is there a workaround?
I als... more >>
"object required" - calling vb6 COM object method (works ok in ASP)
Posted by mrrrk at 12/22/2003 1:14:24 PM
I have just installed the ASP.NET 1.1 June 2003 Hotfix Rollup Package
(http://support.microsoft.com/default.aspx?kbid=821156)
I am trying to call a method from a third party COM object.
If I try:
sessWorksOrderCompletion.GetOrders("","6")
the call works but if I try:
sessWork... more >>
How to determine if my application is launched using terminal services?
Posted by Shmulik at 12/22/2003 9:24:59 AM
My application needs to know whether it is being invoked through a user
logged on through terminal services, what should I be looking for.
TIA
... more >>
How can I force the reload of a .config file
Posted by Jean-Francois Hamelin at 12/22/2003 9:24:38 AM
Hi,
I want to use the System.Configuration.ConfigurationSetting.AppSettings
member function to retrieve settings from the my .config file. I have an
option form that change the some values and save them in the .config file
via a XML DOM document.
When I read back values from
System.Configu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
visual basic .net resource kit
Posted by dave at 12/22/2003 8:59:50 AM
I was wondering if anybody has installed the free
visual basic .net resource kit from Microsoft. I ordered
the cd from Microsoft and Last night I went to install
it, and when I clicked on install, my Norton antivirus
displayed a message that the computer had been shut down
because th... more >>
Value cannot be null.
Posted by Bikhod at 12/22/2003 7:28:22 AM
Hi
During stress testing of our system (~ 342 transactions /
minute), we occasionally get the following error:
Value cannot be null.
Parameter name: s
[MethodName=VenusDataAccessLayer.dll::DataAccessLayer.Execu
teCommand(IDbCommand, EDataSource);
InnerExceptionType=System.ArgumentNullEx... more >>
GetType in a static method
Posted by jobelg NO[at]SPAM ifrance.com at 12/22/2003 5:47:50 AM
Hello,
I am trying to get the Type of a class in a static method.
Here is a sample of what I would like to do (c#):
private static void Dummy()
{
Type t = this.GetType()
}
Because it is a static method, the 'this' keyword isn't usable.
I know I could use GetType() from the name o... more >>
Debugging, dont work correctly
Posted by How do i Debug my Prgram at 12/22/2003 5:13:08 AM
Hi,
i Press F8 an i see a MsgBox befor the code is there.
Is there a diffrence between VB6 and VB.net???... more >>
vdll / assembly
Posted by silvio at 12/22/2003 3:43:32 AM
Hi all !
Is it possible use a assembly created in .net in a vb6
application ?
Thank's... more >>
IP-Adress
Posted by Doc at 12/22/2003 2:50:47 AM
Hi, wie kann ich der Variable vom Typ System.Net.IpAdress
eine IP-Adresse zuweisen???
Hi, How can i assign a IPAdress to a System.Net.IpAdress
var.... more >>
.net Application is not running on Windows Me OS
Posted by amit kumar at 12/22/2003 1:43:47 AM
I will be highly greatfull if you could tell us about
following problem:
I have developed a .net application. I have used the
crystal report component of .net framework, in my
application. Now when I run the application on 'windows
me' OS, the form which has crystal report in it gives t... more >>
|