| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi
i am facing problem with interop dlls that we are using for the
communication to the COM PORT. we have one application that works
fine with one...
Jijo
|
04-30-2007 04:42 PM
Vijay | 1 | 32 |
|  | I am trying to get some direction/documentation on how to convert MSIL to C#
source code - like Reflector. Is there any documentation out there on...
gangelo
|
04-27-2007 09:06 AM
Michael Nemtsev | 4 | 53 |
|  | There are two classes
1) Key - contains some public variables, one method "Reset" and one
event "valuesReset" which is raised by Reset method.
2)...
planet.creativa@gmail.com
|
04-27-2007 08:44 AM
planet.creativa@gmail.com | 0 | 35 |
|  | Hi,
I'm wondering if the GC.Collect method really collects all objects
possible objects? Or is this still a "smart" process sometimes...
Ward Bekker
|
04-24-2007 07:00 AM
sergeyudaltsov@yahoo.com | 7 | 52 |
|  | Hi,
I have a runtime generated class (a WCF proxy) that extends a generic type.
The generated code is:
public class _MyTypeClient :...
Carlo Folini
|
04-22-2007 09:14 PM
Steven Cheng[MSFT] | 7 | 54 |
|  | Hi
Im hosting CLR in an vc6 project via:
- CorBindToRuntimeEx
- Start
- GetDefaultDomain
- Load_3 (load assambly from mem)
- get_EntryPoint
-...
ChristiG
|
04-22-2007 05:04 AM
ChristiG | 1 | 40 |
|  | Hi all
How can I make "web developer " /create a web by using C++ ?
Please who can help.
Thanks
==============================
WELCOME ###
|
04-21-2007 11:04 AM
WELCOME ### | 0 | 37 |
|  | At our company we are currently at a decisive point to choose between managed
and unmanaged code on the basis of their performance. I have read stuff...
adhingra
|
04-20-2007 05:15 AM
Willy Denoyette [MVP] | 11 | 59 |
|  | I see from another post that I can run a .NET 2.0 application as 32 bit on
Windows 2003 x64 by using the /platform:x86 switch. Is there a way to...
nickdu
|
04-19-2007 07:46 AM
Jeffrey Tan[MSFT] | 3 | 37 |
|  | Hi all!
Someone can tell me how to add a
call instance <method>
to my IL with Reflection.Emit()?
I can add
Fabio
|
04-17-2007 08:29 PM
Ben Voigt | 12 | 61 |
|  | i want a little help with parent child interaction between forms.
i want them to use non - mdi forms
a small example would do.
Murtaza
|
04-17-2007 02:41 AM
Murtaza | 0 | 33 |
|  | Scenario:
Code compiled on VS2005
When running on a machine w/o VS2005 - The application fail to load
(it does load correctly on the first machine -...
Loy
|
04-16-2007 02:03 AM
Gaurav Khanna [MSFT] | 5 | 57 |
|  | I was wondering if there has been any research into adding higher-
order instruction to the CIL? In other words instructions that either
push or pop...
Christopher Diggins
|
04-15-2007 04:12 PM
Barry Kelly | 8 | 43 |
|  | Hi everybody,
I need help.
I want to print the current time on the screen. After research I managed to
run the codes below in regular C++. ...
Allen Maki
|
04-15-2007 04:07 PM
Allen Maki | 0 | 29 |
|  | Mattias ,
Thanks for those recomendations, I'll check them out!
m
mob
|
04-12-2007 06:20 PM
Shawn B. | 3 | 42 |
|  | Hi all,
I'm looking for a tool to compile .net assemblies to native code to
protect a product from decompilation.
I already considered Remotsoft...
VBAdev
|
04-11-2007 04:07 AM
Michael Nemtsev | 1 | 34 |
|  | Below is the code I am trying to use in a console application, each time I
run it I get an Management error Illegal Class error. I have traced...
Henry
|
04-10-2007 11:19 AM
Henry | 7 | 42 |
|  | I had the same question, but I was hoping that I could find out using DbgClr
or an existing tool. Are there no such tools?
Thanks
"Mattias...
Laser Lu
|
04-06-2007 02:51 PM
Jiho Han | 2 | 38 |
|  | Hi,
I'm trying to understand what the output of !gcroot means.
In this case, 12fdfcf8 is the address of an instance...
redhotsly@hotmail.com
|
04-04-2007 02:06 PM
redhotsly@hotmail.com | 0 | 65 |
|  | Hey all,
I need to figure out what Thread::StartupSetApartmentStateInternal does.
Unfortunately, I have not found this internal call in the shared...
Nguyen, V.Y.
|
04-04-2007 07:32 AM
Nguyen, V.Y. | 2 | 28 |
|  | When System.Threading.Thread object gets destroyed by GC, does GC
automatically Abort this thread if IsAlive is true, i.e. thread is...
Amelyan
|
04-02-2007 04:14 PM
Willy Denoyette [MVP] | 14 | 53 |
|  | Hi.
I want to debug in an app written by me (not in vs) in step by step a
routine copiled using the microsoft.csharp.compiler.
Is there any way to do...
MoriCristian
|
04-02-2007 02:38 AM
Jeffrey Tan[MSFT] | 7 | 29 |
|  | I have experienced a little bit of a slow in when a .net application runs
first. But later it never happens until the system restarts.
I understood...
Umeshnath
|
03-28-2007 03:34 AM
Günter Prossliner | 1 | 15 |
|  | I am having this binding issue:
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using machine...
Ali Ziad
|
03-27-2007 01:22 PM
Ali Ziad | 0 | 25 |
|  | Hello everyone,
I've been teaching myself IL and when compiling a very simple example I
found what I believe to be redundant code generated by the...
Anthony Paul
|
03-27-2007 10:50 AM
Link_M | 16 | 76 |
|  | Hello
i have a dll in GAC i'm loading this dynamically at run time, with the
following code
assembly = Assembly.Load("DynamicDll,...
bernaba
|
03-27-2007 06:22 AM
Phill W. | 2 | 26 |
|  | Hi all,
my team developed an application that partly is .net and uses a
win32 dll that we don't want to port to 64 bit.
We compiled the .net part of...
VBAdev
|
03-26-2007 09:25 AM
Willy Denoyette [MVP] | 1 | 20 |
|  | Piggyback Scam?
From Network Solutions (whois on the site mentioned in the email address):
Domain ID:D106558818-LROR
Domain...
Cowboy \(Gregory A. Beamer\)
|
03-25-2007 11:01 PM
Cowboy \(Gregory A. Beamer\) | 0 | 18 |
|  | I have a WinForms application that comprises files similar to this:
a.exe
b.dll
c.dll
The application is hosted on a Unix-based web server (case...
Rob Barnes
|
03-23-2007 08:33 AM
Rob Barnes | 2 | 31 |
|  | Hi,
I was looking for a CLR and T-SQL solution to calculate ISO8601 week code
when I ran into a post your team has made...
Scienter
|
03-23-2007 02:54 AM
Jerome B. | 8 | 17 |
|  | We have an unmanaged C++ app (VS 6.0) in which we host a CLR. It works on 99%
of installations but a customer is using it in a Citrix server...
Pete Moss
|
03-22-2007 04:12 PM
Pete Moss | 0 | 18 |
|  | Hi,
I experience a process freeze on my MultiThreaded console application.
(none of the threads are working)
When the process freeze occurs, I take...
esafran
|
03-21-2007 08:38 AM
esafran | 11 | 50 |
|  | I am working on a big business application (dot-NET 1.1+legacy stuff), which
is deployed in "SmartClient/no-touch-deployment" model.
For some time...
xenu
|
03-19-2007 11:23 PM
xenu | 0 | 17 |
|  | I found this problem when I reference gotdotnet user sample
Win32Security assembly in some of my VB.NET projects. The Win32Security
projects are...
Edward Yang
|
03-19-2007 01:16 PM
Ben Voigt | 16 | 50 |
|  | I have am currently working on a set of c# utility methods that all require
a System.Type object as an input argument, either soley or along with...
Kenneth Baltrinic
|
03-17-2007 04:07 PM
VJ | 3 | 32 |
|  | Hello everyone,
I thought I has an excellent grasp on threading within the CLR (I've
read "C# via the CLR" several times over) but I just went...
Anthony Paul
|
03-16-2007 03:45 PM
Anthony Paul | 6 | 38 |
|  | I have a custom attribute that inherits from System.Attribute and itself is
declared with the AttributeUsage( AttributeTargets.Class )...
Kenneth Baltrinic
|
03-16-2007 02:18 PM
Ben Voigt | 2 | 18 |
|  | How can one find out the values on the call stack? I would like when an
exception occurs to know the values passed to each of the functions up...
Mike King
|
03-16-2007 01:48 PM
Barry Kelly | 1 | 24 |
|  | Hi
Does anybody know a way to create an IL stream from source code?
I am trying to create a DynamicMethod object ideally from CSharp
source...
John Rivers
|
03-15-2007 12:28 PM
John Rivers | 5 | 36 |
|  | I noticed the following code:
_E As Generic.Dictionary(Of String, String) = New
Generic.Dictionary(Of String, String)
' assume _E has 1000s of...
mpaine@htxml.com
|
03-15-2007 02:36 AM
Chris Nahr | 1 | 20 |
|  | I have multiple projects that reference a dll say common.dll. Now I
would like to change common.dll in a backward compatible way and drop
it in to...
nilesh.shah.uk@gmail.com
|
03-12-2007 10:55 PM
David Browne | 4 | 42 |
|  | I am using .NET Framework 1.1.
Typically we implement a global exception handler to log any exceptions that
are unexpected.
One of the areas of...
Ken Varn
|
03-12-2007 01:13 PM
Barry Kelly | 4 | 32 |
|  | One of the applications that my predecessors wrote which I am now forced to
support is generating an error, and it seems to be coming from the...
Michael Bray
|
03-12-2007 04:39 AM
Laura T. | 1 | 24 |
|  | I've been doing quite a bit these past few days with Thread Local Storage -
specifically using the ThreadStatic attribute.
.... but last night, I...
Chris Mullins [MVP]
|
03-03-2007 03:48 PM
Chris Mullins [MVP] | 5 | 33 |
|  | I'm trying to create a tracing system for my application. I want to
create a new type of Switch that is basically TraceSwitch with an
extra attribute...
PhilipDaniels@foo.com
|
03-01-2007 09:35 AM
PhilipDaniels@foo.com | 0 | 34 |
|  | Hi James,
Thanks for your feedback.
I think config file operation may require some extra permission. Can you
try to add SecurityPermission to the...
James
|
02-26-2007 04:04 AM
Hans | 13 | 73 |
|  | I have updated my server running OS windows 2003 on 14 Feb 2007 ... since
then i am facing problem with my .net applications both web and...
YASER WAHEED
|
02-25-2007 09:37 PM
Peter Ritchie [C# MVP] | 1 | 26 |
|  | My Application in Debug Mode is working fine but when i changed to
release configuration the application stops responding at Show()
Method.
what...
varaprasad.cm@gmail.com
|
02-24-2007 11:35 AM
Oliver Sturm | 1 | 31 |
|  | I'm trying to write a custom CLR host for .NET 2.0 in order to revert
to the previous model of unloading the AppDomain when an unhandled
exception...
AT
|
02-22-2007 03:33 AM
Barry Kelly | 3 | 45 |
|  | Hi, I am experiencing something along the same lines as you did. I am unable to get the clrpolicymanager. I have tried linking mscoree.lib...
blah taco
|
02-21-2007 04:29 PM
blah taco | 0 | 46 |