Re: [DOTNET-ROTOR] Problems with profiling

2003-02-13 Thread Nam Tran
le to successfully use >SetILFunctionBody in Rotor. > > -Jan > > This posting is provided "AS IS" with no warranties, and confers no rights. > > -Original Message- > From: Schmied Fabian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 1:44

Re: [DOTNET-ROTOR] Problems with profiling

2003-02-13 Thread Jan Kotas
4 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] Problems with profiling Nam, I had the same problem: Allocating a method body with the allocator yielded a memory block which did not fit into the file sections specified in the module headers. Unfortunately, I could not solve the problem, so

Re: [DOTNET-ROTOR] Problems with profiling

2003-02-13 Thread Schmied Fabian
Nam, I had the same problem: Allocating a method body with the allocator yielded a memory block which did not fit into the file sections specified in the module headers. Unfortunately, I could not solve the problem, so if anybody out there knows what the problem is here, please tell us.