HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss in the Dotnet Framework (CLR) forum.



Post New Thread
Threads in Forum : Dotnet Framework (CLR) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
We are in a great need to be able to set connection and query timeouts on our stored procedures when called from MW. We use Oracle 8.1.7.4 on the...
AT
07-14-2003 01:58 PM
AT Go to last post
0 35
I don't know of an API that checks if an assembly can be resolved by the runtime without actually loading it. If you must be able to unload the...
Dave
07-13-2003 04:47 PM
Dave Go to last post
0 46
Is there a way to join or hook into an existing AppDomain? I guess I'm looking for something similar to AppDomain.GetAssemblies, but that would...
AT
07-12-2003 04:11 AM
Conrad Zhang Go to last post
4 21
hey all, I am having an odd problem with the InputBox in VB.NET, and it ONLY happens on one of my computers, the rest run the code fine. When I...
Nick Jacobsen
07-11-2003 11:36 PM
CT Go to last post
1 39
Hi, In addition to the ones that have already been mentioned, you can check out my TimeZone classes at http://www.crankedup.com/code/ -Art "Ron...
Art Wallace
07-11-2003 05:12 AM
Art Wallace Go to last post
0 31
I'm trying to launch a smart-client app by it's URL. This works great: AppDomain domain = AppDomain.CreateDomain( "SmartClientApp"...
AT
07-10-2003 09:34 PM
Rajasi Saha Go to last post
1 31
Dear Friends . My framework seems having some strange problems now. Even the compiler is out of functions. for example, I had written a very...
Polo Lee
07-10-2003 06:04 PM
AT Go to last post
1 35
Willy Denoyette <willy.denoyette (AT) skynet (DOT) be> wrote: That's because System.Type.GetMethod isn't the name of the method - GetMethod is the...
Nick
07-10-2003 11:12 AM
Jon Skeet Go to last post
2 24
Hi, I want to catch FileNotFoundException in case my application is unable to find a required assembly file, for logging a error message to my log...
Prashanth Uppunda
07-09-2003 05:29 PM
Suzanne Cook [MS] Go to last post
2 50
MattStan, There is nothing in .NET, but you can use the Image Mastering API to write CDs. You will have to use COM interop (and probably a few...
Nicholas Paldino [.NET/C# MVP]
07-09-2003 07:50 AM
Nicholas Paldino [.NET/C# MVP] Go to last post
0 32
try: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a0e49887-cb36-45bc-8bde-b84d36aaee06 http://www.gotdotnet.com/Community/U...
Thomas Scheidegger [MVP]
07-08-2003 02:11 PM
Thomas Scheidegger [MVP] Go to last post
0 28
I notice that every time I try to debug a web service, with a Windows form front end, the debugger stops working when I reach the web service code. ...
Wai-Ming Lau
07-08-2003 01:55 PM
Wai-Ming Lau Go to last post
0 32
Hi, I apologise beforehand if this is not the correct group for this message, but it looks like the most appropriate. I have written some code that...
Nick
07-08-2003 03:28 AM
Nick Go to last post
0 24
Hi all, I'm developing a tool that explores contents of assemblies via reflection. When the tool is requested to get some information from an...
Dmitry Shaporenkov
07-07-2003 05:45 PM
AT Go to last post
3 35
Hi, Hilton, Your questions are good ones. This is an area for a great deal of confusion and misunderstanding. To lay just a bit of groundwork,...
AT
07-07-2003 05:22 PM
AT Go to last post
0 26
Hi, can you please help me by obtaining methods argument values in runtime? I have this construction: --- source code...
AT
07-07-2003 05:01 PM
AT Go to last post
1 27
Hi all, when my application checks for the version of framework installed on the machine,it returns 1.0. For test purposes I want to disable that...
BG
07-07-2003 02:12 PM
BG Go to last post
0 25
Varun Singal wrote: A simple approach may be to access these values in a module with Option Strict Off and then use late binding. Option Strict...
Varun Singal
07-07-2003 12:08 PM
Mark Hurd Go to last post
2 33
Hi all, I am trying to store a reference to a variable in my data provider class but cannot save a reference to it. Can anyone help me? I would...
Christopher
07-07-2003 08:37 AM
Christopher Go to last post
0 38
I am trying to save an assembly in the bin folder of an ASP.NET application using the AssemblyBuilder.Save() method. But when I call the save...
Don King
07-06-2003 09:34 PM
Donald King Go to last post
3 43
here is the scenario: I have windows service and "standard" windows forms applications. what kind of methods there is to share data between those...
Ville Pirhonen
07-04-2003 07:28 AM
Ville Pirhonen Go to last post
3 47
The unhandled exception dialog is horrible. At an absolute minimum, it needs to display the name of the exception. The message would be nice,...
Frank Racis
07-04-2003 05:16 AM
Frank Racis Go to last post
0 35
It is easy to check that ILDasm has not been built using .NET (just try to dissassemble itself), so ILDasm.exe may not be using the Reflection...
Antonio Linares
07-04-2003 02:14 AM
Antonio Linares Go to last post
0 33
I seen ways on using component licensing in .NET. Is there anyway of keeping your distributed class libraries from being used in any...
Lee Connell
07-04-2003 01:42 AM
Lee Connell Go to last post
0 46
Hi to All, As I searched in google, others reported similar things too: My case: After installing a using VS 2003 (or is it about Framework 1.1?)...
DotNet007
07-03-2003 06:54 PM
Rich Dutton Go to last post
5 24
Moving post from languages.csharp to microsoft.public.dotnet.framework.clr... Any tips or tricks on using GetProcesses from a Windows Service to...
AT
07-02-2003 12:21 PM
AT Go to last post
0 32
I've developed a web service in C#.NET and want to use it now in an existing java application. When creating an instance of the web servce stub...
AT
07-02-2003 09:39 AM
David Browne Go to last post
2 35
Hi, I'm using CorBindToRuntimeEx to start a specific version of .Net (1.0 / 1.1). When the correct version is not present some machines display...
M. Veurman
07-02-2003 08:49 AM
M. Veurman Go to last post
2 42
you can call a method like that assuminf you created an array of parameters in someParams: MethodInfo method1=null; object...
AT
07-01-2003 05:47 PM
AT Go to last post
0 31
Hi all, I need to extract type information from an assembly and unload the assembly to prevent it from locking. So I create separate application...
Dmitry Shaporenkov
07-01-2003 05:45 PM
AT Go to last post
1 38
How to create a native code *.exe from the IL? A frequent answers are: you don't need it, is incompatible with other versions of CLR etc. I would...
AT
07-01-2003 06:19 AM
AT Go to last post
0 28
You might like to know that there is a newsgroup specifically for doing tests, try "microsoft.test" Phil...
Phil Jenson
07-01-2003 03:24 AM
Phil Jenson Go to last post
0 36
John Smith <Jon41 (AT) aol (DOT) com> wrote: I might try that some time - I always use a laptop... I've had to up it to 512Mb to see it garbage...
John Smith
07-01-2003 02:52 AM
Jon Skeet Go to last post
3 34
Try implent IDeserializationCallBack. You can search MSDN for Jeffery Richter's articles about Serialization to understand how it works. Hope it...
Gang Peng
07-01-2003 02:49 AM
Gang Peng Go to last post
0 51
CSharpNET is the LARGEST email-based group on the Net with most activity. You are welcome to join C#.NET group by sending a blank email...
phil
06-30-2003 09:20 PM
phil Go to last post
0 38
You are looking at the raw bytes in the Blob heap, right? (i.e., not "filtering" via a tool like ILdasm or MetaInfo). In that case, remember that...
AT
06-30-2003 05:28 PM
AT Go to last post
0 49
Michael, Could you please clarify a coule things? 1. Did you call Dispose yourself, or leave it to foreach? 2. Did you objects contain unmanaged...
MK
06-30-2003 04:18 PM
MK Go to last post
2 46
Mattias, I am reviewing some docs abot the varargs way of working. You are right, that could be the way :-) thanks! Antonio
Antonio Linares
06-30-2003 09:05 AM
Antonio Linares Go to last post
4 35
How can I assign shortcuts (other than those defined in the Shortcut enumeration) to a menu item?
Code Boy
06-29-2003 07:30 PM
Code Boy Go to last post
0 34
Brian, Try changing the STAThread attribute to MTAThread. The leak you are observing is a handle leak (event kernel sync object - see Perfmon handles...
Willy Denoyette [MVP]
06-28-2003 05:45 PM
Willy Denoyette [MVP] Go to last post
0 41
Mark, I am looking at virtual memory, and the GC.GetTotalMemory call definitely results in a garbage collection and reduction in virtual memory for...
Brian Adkins
06-28-2003 12:45 PM
Brian Adkins Go to last post
0 51
Post New Thread

Display Options
Showing threads 2201 to 2241 of 2241
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.