| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi All,
I have been unable to proflile any ASP.NET application using the CLR
Profiler 2.0. It pops up a form and listens to the aspnet requests but...
Ajay
|
11-20-2003 05:10 AM
Sebastien Lambla | 7 | 20 |
|  | Hi all,
I am starting to do some preliminary research in a side
project and and looking for your collective wisdom in the
area to help. What i want...
Alex Fennell
|
11-19-2003 06:13 PM
AT | 2 | 19 |
|  | Hi all,
I have got three questions. For the first two, I need just confirmation that
I have understood the matter correctly. For the last one, I do...
Alireza Kheyrollahi
|
11-19-2003 08:26 AM
Sebastien Lambla | 10 | 32 |
|  | Hello
Review bellow function and it's generated IL Code:
1-
public int F(St arg)
{
return arg.stID;
}
2-
Amir
|
11-18-2003 11:22 AM
Brian Tyler | 2 | 28 |
|  | I have a program that is acting weird.
Stepping through with the debugger is skipping lines.
In the disassembler, it appears a comment is generating...
Steve W TSI
|
11-18-2003 11:11 AM
Steve W TSI | 2 | 18 |
|  | I liked the tree view better and it "felt" a bit better for me. Both are
good however.
--
--
William Stacey, MVP
"Taylor"...
William Stacey
|
11-17-2003 12:54 PM
William Stacey | 0 | 16 |
|  | char* str = "hello, World";
System::String* sys_str = new System::String(str);
Compile my c++ project in Release mode:
if I compile the above code...
Boris
|
11-16-2003 11:15 PM
AT | 1 | 19 |
|  | All,
I have been told this not an IIS issue and to look into
how the CLR works, so I am posting this here.
I have a problem with ASP.NET returning...
Keith
|
11-14-2003 05:17 PM
AT | 1 | 21 |
|  | Hello.
I'm using a method delegate and calling BeginInvoke with a callback. I'm
passing the delegate and callback in a data holder class as the...
Martin Plante
|
11-14-2003 01:59 PM
AT | 1 | 20 |
|  | <snip>
The assembly B.DLL must be in a subdirectory below the Appbase of the
appdomain. Also, the value you put into the PrivateBinPath must be...
Dave
|
11-13-2003 11:01 PM
Dave | 4 | 24 |
|  | i have a no-touch application. it runs on IIS and seems to be working
ok, but when using fuslogvw.exe after it has launched i get the msg
listed...
AT
|
11-13-2003 05:28 PM
AT | 1 | 20 |
|  | This is related to my previous post about getting an
InvalidOperationException from a WeakReference. Since my original post,
another programmer has...
Niall
|
11-13-2003 06:15 AM
Sebastien Lambla | 8 | 17 |
|  | hello!
is there any way how to return custom type for specific class using typeof
operator?
//my custom type definition
class CustomType :...
bandzuch martin
|
11-13-2003 03:48 AM
bandzuch martin | 2 | 20 |
|  | Hello,
I would like to write an app wich would compare the API changes between
different version of the runtime. I would do this by using reflection...
Krisztian Gyuris
|
11-11-2003 10:50 PM
AT | 1 | 18 |
|  | Hello,
I am experiencing a problem with an MDI app that I have written in Visual
Basic.Net using the 1.1 version of the Framework. The application...
David Miller
|
11-11-2003 11:22 AM
David Miller | 4 | 19 |
|  | I'm trying to obtain a list of all available data types
for a given assembly/namespace, i.e. the same list that
would be displayed by the...
steve bugden
|
11-11-2003 10:30 AM
Sebastien Lambla | 3 | 23 |
|  | All blittable types implenent IConvertible, which you use for converting
using the ToInt16() and friends methods, It is rather tedious to...
Sebastien Lambla
|
11-11-2003 06:57 AM
Sebastien Lambla | 0 | 22 |
|  | I am a full time computer science instructor at Raritan Valley
Community College in New Jersey. I'm currently developing a
Microsoft.NET certificate...
AT
|
11-10-2003 02:04 PM
AT | 0 | 26 |
|  | Hi,
I'm trying to use the ISymUnmanagedWriter interface to write PDB files. The
corresponding PE is generated through a managed component which does...
doug
|
11-10-2003 12:22 PM
AT | 1 | 22 |
|  | Hello,
Is it possible to intercept object creation in .NET? It
appears to work quite nicely when we use .NET remoting,
i.e., any context-bound...
Ranju. V
|
11-10-2003 07:40 AM
Sebastien Lambla | 5 | 17 |
|  | I am getting this exception when accessing a WeakReference.Target in a
Dispose method. I am wondering what is actually meant when the GCHandle
inside...
Niall
|
11-09-2003 10:51 PM
Niall | 7 | 16 |
|  | Hello community,
today I want to use the CLRDebugger (DbgCLR.exe), but now
it does not work. When I select the debug process
(aspnet_wp.exe) he loads...
Stefan Schnell
|
11-07-2003 06:35 AM
Stefan Schnell | 2 | 16 |
|  | There is a bug in our product which causes the registry key that tracks
this stuff to get corrupted. Here's your workaround...
All assemblies...
AT
|
11-06-2003 02:39 PM
AT | 0 | 21 |
|  | Hello all,
I may need to post this to the shared source cli group because I'm not
sure if this will get answered here. But I'll try this group...
AT
|
11-06-2003 11:16 AM
Fabian Schmied | 4 | 18 |
|  | Hi,
I wrote a console application which is called from a SQL Server job. The
application utilizes a COM object, to pump data from a legacy (not very...
Alexey Kouzmitch
|
11-06-2003 03:22 AM
keyur shah | 8 | 18 |
|  | I'm using the dos command to compile our app web forms
dll via the following batch file :
set InDir=c:\test\
set...
Ben
|
11-05-2003 07:45 PM
Rahul Kapoor | 5 | 29 |
|  | This is indeed the current behavior. You should also ensure that
theMethod() does not get inlined by putting the custom attribute as below.
public...
AT
|
11-05-2003 10:48 AM
Michael Giagnocavo [MVP] | 2 | 15 |
|  | These documents give me the impression that multithreading and
synchronization primitives...
AT
|
11-05-2003 01:00 AM
AT | 2 | 15 |
|  | Here's the code for...
Joe Feser
|
11-04-2003 08:15 PM
AT | 5 | 21 |
|  | Hi Ali,
Is it possible that your E: drive is not a local drive, and is instead a drive mapped to some network share (or even a share off of your...
AT
|
11-04-2003 07:18 PM
AT | 0 | 16 |
|  | Hi all,
Having some issues with retrieving some perf data. I'm getting a number of
stats that return static values just fine. But I can't retrieve...
Rick Strahl [MVP]
|
11-04-2003 02:03 PM
AT | 1 | 18 |
|  | I have created an addin to use in visual studio 2002. How to port the addin
to Visual studio 2003?
When I installed setupmsi in the machine...
seeni
|
11-04-2003 07:15 AM
seeni | 1 | 19 |
|  | I have an MDI application. The main frame has a Main menu. The child windows
has Main menus of their own so the framework automatically merges the...
Juan Felipe Machado
|
11-03-2003 01:34 PM
AT | 1 | 23 |
|  | I have an application, which dynamically loads a c#
assembly from Managed c++:
Assembly *theForm = Assembly::LoadFrom(S"d:\csjni.dll");
Type *fType...
Rick
|
11-03-2003 12:08 PM
Alexey Kouzmitch | 3 | 22 |
|  | I've to override the getUpdateCommand method of OledbCommandBuilder
but I see that OledbCommandBuilder is NotInheritable and I can't
implement an...
AT
|
11-03-2003 11:52 AM
AT | 0 | 20 |
|  | Peter,
Thanks.
My question is, supposing I defined a type(MyAssembly.MyType) in an assembly
call MyAssembly.dll, if I don't refer it in compile...
ZhangZQ
|
11-03-2003 03:08 AM
Chris Taylor | 1 | 18 |
|  | I may be misunderstanding the question, but it sounds like you want to use
PInvoke. It allows you to call Win32 DLLs from managed code. The DLL...
AT
|
10-31-2003 07:23 PM
AT | 0 | 11 |
|  | I have two windows applications that get the following error when I try to
run them on Windows XP Pro machines:
Application has generated an...
Aaron Davis
|
10-31-2003 07:13 PM
AT | 1 | 17 |
|  | Hi,
Regarding : code access security
when an assembly is loaded by the runtime does the runtime check the
evidence of the assembly. Then depending...
Chris
|
10-31-2003 06:47 PM
AT | 2 | 12 |
|  | Hi,
I wrote a console application which is called from a SQL Server job. The
application utilizes a COM object, to pump data from a legacy (no very...
Alexey Kouzmitch
|
10-30-2003 05:23 PM
Alexey Kouzmitch | 2 | 20 |
|  | Can someone explain or point me in the right direction on how the CLR knows
which assembly is correct. What are the steps of locating the assembly...
Mike King
|
10-30-2003 05:10 PM
Peter Koen | 1 | 22 |
|  | Hello.
I have seen that System.Double has some arithmetic errors when making some
operation like this:
Dim x As System.Double
For x = 0.01 To 0.5...
Célio Cidral Junior
|
10-30-2003 04:38 AM
Jon Skeet [C# MVP] | 7 | 20 |
|  | I think you are probably right. (unless of course you are on a 64 bit
machine...)
I just tried allocating the biggest ArrayList I could without...
AT
|
10-30-2003 04:09 AM
AT | 0 | 18 |
|  | It sounds like you might have a problem with your connection string. This
type of error is not the result of the CLRs code-based security, but...
AT
|
10-30-2003 03:24 AM
AT | 0 | 16 |
|  | Hello,
There are many files deleted from the project but still existing in my local
drive and it caused me problems when I do a find in file...
Zeng
|
10-30-2003 02:32 AM
AT | 1 | 37 |
|  | This is expected behavior. The documentation for the Uri constructor that
takes a string as its argument in found on msdn...
AT
|
10-30-2003 02:24 AM
AT | 0 | 21 |
|  | when I call SetLocalSymInfo in my code within a global function, it throw
System.NullReferenceException. why?
by the way, what is the mean of...
xiaorun huang
|
10-29-2003 08:54 PM
AT | 1 | 22 |
|  | Klaus,
According to Adam Nathan, in his book ".NET and COM - The Complete
Interoperability Guide" from SAMS press, it is there as an...
Jay B. Harlow [MVP - Outlook]
|
10-29-2003 06:21 PM
AT | 1 | 26 |
|  | hi paul,
i didn't want to have to configure security policy on every client
machine to allow the COM component to work. i was also getting "drag...
AT
|
10-28-2003 05:08 AM
Nick Wienholt | 1 | 15 |
|  | The first thing to determine is if the problem is Network or Machine
specific.
Open the Task Manager on both the client and server and monitor...
AT
|
10-27-2003 08:03 PM
AT | 0 | 23 |