Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
2answers
3k views

Repercussions of enabling useLegacyV2RuntimeActivationPolicy?

For my current project, we're using some CLR 2 based mixed mode assemblies. In order to use these from within a .NET 4 targetted assembly, I know you have to add ...
13
votes
2answers
4k views

Event and delegate contravariance in .NET 4.0 and C# 4.0

While investigating this question I got curious about how the new covariance/contravariance features in C# 4.0 will affect it. In Beta 1, C# seems to disagree with the CLR. Back in C# 3.0, if you ...
11
votes
2answers
2k views

Single objects still limited to 2 GB in size in CLR 4.0?

As I understand it there's a 2 GB limit on single instances in .NET. I haven't paid a lot of attention to that since I have mainly worked on 32 bit OS so far. On 32 but it is more or less an ...
9
votes
3answers
265 views

Garbage collections improvements in CLR 4.0

Recently I was running the example provided by Andrew Hunter on his blog "The Dangers of the Large Object Heap" compiled against .NET 4 and I got the following numbers: With large blocks: 622Mb ...
8
votes
3answers
521 views

What exactly are new ETW features in CLR 4.0?

My colleague mentioned that there are some major improvements in CLR 4.0 related to Event Tracing for Windows but I couldn't find details of what exactly is new. There are few blog posts that mention ...
4
votes
1answer
667 views

This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded

here's what i have got two box one win 2003 server IIS6 another one win2008 server IIS 7.0 I have a standalone app named Util (win app) built in .net 2.0 (VS2005) trying to load .net 4.0 dll/assembly ...
4
votes
1answer
303 views

Does HyperDescriptor work when built in .NET 4?

I'm working on a .NET 4 project, and would be able to benefit from the dynamic property access that HyperDescriptor provides, but it doesn't seem to be working properly when built in .NET 4. I ...
4
votes
2answers
410 views

Loading/Executing CLR 2.0 assemblies in CLR 4.0

Can the CLR 4.0 execute CLR 2.0 IL without the need for source code recompilation?
3
votes
1answer
68 views

Is there an example of how to customize a .NET 4.0 profiler?

I know there is one for profiler 2.0: http://www.codeproject.com/KB/dotnet/dotnetprofiler.aspx But the profiler API has changed in .NET 4.0 and we need to consider in-process side by side issues. I ...
3
votes
2answers
268 views

Can we construct an instance of `OpCode`?

The .NET Framework 4.0 introduces several items to the Reflection API that range from extremely useful to vital for my work. Among these are protected constructors for Assembly, Module, MethodBody, ...
2
votes
1answer
153 views

Why did the BeforefieldInit behavior change in .NET 4?

As you all known in C# 4 behavior of types without the beforefieldinit flag was changed. And now a type initialazer calling before first use of any static field of the class. My question is why the ...
2
votes
2answers
334 views

typeof(T) may return null

When using the typeof operator on type created through TypeBuilder, the operator will return null. I'm curious why this happens and how to prevent it. // ...
2
votes
1answer
129 views

.NET 4 GC known thresholds to trigger collection?

I know that the logic for GC to trigger is not simple but it has certain thresholds to monitor. Anyone knows what are these thresholds could be for .NET 4 workstation and server GC ? Thank you
2
votes
4answers
510 views

Is there a c# precompiler define for the CLR version

I need to compile code conditionally by the CLR version. e.g there's a code that I need to compile only in CLR 2 (.NET 3.5 VS2008) and not in CLR 4 (.NET 4 VS2010) Is there a precompiler directive for ...
1
vote
0answers
249 views

System.AccessViolation Exception and Heap block modified past requested size during PInvokes

I am running into System.AccessViolation Exception and Heap block modified past requested size when trying to PInvoke a native call from managed code. The native code is COBOL win32 dll. The issue ...
1
vote
1answer
216 views

Tail call optimization in last CLR

I've discovered (by accident) that the last CLR does the tail call optimization. I have tested it with a piece of code, but frankly it doesn't behave the way I expected. I thought the tail call ...
1
vote
0answers
81 views

Windows Shell Extension using Managed Code

basically every SO thread concerning Windows Shell Extensions (to e.g. display overlay icons or extend the explorer context menu for specific files) heavily advises against using managed code for this ...
1
vote
1answer
352 views

.NET app.config file containing useLegacyV2RuntimeActivationPolicy not being used when app launched via file association

My app needs useLegacyV2RuntimeActivationPolicy in its .exe.config because it is a CLR4 app that uses mixed mode CLR2 assemblies. All is well when starting our app from the Start Menu, but if a ...
1
vote
1answer
251 views

Using a .NET-2.0-targeted COM DLL in the GAC on a .NET-4-only system

Greetings again, Following up my previous question, I'm trying to maximize the compatibility of my C#-written Windows Explorer extension. In particular, I'm interested in making sure it works in an ...
1
vote
1answer
276 views

How does one create a .NET Expression with NodeType of ExpressionType.Index?

I'm writing code that evaluates .NET Expression trees. I'm trying to create a C# 4 test to exercise my handling of an ExpressionType.Index, but I can't figure out how to create that type of ...
0
votes
1answer
27 views

CLR Versioning + Framework Targeting, what is expected behaviour?

There is a lot of mismash of information out there regarding which version of the CLR an assembly will be loaded into so in hope to consolidate some answers to disambiguate the questions that follow ...
0
votes
1answer
48 views

Viewer tool for Global Assembly Cache (Viewer)

To view a list of the assemblies in the global assembly cache, at the command prompt, type the following command: gacutil –l In earlier versions of the .NET Framework, the Shfusion.dll Windows shell ...
0
votes
0answers
17 views

Getting SQLAgent username fails

I have the windows console program code below that should show up NT Authoroty\Network Service but surprisingly it spells NetworkService without a space... When I check the account the SQLAgent is ...
0
votes
0answers
68 views

PropertyGrid changes in .NET 4

I just noticed that there are differences between the PropertyGrid in 3.5 and 4.0. So far I have noticed that the expandable object graphic has changed from +/- to right/down arrows. It also looks ...
0
votes
2answers
435 views

C++ CLR loading .net 4.0 dll when .net 4.0 is not installed

I have an application, written on c++ and compiled with VS 2010. I need to load .net dll written on C# and compiled for .net 4.0 platform from c++ code and call some functions. I have already done ...
0
votes
1answer
48 views

How to avoid unregistering of mscoree 2.4 during 2.0 installation?

I've an application that depend on a reference to mscoree 2.0 (from .net 2.0-3.5). I know that it isn't a good practice, but I've to live with it for now. The app is installed with standard msi ...
0
votes
3answers
74 views

About csc.exe, is it neccesary to learn?

I am an intermediate programmer and these days I've been analyzing the CLR, my question is what is the need to learn all the commands of c# command line!!! It's so boring. is it neccesary?
0
votes
1answer
132 views

How to late bind a CLR 4.0 assembly from a 3.5 project?

The title is self-explanatory of what I want to accomplish. I have a COM-visible component built in 3.5 and my new projects are 4.0. Code very similar to the one below is what I want to run from the ...
0
votes
1answer
56 views

.Net object Life cycle\lifetime vs unmanaged code

I am trying to understand how objects are created in a .Net world as oppose to that in an unmanaged code environment (VB6 etc) From what I understand, when an object is created in lets say C# by ...