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     
Thanks Mattias, "Mattias Sjögren" wrote: loaded statically. This is the situation I'm trying to avoid.
Ron James
02-07-2006 07:45 AM
Ron James Go to last post
1 24
hi, when i try to execute the following program, it compiles fine but the CLR throws an exception saying Unhandled Exception:...
yv
02-06-2006 01:01 PM
yv Go to last post
9 25
My company has the following policy for application directory structure: /apps /bin - executables /dll - DLLs /config - config files The only way...
Northorn
02-06-2006 12:24 PM
Richard Grimes [MVP] Go to last post
2 24
does anyone know where to find the debug symbols for the x86, v2.0.50727 version of mscorwks.dll? here's a partial list of missing...
AT
02-05-2006 03:03 PM
AT Go to last post
1 26
Here's the short version... This uses the v1.1 runtime. Code executing in a secondary appdomain (other then the default) subscribes to a COM...
David Levine
02-05-2006 07:35 AM
David Levine Go to last post
0 32
We are migrating a project from 1.1 to 2.0 that includes some c++. We are seeing some binding failure (investigated with the fusion logs). It's quite...
Carlo Folini
02-03-2006 12:01 PM
Carlo Folini Go to last post
0 30
hi, i've created very complicated custom control that sits inside the dll. the problem is that this custom control needs two other dlls...
SharpCoderMP
02-03-2006 08:47 AM
SharpCoderMP Go to last post
8 33
Hi, I'm trying to emit a "newobj instance void MyType::.ctor(int32,int32)" into the IL stream for a method. It appears I should use the...
Dave.NET
02-03-2006 08:12 AM
Vladimir Matveev Go to last post
1 34
Hi How can I know the name of the class (at runtime) from within the class in ..NET ? I think using Reflection we can get the name but I am not able...
Prasad Peesapati
02-02-2006 10:32 AM
Dustin Campbell Go to last post
1 28
Hi All, I have created a window service on my development system using Visual Studio .Net 2003. My development system has the .Net framework...
bill.duncan
02-02-2006 06:06 AM
Biren P Go to last post
2 24
Hi all, Why is it the default behavior of MS.Net is to always load the newest version of the .Net Framework for any .Net application, irrespective...
Wayne Hartell
02-02-2006 12:19 AM
Wayne Hartell Go to last post
8 40
Today, I posted a sample .NET DeProtector that can defeat those whole assembly protection tools. There are several protection tools on market, and...
Huihong
02-01-2006 07:24 PM
Huihong Go to last post
0 21
Hi Our end users need to be able to define native function calls (dll, entry-point, calling conventions, parameters etc.) and these functions...
Marek
01-30-2006 08:45 PM
AT Go to last post
10 37
The dox are very emphatic that when you use a delegate's BeginInvoke, you must always call the delegate's EndInvoke: That's 2.0; 1.1 is different,...
Jon Shemitz
01-30-2006 06:32 PM
Jon Shemitz Go to last post
2 34
Hi All, I have created a windows service in C# using MS Visual Studio .Net 2003. I can install the service using the installutil command, but I am...
bill.duncan
01-30-2006 04:08 PM
bill.duncan Go to last post
2 20
Hi together, I have got a question according to AppDomains and their PrivateBinPath property. I am doing the following: ------>...
Franz Gsell
01-30-2006 11:02 AM
Franz Gsell Go to last post
0 24
Hi all, I'm trying to use the new ACL functonality in .NET 2.0 to set permissions for a Web application in a pre-installer configuration app. I...
Rick Strahl [MVP]
01-30-2006 09:03 AM
Richard Grimes [MVP] Go to last post
3 43
Hi all, IS there any way using Reflection to determine the underlying type that is used for array items? If I have a type: CustomType how can I...
Rick Strahl [MVP]
01-29-2006 06:59 PM
Rick Strahl [MVP] Go to last post
1 22
hi, i need to read a file that is already opened exclusively by another process. yes this seems like a contradiction, but i can always do File.Copy...
Tim_Mac
01-29-2006 04:45 AM
Tim_Mac Go to last post
2 33
I am about to endeavor on learning as much as I can about tracing/profiling in the CLR.. and in my readings so far I have not found a way to get time...
John Parrish
01-28-2006 11:27 AM
Naveen Go to last post
1 34
I am trying to modify the ACL on some files and directories using the Framework 2.0 security classes and am getting this error: "This access control...
Jaret Langston
01-27-2006 02:49 PM
Jaret Langston Go to last post
0 22
Hi, I spent a bit of time trying to utilize the Boost Spirit library in a net project (Visual Studio 2005 beta 2). The problem is when compiling...
A. Reza Bemanian
01-27-2006 10:41 AM
A. Reza Bemanian Go to last post
0 48
Hi I want to list the available "Component Services " (COM+) in a machine . i am trying to get the list of Componenet services in a machine...
SenthilVel
01-27-2006 02:00 AM
SenthilVel Go to last post
0 45
i like the first option. that is interesting to know that such a thing might be possible. i hadn't even heard of any 3.0 development yet. thanks...
AT
01-25-2006 03:06 PM
Holger Grund Go to last post
5 28
Hello, I am making a small compiler, targeting the .NET platform. I use C# to create the AST and System.Reflection.* to create assemblies. It...
Nicolas
01-24-2006 11:28 PM
Tim C Go to last post
3 50
i have this build error that is pointing to a crystal report class. Am i to believe that the company who created this assembly created it un...
TS
01-24-2006 10:20 PM
AT Go to last post
1 36
I'm trying to create an instance of a class in a new app domain within my process (code is below), but it always ends up executing in my original...
Web Developer
01-24-2006 05:10 PM
Web Developer Go to last post
1 26
Hi Jeffrey, I saw you had answered question regarding "Word and Excel loads version 1.1 of the CLR instead of 2.0" (here is the original message...
Ivan Peev
01-24-2006 04:17 PM
Ivan Peev Go to last post
0 37
Hello, I am loading some assemblies via http and reflection in .NETv1.1. When there is an exception in the assembly, I'd like to capture in the...
Eric
01-23-2006 02:26 PM
Eric Go to last post
0 25
We have a strong-named and obfuscated .Net v1.1 Forms exe that can run as a stand-alone app or have its main panel control hosted by IE using...
nkuslab
01-22-2006 08:32 PM
AT Go to last post
3 25
Hi guys, I am doing winforms app using ver 2.0. My boss is concerning that about 40% of our end-users wont be willing to download and install...
maxima
01-21-2006 12:57 PM
eleazarm Go to last post
3 28
hi, does lines like System.Diagnostics.Debug.WriteLine(); that i have around my code in few places get compilled when i make Release build in Visual...
SharpCoderMP
01-20-2006 10:04 AM
Clive Dixon Go to last post
1 29
I have a client/server scenario where I need the client to impersonate a specific account, depending on rules established on the server. ...
Robert Ginsburg
01-20-2006 10:00 AM
Robert Ginsburg Go to last post
0 36
ExeConfigurationFileMap fileMap = new ExeConfigurationFileMap(); fileMap.ExeConfigFilename = "FactorySettings.config"; Configuration config...
Umut Tezduyar
01-19-2006 01:45 PM
Umut Tezduyar Go to last post
0 46
If compiling a C# .NET application, what is the main difference between a debug build vs. a Release build? Either way, the IL can be...
Ken Varn
01-18-2006 02:29 PM
Naveen Go to last post
22 86
Hi: Is there a way to know how many bytes were purged in last garbage cycle? -- Ravi rwallau (AT) _RemoveThisTextAndUnderscores_springwireless (DOT)...
Ravi Ambros Wallau
01-17-2006 07:19 AM
Ravi Ambros Wallau Go to last post
5 39
Scenario: Calling unmanged C++ instance methods from a C# application. It appears I can successfully call an unmanaged instance method...
Douglas Harber
01-16-2006 11:49 PM
Douglas Harber Go to last post
1 22
In the dotnet security configration 1.1 we have ABC.MYBUS.COM (192.168.xxx.xxx) site membership with full trust. After installing framwork 2.0 it...
Matthew
01-13-2006 12:02 PM
Matthew Go to last post
0 33
Hola, Carlos Yo creo que el problema es que esa clase no esta heredando de "Object" o "idisposable" Suerte "Carlos Guzmán Álvarez" <carlos (AT)...
Adalberto Rua Aguirre
01-12-2006 04:49 PM
Adalberto Rua Aguirre Go to last post
0 42
Hello all, I am using VS.Net 2005 and I have the following problem with Reflection : I build a Reflector-like Class Viewer Tree Control. Everything...
ReflectionBoy
01-12-2006 12:11 PM
ReflectionBoy Go to last post
0 31
I have converted a large vb6 program with an add-in that for every routine gimme the error handling: the add-in adds one line on the head of the...
DavideR
01-12-2006 12:01 PM
Ole Nielsby Go to last post
1 27
There seems to be a strange interaction/conflict between System.Diagnostics.PerformanceCounter objects...
Lucvdv
01-10-2006 02:19 AM
Lucvdv Go to last post
9 31
I have been reading through the documentation on side by side execution and most articles cover how to target a version of the framework for...
Boris72
01-09-2006 05:43 PM
Naveen Go to last post
1 34
I have a mixed mode C++ dll, mostly it is unmanaged code that currently communicates with a remote server over DCOM. I am trying to plug in the...
Robert Ginsburg
01-08-2006 05:49 AM
Robert Ginsburg Go to last post
2 46
Is there any way to write a class that wraps around the CLR? Basically we have an ASP.NET application that has had some core DLL's renamed (the...
Tony Valenti
01-08-2006 04:21 AM
Tony Valenti Go to last post
5 24
Ok, I have a very strange problem. I have a class library and I create a windows forms application that uses it. I Publish it as a ClickOnce...
Iulian
01-07-2006 09:49 AM
Iulian Go to last post
1 33
We are developing a web application on asp.net 2.0, and would like to release a version for 32 bit and 64 bit platforms both, my understanding is...
Ashish
01-06-2006 02:26 PM
john conwell Go to last post
2 35
Hi there. I have used the CodeDOM to dynamically create an enumerated type at runtime. I now want to select an instance of that type using the...
Andrew Marshall
01-05-2006 05:57 PM
Andrew Marshall Go to last post
0 32
Hi Sonali I think you are calling the ShowDialog() function from the secondary thread that is why its only blocking that particular...
AT
01-04-2006 06:22 PM
Ibrahim DURMUS Go to last post
3 18
Hi All.. Do any one of you have a video presentation on DOtnet Secuity ? or do u know any web site which contains link to the video presentation...
SenthilVel
01-04-2006 08:26 AM
SenthilVel Go to last post
0 48
Post New Thread

Display Options
Showing threads 601 to 650 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.