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     
What happens when on a .NET 2.0 application you reference a third party assembly that itself references the 1.0 versions of the .NET CL?...
Juan Ignacio Gelos
11-16-2005 10:33 AM
Juan Ignacio Gelos Go to last post
0 19
I'm creating a plugin architecture in .net. I'm using a plugin appdomain to be able to unload dlls (plugins) if they are deleted or upgraded. I have...
MariusI
11-15-2005 03:12 PM
MariusI Go to last post
0 18
Hi, I have a scenario where AppDomain.CurrentDomain.GetAssemblies () only return part of the loaded assemblies in that AppDomain. I know it is not...
Emmanuel Stapf [ES]
11-12-2005 06:06 PM
Willy Denoyette [MVP] Go to last post
5 17
We just profiled our application and noticed that SafeNativeMethods.GdipFillRectangleI method (called by Graphics.FillRectangle) in System.Drawing...
AT
11-11-2005 05:18 PM
AT Go to last post
0 20
I'm having a srange issue with events in my app. I am trying to embed Lua scriping using LuaInterface ( http://luaforge.net/projects/luainterface/...
asylumn
11-10-2005 04:06 PM
Jon Shemitz Go to last post
1 17
We are in the process of migrating from Beta 2 to the RTM version of Visual Studio 2005 and the .NET Framework. After the RTM version has been...
Jim Meyer
11-10-2005 06:44 AM
AT Go to last post
8 17
Hi All, I am designing a class library that can be used by web and windows client both, the problem is that i want to initiate certain behavior...
Ashish
11-09-2005 10:20 PM
David Browne Go to last post
3 20
I am seeing a strange behavior with a managed/unmanaged C++ program. The program is a large application made of DLLs, COM components, and an exe. ...
AT
11-09-2005 07:11 PM
AT Go to last post
1 20
Is this server gc dll now part of the mscorwks.dll or just not installed with 2.0 unless you have a server os? -- Thanks, Jeff WS
Jeff
11-08-2005 03:59 AM
Willy Denoyette [MVP] Go to last post
1 43
Hi Jim, Thanks for your post. Yes, I can reproduce out this problem with your sample project. I think this is because we can not use a .Net...
AT
11-08-2005 12:38 AM
AT Go to last post
5 58
I'm interested in the compatibility relation (used by the bytecode verifier) which involves the type "native int". So, is int32 compatible with...
George
11-07-2005 04:28 PM
George Go to last post
4 19
Hi Folks, I would like to use openmp support, one of the new features of VS 2005. First of all I noticed, that you have to set either the openmp...
Chucker
11-07-2005 10:22 AM
Chucker Go to last post
0 22
Q1. How is the process used to host the CLR determined? When the compiler/linker creates an assembly, JMP _CorExeMain 6-byte x86 stub function is...
Jim Weiler
11-07-2005 03:22 AM
AT Go to last post
2 14
For those trying to get ILIDE# I'm sharing at my blog site. The original creator's site is failing. If you download, leave a comment at the blog...
Phill
11-05-2005 11:37 AM
Phill Go to last post
0 52
hi all, I have an unmanaged app that uses some dotnet based components we have written via COM (the components are registered for COM interop)....
bg
11-05-2005 07:04 AM
Metallikanz! Go to last post
3 24
Hello, I need to store culture-specific resources in my application that are not limited by standard cultures recognized by .NET. For example, a...
Vagif Abilov
11-05-2005 06:16 AM
Scott Coonce Go to last post
3 30
I am working with visual basic.net 1.1. I need to parse out data in a string that is space delimited. The number of spaces between each data item in...
Wendy Elizabeth
11-03-2005 11:10 AM
David Farr Go to last post
3 29
Why doesn't System.Guid have a Parse method when SqlGuid does? It's simple enough to do: System.Guid g = System.Data.SqlTypes.SqlGuid.Parse ( s...
PIEBALD
11-02-2005 05:26 PM
William Stacey [MVP] Go to last post
3 29
Hi, We have memory problems with one of our ASP.Net application. While analysing the process memory I found that two performance counters were...
Arka
11-02-2005 01:23 PM
Willy Denoyette [MVP] Go to last post
5 22
Please see arguments for this in discussion group dotnet.general. Or have a look at the related suggestion FDBK39498 in Product Feedback and make...
Keith R
11-02-2005 09:21 AM
Keith R Go to last post
0 22
Hi Folks, I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this worked fine. When moving to .NET 2.0 I get a couple of unresolved...
Chucker
11-02-2005 03:58 AM
Chucker Go to last post
0 26
Hi Folks, I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this worked fine. When moving to .NET 2.0 I get a couple of unresolved...
Chucker
11-02-2005 03:58 AM
Chucker Go to last post
0 56
Hi, we have an MFC app where the database interface is ADO.NET. The rest of the app is unmanaged. We want to interface to another app by using OLE....
Olav
10-30-2005 06:59 AM
Olav Go to last post
4 29
Hi all, I am working on a service that uploads METAR weather information to the National Weather Service FTP site. The service I'm authoring is...
Kevin Spencer
10-27-2005 05:51 PM
Feroze [msft] Go to last post
1 46
How does the 64Bit CLR handle .NET Framework 1.1 assemblies in the following scenario? App.exe <--- .NET Framework 2.0 100% Managed MyLib.dll <---...
Kevin Ortman
10-26-2005 02:35 PM
Josh Williams Go to last post
3 65
Folks, Why does the MS unhandled exception handler get called when we have registered our own if we call Application.Exit() from our own...
Arnie
10-26-2005 01:56 PM
Arnie Go to last post
0 42
I am somewhat confused with Brad Abrahms' Exception Message Guidelines (http://blogs.msdn.com/brada/archive/2004/01/28/64255.aspx), also...
Vagif Abilov
10-26-2005 11:10 AM
Vagif Abilov Go to last post
2 23
This was previously posted in dotnet.framework.interop, but no replies were received. Hello, We've got a mixed mode application, which includes...
Paul Perry
10-25-2005 02:15 PM
Nicole Calinoiu Go to last post
1 37
Hello, I would like to "package" a few files that my program needs into a single executable, I have successfully added them to my resources. But I...
YiFai
10-24-2005 02:45 PM
YiFai Go to last post
0 34
System.UriBuilder is not enough for sometimes. For example, when i request http://www.abc.com/def/ if a href is found at that page like ../hhh.aspx...
Umut Tezduyar
10-24-2005 02:11 PM
Umut Tezduyar Go to last post
0 33
I am new to working with crystal reports and visual basic.net 1.1. I would like to be able to do the following: 1. create a moderate to complex...
Wendy Elizabeth
10-22-2005 01:24 PM
Wendy Elizabeth Go to last post
0 17
try this (C# syntax for the example) Rectangle rect = new Rectangle( 1,1,3,3); // make a rectangle at 1,1 that is 3 wide and 3 high. Debug.Assert...
bryan
10-21-2005 03:55 PM
bryan Go to last post
0 42
Hello, For some reason I cannot look at the processes running on one machine on the network. I always get the following...
XxLicherxX
10-21-2005 06:54 AM
Willy Denoyette [MVP] Go to last post
3 22
Hi, We have a requirement to disable Local Settings\Application Data\ApplicationHistory\ ini file generation for our app only or globally on some...
Leon Finker
10-21-2005 03:59 AM
AT Go to last post
5 29
It's great that the CLR gives us this cool EventLog object for managing event logs. And they even give you this cool property "MachineName"...
JV
10-20-2005 05:06 PM
Richard Grimes Go to last post
1 29
I'm running the RC version of VS 2005 handed out at the PDC. I'm working on something where seeing what's going on all the way down the stack would...
Rog
10-19-2005 01:59 PM
Rog Go to last post
2 25
I am using the SortedList class to sort an array of items. I want to bind the SortedList to a DataGrid, but I want the list to go in descending...
Ken Varn
10-18-2005 01:02 PM
Nick Hertl Go to last post
2 40
Hi All, I've been working on having my application create dynamic assemblies within the current domain of the application and loading them at...
AT
10-18-2005 11:25 AM
Nick Hertl Go to last post
1 26
Hi All, I wondered if anyone could make sense of this undocumented object (System.Runtime.Remoting.Proxies.__TransparentProxy) being returned from...
AT
10-18-2005 08:11 AM
AT Go to last post
2 63
Hi It is a good practice to set that all assemblies in my company must to have a strong name even the privately deploying. I'm looking for a simples...
Javier Martinez
10-16-2005 07:05 AM
Richard Grimes Go to last post
2 17
Is my class library is it possible to get the calling assembly's executable full name, or the Url if it is being linked from an...
poifull
10-14-2005 04:33 AM
Richard Blewett [DevelopMentor] Go to last post
4 49
I created a .Net add-in for Microsoft Excel.When the application load, all the images that will be used in the application will be loaded. I have a...
James
10-12-2005 09:32 PM
James Go to last post
0 35
Hi! In our server application we get OutOfMemoryException in constructor of dataset even a lot of memory is available on the machine. Any...
Marek Cvrk
10-12-2005 03:59 AM
s_mondrup Go to last post
18 58
hi, i'm suddenly getting the above mentioned error message when i'm clicking on some control in my winforms application (coded with vb.net). after...
NetRacer
10-11-2005 01:54 AM
NetRacer Go to last post
0 25
Hi All I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based...
Deep Silent Ocean
10-10-2005 07:03 AM
Vadym Stetsyak Go to last post
1 35
Hi I use system.reflection.emit to create runtime subclasses of some classes. all works very well with one little problem. I cannot use quickwatch...
Roger
10-10-2005 06:55 AM
Vadym Stetsyak Go to last post
3 32
My application requires full trust to work, so when I run it on a network drive I get the following exception: Request for the permission of...
Jim
10-09-2005 09:08 AM
Nicole Calinoiu Go to last post
7 26
Bonjour, Voici un bon plan qui m'a permit de gagner beaucoup d'argent "5000 euros/mois" sans dépenser un centime et sans engagement.. Si vous...
Raf
10-08-2005 07:30 AM
Raf Go to last post
0 31
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a...
nickdu
10-07-2005 06:17 PM
Willy Denoyette [MVP] Go to last post
14 34
I am using the EventLog class to display log entries to my users. Is there any way that I can take the same log information that EventLog contains...
Ken Varn
10-07-2005 11:10 AM
Ken Varn Go to last post
0 26
Post New Thread

Display Options
Showing threads 701 to 750 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.