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     
I need to convert a form in vb6 with several named "lbcol1","lbcol2",... "lbcol" and so onn array of label the funtion that in vb6 was alright...
DavideR
01-03-2006 05:07 AM
DavideR Go to last post
0 26
Seems that DesignSurface has a memory leak. Where should I report it? This can be observed by running the program bellow and push several times the...
Bele din Carpati
01-01-2006 05:49 PM
Bob Powell [MVP] Go to last post
9 50
I am considering different options of memory allocation for a workstation application, and would LOVE some feedback and thought.. The application...
freka586
12-30-2005 12:17 PM
Willy Denoyette [MVP] Go to last post
10 64
I have an application that was originally in asp but is now moved to ASP.Net. To deploy it, I just changed the default file in IIS for the web folder...
AT
12-29-2005 12:21 PM
Piyush Thakuria Go to last post
1 27
We have developed a windows service in .NET 1.1 that uses Serviced components for handling transactions. Some times, the service stops unexpectedly...
Arulvendan
12-28-2005 10:22 AM
Naveen Go to last post
1 31
Hi I have my application developed/ compiled in version 1.1 framework. in some of my machine when i have both 1.1 and 2.0 this caused me...
SenthilVel
12-28-2005 10:12 AM
Naveen Go to last post
1 37
Hi I am a bit confused about the use of semaphores, condition variables and event objects. Can anyone throw some light.
sikander
12-27-2005 12:16 PM
Jon Skeet [C# MVP] Go to last post
1 39
With generics, each new constructed type may need to define new methods. On the first reference type, or on each new value type you bind to an open...
Jon Shemitz
12-22-2005 04:36 AM
Vadym Stetsyak Go to last post
1 38
Hello, I am trying to help a friend getting back control of her laptop. She's using her laptop at home but also at her job (previous/old job) where...
Eric
12-21-2005 03:49 PM
Eric Go to last post
7 58
Hi, We have developed a web solution using ASP.NET. Now, there is a need of add-ons for our web solution. We want to allow third party companies...
Mantas Miliukas
12-20-2005 09:22 PM
AT Go to last post
1 33
Hi, we found a problem with the way managed MFC dlls work: CWinApp::InitInstance is sometimes just called when the managed initialization is done...
Frank Samuel
12-20-2005 12:21 PM
Frank Samuel Go to last post
2 36
I have an ATL DLL that hosts a COM object. Without managed extensions the object compiles and works fine. Now with some assistance from Will...
Robert Ginsburg
12-20-2005 11:45 AM
Robert Ginsburg Go to last post
0 38
I have an object "retval" of type "MyCompany.Department.MyCrystalRpt" (from the watch...
Rowland Shaw
12-19-2005 08:36 PM
AT Go to last post
2 25
Thanks, Mattias!! You really saved me from pulling my hair out!! "Mattias Sjögren" wrote:
Rich S.
12-19-2005 03:50 PM
Rich S. Go to last post
1 29
Hi I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a...
Ben Fidge
12-16-2005 08:37 AM
Ben Fidge Go to last post
3 28
Hi, I have a problem where creating a webservice proxy class takes from 15-20 seconds. This happens under Citrix environment. I was able to see...
Leon Finker
12-15-2005 11:11 PM
Leon Finker Go to last post
7 32
Hi all, I'm looking at a way to find only the implemented interfaces on a given type. I can retrieve all the interfaces easily enough, but I can't...
Rick Strahl [MVP]
12-14-2005 06:11 PM
Rick Strahl [MVP] Go to last post
2 37
On Tue, 13 Dec 2005 02:39:02 -0800, "TT (Tom Tempelaere)": Problem solved, without finishing the rewrite. As I expected, it was something so small...
Lucvdv
12-13-2005 09:22 AM
Lucvdv Go to last post
10 40
I tried doing that using tlbimp.exe but its saying "Interop.MSForms is not a valid type library" :( "Mattias Sjögren" wrote:
Karve, Ajit
12-12-2005 11:50 PM
Karve, Ajit Go to last post
1 24
Hi, I'm on Windows XP 64 bits and I have a 32 bits .NET assembly which was compiled without the 32BIT flag, I cannot use corflags to add it because...
Emmanuel Stapf [ES]
12-10-2005 12:52 AM
Junfeng Zhang[MSFT] Go to last post
4 21
I've got a requirement to create formulas for calculations. The problem is that the formulas can be changed by the user. I plan on putting the...
Chris Davoli
12-09-2005 11:16 AM
Chris Davoli Go to last post
0 26
Thanks Mattias for your answer. I think that using Public ptrArray()() As Byte, I can not dinamically change both dimensions, that is I need...
James
12-09-2005 02:16 AM
James Go to last post
1 28
Thanks Seems that is quite new (yesterday: 12/7/2005) "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Bele din Carpati
12-08-2005 04:31 PM
Bele din Carpati Go to last post
1 25
I am profiling my application for performance using CLR Profiler tool and performance counters. This application is Winform application which...
techy.NET
12-07-2005 11:49 PM
techy.NET Go to last post
0 32
Hello. I am trying to profile a service using CLR Profiler. It seems to work just fine if I start CLR Profiler through the GUI, but the default...
AT
12-07-2005 12:27 PM
AT Go to last post
1 23
....both have constructors that take two strings: ArgumentException(string message, string paramName) ArgumentNullException(string paramName,...
Vagif Abilov
12-07-2005 11:02 AM
John Galt Go to last post
2 26
All - This might be a purist question, but i want to convince my handler with a reasonable argument. Lets say i have an object *internal* to my...
Grafix
12-06-2005 09:45 AM
Brian Gideon Go to last post
4 22
I want to instantiate a class at runtime that accepts a parameter, but I am currently using Assembly.LoadFrom so I am having to do without the...
Bill Sempf
12-05-2005 09:08 PM
Morgan Go to last post
2 27
lottoman2000 (AT) gmail (DOT) com wrote: ..NET native SPs are supported in Oracle 10g R2....
Joerg Jooss
12-03-2005 04:29 PM
Joerg Jooss Go to last post
0 18
Hi, I have been looking into the claim that the keyword lock is not safe when exceptions are possible. That lead me to try the following code, which...
Michael Kennedy
11-30-2005 09:05 PM
Jon Shemitz Go to last post
8 11
Not sure, but the bug is not major, as it requires you use an object without actually using it to reproduce it. As soon as you place even one...
Boaz Sedan
11-30-2005 11:41 AM
Cowboy \(Gregory A. Beamer\) Go to last post
19 24
I'm not sure in which discussion this fits in, but I'll try here. I need to use Unicode in order to use national characters. But I find a strange...
ThorstenJ
11-29-2005 06:38 AM
ThorstenJ Go to last post
0 19
Hi, I am trying to debug an application, so I set a break point, and when I reach it, I want to exit the application by stopping the debugger. ...
YuriL
11-27-2005 05:05 AM
Vadym Stetsyak Go to last post
1 26
Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote: Have you tried compiling it from the command line? Here are my...
Boaz Sedan
11-27-2005 02:06 AM
Metallikanz! Go to last post
2 22
Looking at the output of ildasm, I was wondering if there's a size limit on msil for any given method. The IL_xxxx index is an hexa number on...
Etienne Fortin
11-26-2005 04:46 PM
Richard Grimes Go to last post
2 37
In .net 2.0, the dispose method of CryptoStream calls the Close method on the destination stream (verified with .NET reflector). In 1.1, it did not....
Harold Howe
11-23-2005 12:49 PM
Jon Skeet [C# MVP] Go to last post
3 23
I am working on a project for my employer that will allow users to opt-in for a weekly email news letter. This is a company that has a high regard...
Andrew Robinson
11-23-2005 05:21 AM
AT Go to last post
3 48
I have an extremely weird problem that I have no idea how to approach. I have a simple page with a search textbox and a search button. The...
William Sullivan
11-22-2005 09:45 AM
William Sullivan Go to last post
2 18
Hi, I'm trying to create a map of my project reference while looping through my dll references. This is what I'm doing: 1. I'm able to load my...
AT
11-22-2005 09:30 AM
EP Go to last post
1 19
I'm doing an application and I need call some functions defined in my dll. My application is written in managed code and my dll is written...
noe
11-22-2005 06:51 AM
noe Go to last post
0 13
It's in the 2.0 SDK documentation, but it's not present in the SDK headers nor the mscoree typelib, and I can't find any mention of its removal. ...
AT
11-22-2005 04:28 AM
Junfeng Zhang[MSFT] Go to last post
1 14
Hi, I've just installed .NET 2.0 on my Windows XP 64 bits and I was surprised to see that the value of `DbgJITDebugLaunchSetting' was set to 0x10, I...
Emmanuel Stapf [ES]
11-21-2005 08:14 PM
Emmanuel Stapf [ES] Go to last post
0 19
Hello. Can someone explain to me or point me to documentation about why circular dependencies are not allowed between projects in Visual C# .NET? ...
Joe M.
11-21-2005 05:16 PM
EP Go to last post
6 16
Anyone have an example of defining a custom event (i.e custom delegate) in an interface? -- Anthony Yott
Anthony Yott
11-18-2005 01:41 PM
Joanna Carter [TeamB] Go to last post
1 19
Does anyone have any code examples for FTPing an entire directory? *** Sent via Developersdex http://www.developersdex.com ***
Larry
11-18-2005 09:23 AM
Larry Go to last post
0 25
(Re: .NET Assemblies versions; I wanted to make this a new poat but OE shows it in the same thread as the original post, so excuse the repost if you...
Juan Ignacio Gelos
11-17-2005 01:47 PM
Go to last post
1 25
The main reason is that the source or destination is not an Array "Mattias Sjögren" wrote:
Luc Vaillant
11-17-2005 08:57 AM
Luc Vaillant Go to last post
6 26
First of all, I'm using .Net Framework v1.1 with VS.NET 2003 I have made some tests, and I realized that "ldelema System.Byte" doesn't work on my...
Luc Vaillant
11-17-2005 01:56 AM
Luc Vaillant Go to last post
2 23
I added a new DLL to my product so that I can call a coworker's C# code to parse an XML file he creates using the same source code. I isolated all...
Bill Cumming
11-16-2005 06:37 PM
Bill Cumming Go to last post
0 17
Thanks Mattias for your answer. Reading the docs (http://msdn2.microsoft.com/en-us/library/db7849ey ) I see a note that states: "Version 1.0 .NET...
Juan Ignacio Gelos
11-16-2005 12:32 PM
Juan Ignacio Gelos Go to last post
0 19
Post New Thread

Display Options
Showing threads 651 to 700 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.