all groups > dotnet general > september 2003 > threads for sunday september 7
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
Storing Code Snipets
Posted by Shayne H at 9/7/2003 11:54:17 PM
I have been finding that the various code snipets I keep at hand are
starting to overwhelm me.
Using text files and a directory structure doesn't seem to cut it anymore. I
would be interested to know what solutions other people are using. I have
looked at the Code Library that comes with Office ... more >>
PLease help Application Configuration file access error ???
Posted by serge calderara at 9/7/2003 10:57:58 PM
dear all,
I have problem accessing section group in my configuration
application file. I got an error saying thta I can have
only one section ????
here is my application configuration looks like:
================================================
<?xml version="1.0" encoding="utf-8" ?>
... more >>
difference between vb and vb.net
Posted by N.K.Arun at 9/7/2003 9:21:22 PM
sir
I want to know the exact difference between vb and vb.net.
ie why we call vb.net as fully oops language, and why vb
is not and in what aspect.
Thankingyou... more >>
Retrieving browser information with ASP.NET
Posted by Alessandro Morvillo at 9/7/2003 8:19:31 PM
How I can get the browser client area? With Javascript I can use
system.availheight or body.height, with asp.net how i can do this?
... more >>
How to write a batch to compile .net projects?
Posted by chia_ccc NO[at]SPAM yahoo.com at 9/7/2003 6:49:23 PM
Good evening.
I was wonder how to write a batch file making no assumption if visual
studio is installed manually on the target system. I.e. it is likely
to map the visual studio.net file structure on the target system,
hence the question of how to compile it due to environment variables.
Cu... more >>
Application Unavailable
Posted by Curt Emich at 9/7/2003 12:40:55 PM
When I try to launch a local .NET application on my laptop, I'm getting the
error: "Server Application Unavailable". I'm told to look in a log file,
but I see no log files in the IIS directory. I know the service is running.
Any ideas?
... more >>
Windows Service - run only Once a day
Posted by RandyS at 9/7/2003 12:33:56 PM
Hello All,
I have a windows service that only need to run once a day to download files
from an AS400 system. What is the best approach for this type of service.
Right now what I have done is to start a thread and calculate the amount of
time until the next time to run Now + 23.59.59.00 then ... more >>
Cannot remove a .NET assembly from GAC
Posted by Navin at 9/7/2003 9:16:31 AM
Hi everyone,
I am facing this typical problem. I have a .NET assembly called
"SecurityLib", which I have kept in GAC using gacutil tool. But now I can
not uninstall it from GAC using gacutil.
I have tried various parameters
gacutil /u
gacutil /uf
gacutil /ungen
gacutil /cdl
The error ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.net cannot contact localhost..HELP!
Posted by Will at 9/7/2003 7:23:58 AM
I have used my enterprise edition for 2 weeks now and now
all of a sudden it hangs when I try to contact the local
host ot open my web projects. I use dotnet at work all
the time with no problems. Any help would be greatly
appreciated.... more >>
Enumeration Format Strings. Difference between g and f?
Posted by John Bentley at 9/7/2003 7:11:15 AM
Can someone give me an example where an enumeration format string of g would
return a different result to that of f?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conenumerationformatstrings.asp
--
... more >>
3 Simple Questions
Posted by Mr. B at 9/7/2003 2:50:08 AM
Question #1:
I've two forms (Parent = Form1, Child = Form2). How do I find the status of a
control (say RadioButton) on Form1, while I'm doing something on Form2.
VB6 use to allow you to do ==>
If Form1.rbMyButton.Checked = True then blahblahblah
How do I do this in VB.net?
Question... more >>
dumpbin.exe
Posted by Tamir at 9/7/2003 2:29:27 AM
I cannot find the file dumpbin.exe (I've searched al my
PC). I have Vusual Studio.NET 2003 installed and works
fine. Does someone know where can I find and download the
file, and where it should be in the file system ? I need
the new version with options like CLRHEADER.
Thanks... more >>
|