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 implementing a .NET runtime host in an unmanaged application written in Borland Delphi. The application initializes a host, creates a...
Anders Evensen
06-07-2006 09:38 AM
Anders Evensen Go to last post
0 43
Hi all, I have ported my VB.Net project from VS2003 to VS2005. I am facing two issues while running my applications: Issue1: I am calling some...
mohan (AT) tek (DOT) com
06-06-2006 04:25 PM
Greg Young Go to last post
3 80
Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such...
Hiten
06-06-2006 01:27 PM
Michael Phillips, Jr. Go to last post
3 80
Hi All I am Trying to build my 1.1 framework code with 2.0 framework using Visual Studio 2005 installed in my machine. when i tried doing doing so...
SenthilVel
06-06-2006 09:21 AM
SenthilVel Go to last post
0 33
Hi all, How do you take a PropertyInfo and get an instance of the object described by it? For example, I want to get the actual instance of the...
AdamM
06-06-2006 08:13 AM
Ben Voigt Go to last post
4 49
Hi all, I have a DropDown and a TextBox just bekeow it... I have to get the selected value from dropdown and set it as textBox Text.. The thing is...
Charleees
06-05-2006 12:14 AM
Charleees Go to last post
0 44
Hello Dave, It would be a simple matter of decompiling winres.exe (using ILDASM or Reflector) and seeing exactly how it works. -Dan
GhostInAK
06-02-2006 01:52 PM
GhostInAK Go to last post
0 46
Hi there, This question is touching quite a few different areas (.NET 2.0, CLR, Deployment, and indeed Excel) but I post it here as a first attempt...
Mat P:son
06-01-2006 03:10 AM
Mat P:son Go to last post
0 62
Hi, I get a InvalidCastException: - ex {"Unable to cast object of type 'SecSoaService.NFFIServiceParameters' to type...
Lars
05-31-2006 05:14 AM
Lars Go to last post
4 100
You can .. but that is a breaking change to his existing source .. You can do it either way .. Personally I prefer the cecil method way as it is...
Dale
05-30-2006 08:36 PM
Dale Go to last post
13 180
Hi all, I have the following code I created to do multiple websites data crawling using Asynchronous Thread calling it works fine however I'm...
Maya Sam
05-29-2006 09:14 PM
Jon Shemitz Go to last post
3 73
There's been a nice blog at http://hoser.lander.ca/ written by Richard Lander under the name of CLR Hoser. Unfortunately the entire website has been...
Chris Nahr
05-29-2006 07:50 AM
Chris Nahr Go to last post
0 56
I'm using CLR (VB.NET -- C# and even C++ are options if necessary) to late-bind to an object at runtime. It's easy to late bind to method...
Jon Davis
05-27-2006 01:26 AM
Jon Davis Go to last post
4 86
Hi All i am installing vs2005 in one of machines which had already got a trial version of vs2005. i installed vs2005 , successfully , i also got...
SenthilVel
05-26-2006 12:24 AM
SenthilVel Go to last post
0 51
Can someone please explain why the DataSet isn't being collected? If I un-comment "dr = null", then the memory is freed. using System; using...
Mike King
05-24-2006 06:43 PM
Ben Voigt Go to last post
9 59
Hi all, I have ported my project from VS2003 to VS2005 The project contains both unmanaged codeand managed code.While compiling I got the following...
mohan (AT) tek (DOT) com
05-24-2006 05:11 AM
Barry Kelly Go to last post
3 386
Hi all, I have ported my VB.Net project from VS2003 to VS2005. I am using some unmanaged code in my project. while running my application,Iam...
mohan (AT) tek (DOT) com
05-24-2006 01:41 AM
Barry Kelly Go to last post
1 114
If a large framework (or library, application, etc.) has optional parts and some users may not want all parts, it would make sense to break...
Mountain
05-22-2006 09:08 PM
Jon Shemitz Go to last post
2 52
I'm posting here because I couldn't get any help in other managed groups. After hours of browsing I can't find any hints on how to implement a...
krzys
05-20-2006 08:34 PM
krzys Go to last post
0 59
Hi! I have two C# assemblies (dll) and one desktop testprogram (also C#) and when I start my testprogram and press the button that will use methods...
Hans
05-19-2006 05:31 AM
Tasos Vogiatzoglou Go to last post
1 52
Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote: Yes - though I'm not quite happy with what I see. Seems a bit weird or...
Ole Nielsby
05-17-2006 10:11 AM
Ole Nielsby Go to last post
1 46
Are there any things one can do to assist the jit in generating efficient tail call optimization? If a method with many parameters ends calling a...
Ole Nielsby
05-17-2006 09:23 AM
Barry Kelly Go to last post
11 106
Hi all, as I was studying the ECMA 335 3rd edition and the unbox.any opcode, I noticed it was noted that unbox.any was equivalent to (unbox +...
AT
05-17-2006 02:40 AM
AT Go to last post
0 48
Thanks for repling me so soon ... if we using the pointer .that mean .we are dealing with unmange Code Can you suggest me manged Code using Pointer...
TARUN
05-16-2006 08:38 AM
Tasos Vogiatzoglou Go to last post
6 60
I've using Reflection to get a value from a property in a class and I needed to modify it to allow Friend properties to be included: PropertyInfo =...
Rob Nicholson
05-13-2006 05:24 PM
Ben Voigt Go to last post
4 57
Hello, I'm working on two bugs in my app. They seemed unrelated at first glance, but after some testing and searching the web for clues I am now...
Jan Waga
05-12-2006 05:52 PM
Ben Voigt Go to last post
2 56
I thought GetInterfaceMap should work for every interface returned by GetInterfaces()... but here I have a counterexample. Has anyone seen...
Ben Voigt
05-12-2006 12:02 PM
Ben Voigt Go to last post
1 48
I've written a converter from ASN.1 type descriptions to .NET structures (well, with a perl front-end that creates intermediate XML, I think the...
Ben Voigt
05-12-2006 12:00 PM
Ben Voigt Go to last post
1 64
Here's a fun one: Our Windows Forms application uses the Crystal Reports .NET assemblies, which we ship and reference privately from our application...
AT
05-12-2006 03:59 AM
David Levine Go to last post
5 84
what languages can be used to write the framework class library, especially the data structure library, such as System.Collections.
wukun
05-10-2006 10:23 PM
Barry Kelly Go to last post
1 51
I would like to solve the problem of method parameter verfication in order to avoid to writing repetitive code to validate method parameters, for...
eacsub
05-10-2006 07:46 PM
Jay B. Harlow [MVP - Outlook] Go to last post
4 48
Hi, I have a solution that contains a mix of C# and Managed C++ projects. When I try to run the C# program, I get an error indicating that one of...
Michael McMullen
05-10-2006 07:31 AM
Michael McMullen Go to last post
0 49
I have tried to use sos.dll together with the WinDbg debug engine to perform some automated retrieval of runtime data. Unfortunately, there seems to...
Andreas Suurkuusk
05-10-2006 04:10 AM
AT Go to last post
19 148
I have a multi threaded app that seems to have a thread locking issue. Are there any tutorials and tools that describe how to go about tracking this...
Sam
05-08-2006 04:29 PM
Alessandro Catorcini [MSFT] Go to last post
2 48
I'm looking into adding automated mini-dump creation to my companies .NET software products. For the past few years, we've been using ADPlus scripts...
Chris Mullins
05-08-2006 06:07 AM
Oleg Starodumov Go to last post
6 63
Is there some place to find out what the display screen resolution is in dots per inch? So far the only way that is close is to look...
Tom
05-07-2006 05:20 PM
Tom Go to last post
2 84
I suspect it's unlikely, but you'll never know until you ask, but are there any attributes that would allow us to contribute to the compiled...
Stuart Carnie
05-05-2006 07:20 AM
Nicole Calinoiu Go to last post
2 38
I am using C# CLR 2.0 CodeDom: I need to create the following array: SqlParametersqlParameters={ new SqlParameter("@invID", SqlDbType.Int, 4,...
Russell Mangel
05-04-2006 07:15 PM
Greg Young Go to last post
1 47
I am using C# 2.0 and the CodeDom. Can someone answer the following 3 questions about the CodeDom in CLR 2.0. 1. I understand that there is no...
Russell Mangel
05-04-2006 07:13 PM
Greg Young Go to last post
1 54
I am trying to find additional information on how the CLR works with multiple CPUs in .net 2.0 framework. Is it enabled by default? Can I spawn...
vzaffiro
05-04-2006 07:02 PM
Greg Young Go to last post
5 64
Hi, We are running a managed application and we ran in to this issue. With windbg we figured out it was Invalid lock sequence - code c000001e that...
Naveen
05-04-2006 05:00 PM
Naveen Go to last post
0 69
I'm having some troubles with unit tests that use mocks of interface types. I'm mocking an interface type that inherits some members. The mock...
Niall
05-04-2006 01:11 PM
Ben Voigt Go to last post
4 61
hi, Iv'e seen two ways of copying streams in .net: Stream outStream = MemoryStream(); Stream inStream = CreateSomeMemoryStream(); byte buffer = new...
SharpCoderMP
05-04-2006 04:58 AM
Helge Jensen Go to last post
10 103
Is there a way to tell via reflection whether a class does not support an event/method/property defined in a base class? For...
Larry Minton
05-04-2006 12:44 AM
Larry Minton Go to last post
4 51
Greetings, Let's say I have a Service running on my machine, that has a full object model of some kind. From an external process, such as a Win...
Shawn B.
05-03-2006 11:17 PM
Shawn B. Go to last post
3 44
Hi I have a class CodeGen in which GenerateILBody is a method that uses ILGenerator.Emit to create the IL code as method body for a dynamic method...
VivekR
05-03-2006 01:36 PM
Ben Voigt Go to last post
2 47
Hi, I have a BindingList<T> collection and I am adding concrete object T in to the binding list. Before adding them, I want to verify if object with...
Hiten
05-03-2006 10:15 AM
Ben Voigt Go to last post
1 43
I have the following situation: - I have an app (App1) that should use objects from other app (App2). - Both apps are hosted in the Internet (in...
AT
05-03-2006 06:18 AM
AT Go to last post
0 34
hi, in c# i can run the following code without risk of NullReferenceException: if(textNode != null && !String.IsNullOrEmptytextNode.InnerText)) the...
Tim_Mac
05-02-2006 06:35 PM
Ben Voigt Go to last post
7 55
Guys, When writing unit tests for our assemblies we'd like to change configuration values at runtime for some tests i.e. to test all code paths are...
Matt Adamson
05-02-2006 04:00 AM
Matt Adamson Go to last post
2 68
Post New Thread

Display Options
Showing threads 451 to 500 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.