all groups > dotnet general > july 2003 > threads for wednesday july 16
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
Type.GetMethod and ref Parameters in C#
Posted by rudolphoa NO[at]SPAM hotmail.com at 7/16/2003 7:08:28 PM
Hi All,
I have a class (called CTestClass) within which I have a method
(Foo). This method has the following signature:
Foo(int x, int y, ref int z)
I am attempting to use reflection to invoke this method but before
doing that I want to use Type.GetMethod to bind to it and ... more >>
shadowcopy can be done with private assembly ?
Posted by Daylor at 7/16/2003 4:22:00 PM
can shadowcopy be done with private assembly ?
any info about how shadowcopy actually works ?
when im compiling an assembly (while the assembly file is in use ), what i
need to do ?
change vertion ? change name of file ?
how the appDomain will know to load the new assembly ?
... more >>
Calling methods from constructor?
Posted by Grandma Wilkerson at 7/16/2003 4:17:43 PM
Hi,
I have a class whose constructor accepts a Socket as an argument. The
constructor then makes a call to Socket.BeginReceive(). The callback
delegate passed to BeginReceive() is a method of my class. There is a slight
chance that the callback delegate will be called from the I/O thread p... more >>
converting virtual path to physical
Posted by glushmi NO[at]SPAM hotmail.com at 7/16/2003 4:13:47 PM
Hi guys,
I need to convertvirtual (http:// ...) path to physical (c:\...) in
the desktop application. Any ideas?
Thansks,
Mike... more >>
SqlException
Posted by stanley J mroczek at 7/16/2003 3:47:13 PM
System.Data.SqlClient.SqlException: General network error.
Check your network documentation. I know that this is not
much to go on. But I don't know where to start. the
program updates 186 records and on the 187 record I get
this error. I know this don't make any sense but the code
field h... more >>
CustomTraceListener Question
Posted by CGuy at 7/16/2003 3:25:34 PM
Hi,
I have a question. I have implemented a custom trace listener (derived from
the TextWriterTraceListener type).
Now, I add this custom trace listener to the list of listeners and then call
a Trace.Indent() before I write to the trace. But the file produced by my
CustomTraceListener does n... more >>
DataSet or Classes
Posted by Ruslan at 7/16/2003 2:59:56 PM
I must work with the xml files. Load data from xml, change it, save it. What
is the best idea? To use ADO.NET, I mean to load data from xml to DataSet,
or create classes and work with these classes (something common with
"Castor").
Thanks,
Ruslan
... more >>
unresolved metadata token when wrapping native DLL
Posted by David Kantowitz at 7/16/2003 2:15:23 PM
I am trying to wrap a native-C++ DLL in managed C++, to
use in a .NET project.
The native code is compiled into a DLL, and I have created
a .def file that exports the mangled names of the symbols
I am going to use from the wrapper library.
The wrapper library has the code written that us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't reference Assemblies in GAC?
Posted by Nick at 7/16/2003 12:47:54 PM
I've just created a simple class library, gave it a strong name using
sn.exe, then copied it to c:\winnt\assembly directory. I then created an
ASP client that reference that assembly. The client works only works if I
have the assembly under the ASP client's \bin directory, even though it's
als... more >>
Where's all the old key shortcuts?
Posted by AC at 7/16/2003 12:43:33 PM
Whatever happened to ctrl+shift+F2 to go back to last line
you were at in the editor... or shift+F2 to go to
definition? Are these oldies not in .Net?... more >>
Global variables
Posted by Jonathan Perkins at 7/16/2003 11:41:55 AM
How do i create global variables that keep their values
after the form is postback, (i.e. when a button is
clicked, etc.) Thank you very much.... more >>
OT: real time java in the US Navy???!!!!! surely you jest!
Posted by asj at 7/16/2003 11:39:54 AM
i mean, cellphones and other consumer devices is fine, but god help us,
they're gonna be using real time java in the navy....can you say, gc
timeout? LOL.
"This investment by the defense community in dual-use, hard real-time
Java technologies allows NewMonics to expand the reach of Java to
pe... more >>
Upgrading to .NET
Posted by Darren Gulliver at 7/16/2003 10:30:17 AM
Hi,
If I buy the upgrade version of Visual Studio .Net Will I still be able to
run the VB6 IDE?
Regards
Darren
... more >>
confirm method in javascript
Posted by Jenet at 7/16/2003 10:09:04 AM
Is there a way to set the default option to 'Cancel' rather than 'Ok' in
Javascript confirm method?
cmdDelete.Attributes.Add("onClick", "javascript:return confirm('Are You Sure
You Wish To Delete This Item ?');")
Thanks.
... more >>
ThreadAbortException: Thread was aborted exception???
Posted by Christopher D. Wiederspan at 7/16/2003 10:02:24 AM
I've got a WebServices application that uses Crystal Reports to produce and
then export Invoices to PDF format. Without getting into too many details,
it's just a big loop statement that goes out to SQL using a SqlDataAdapter,
brings back a dataset which is pushed into the Crystal Report, and the... more >>
Using the IPAddress class with masks?
Posted by Grandma Wilkerson at 7/16/2003 9:33:57 AM
Hi,
This is your grandmother.
I'm have a situation where I have access to an IPAddress and a mask and
need to determine if another IP address is included in the IP block
specified by former IP address and mask. The function prototype looks
something like this:
bool IsIPAddressInB... more >>
ASP .Net Project Deployment
Posted by Jim Rolfe at 7/16/2003 9:02:57 AM
I have an ASP .Net project that contains some crystal
reports. I am unable to run the setup and deployment
program on a Windows 2000 Server machine. I get the
following error message:
This setup requires IIS 4.0 or higher and Windows NT 4.0,
Windows 2000, or Windows XP. This setup cann... more >>
Windows ME
Posted by Tasneem Huq at 7/16/2003 12:30:25 AM
Can Visual Studio.net 2003 be deployed to do some C++
programming in a Windows ME operating system?
Please let me know/
Thanks.... more >>
|