|
More site info...
.NET Framework | Forum profile
|
|
Forum profile page for .NET Framework on http://www.codeproject.com.
This report page is the aggregated overview from a single forum: .NET Framework, located on the Message Board at http://www.codeproject.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for ".NET Framework" on the Message Board at http://www.codeproject.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on .NET Framework:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
22
|
104
|
363
|
|
Post:
|
43
|
265
|
852
|
|
|
.NET Framework Posting activity graph:
|
Top authors during last week:
user's latest post:
retrieving the COM class factory...
Published (2009-12-23 05:04:00)
Hi, am using a dll in my web project (" Owc11.dll ") Before upgrading our production server ( 32 bit ) it was working fine. So, recently our production server has been upgraded to 64 bit . So, while running the application one error throwing like this: " retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 " Anybody could you please...
user's latest post:
.NET and COM
Published (2009-12-23 18:09:00)
lucky you, he doesn't want a question, all he wants is the answer.
user's latest post:
Determine executing OS, not...
Published (2009-12-22 15:20:00)
Right now I'm just debugging the code and just looking "quick watch" on the structure. As a first time .Net/VB coder it should be ByRef. Now it works. I'll do more testing on other OSs
user's latest post:
Memory Mapped File
Published (2009-12-18 13:51:00)
That's because there is no such .DLL. If you read the documentation on the System.IO.MemoryMappedFiles namespace, you'll see that there is no need to import a .DLL because that namespace is exposed by the System.Core assembly, which every .NET app already uses.
user's latest post:
.NET and COM
Published (2009-12-23 17:15:00)
I want to know other person's inputs. I want to know others' experience. If somebody knows the answer and happen did this before. I post the question in other forums. I did not post here. There might be somebody here done this before. PLEASE don't reply if you don't know the answer.
user's latest post:
.NET and COM
Published (2009-12-23 17:22:00)
transoft wrote: PLEASE don't reply if you don't know the answer. I still don't know the question!!!
user's latest post:
Shallow and deep copies
Published (2009-12-20 12:59:00)
Well, now you said it, it seems so obvious Thanks a lot for making me understand my error
user's latest post:
Determine executing OS, not...
Published (2009-12-22 16:48:00)
if(IntPtr.Size == 8) { //64-bit } else if(IntPtr.Size == 4) { //32-bit } This is based off the OS installed, not the CPU which is what I think you are looking for.
user's latest post:
Merging Header Cells
Published (2009-12-16 06:57:00)
Hi, I m using DataGridView in c#.net, can anyone help me with the code to obtain the following. ------------------------------------------------------------| Student Details | Course Details | ------------------------------------------------------------| Name | Address | Name | Code No | ------------------------------------------------------------| aaa | India | CS | 123 | ------------------------------------------------------------|
|
|
|
|
Latest active threads on .NET Framework::
Started 3 days, 12 hours ago (2009-12-23 15:47:00)
by Richard MacCutchan
Started 1 week, 5 days ago (2009-12-15 02:26:00)
by Pete O'Hanlon
This normally means that it can't find the COM class factory. In other words, it can't find the appropriate DLLs. Open up regedit, and have a look for that CLSID in HKCR\CLSID.
Started 4 days, 13 hours ago (2009-12-22 14:50:00)
by MRcoolio
Look at Environment.OSVersion
Started 4 days, 14 hours ago (2009-12-22 14:13:00)
by Luc Pattyn
Hi, a typical mistake. This page of MSDN documentation [ ^ ] tells you what the parts of the format string represent; M is an indicator for the month number, and / for the date separator. As a result regional settings are still infiltrating your app! You could create your own DateTimeFormatInfo object and set all of its details any way you like, then pass that to DateTime.ToString() instead ...
Started 1 week, 3 days ago (2009-12-16 10:55:00)
by Pete O'Hanlon
You've been told about this, now please stop.
Started 6 days, 15 hours ago (2009-12-20 12:53:00)
by Luc Pattyn
Dag Jeroen, While you write jeroen de dauw wrote: I can assign a new value to a reference type that does not really make sense (a type is a type, a type does not have a value at all); and it is not what list2.Item( 1 ) = New Spam( 5 ) does. Yes list2 is a reference type (it is an object, not a value type), as lists and arrays are collections holding things of a single type (either ...
|
|
Hot threads for last week on .NET Framework::
Started 3 days, 12 hours ago (2009-12-23 15:47:00)
by Richard MacCutchan
Started 4 days, 13 hours ago (2009-12-22 14:50:00)
by MRcoolio
Look at Environment.OSVersion
Started 4 days, 14 hours ago (2009-12-22 14:13:00)
by Luc Pattyn
Hi, a typical mistake. This page of MSDN documentation [ ^ ] tells you what the parts of the format string represent; M is an indicator for the month number, and / for the date separator. As a result regional settings are still infiltrating your app! You could create your own DateTimeFormatInfo object and set all of its details any way you like, then pass that to DateTime.ToString() instead ...
Started 6 days, 15 hours ago (2009-12-20 12:53:00)
by Luc Pattyn
Dag Jeroen, While you write jeroen de dauw wrote: I can assign a new value to a reference type that does not really make sense (a type is a type, a type does not have a value at all); and it is not what list2.Item( 1 ) = New Spam( 5 ) does. Yes list2 is a reference type (it is an object, not a value type), as lists and arrays are collections holding things of a single type (either ...
Started 1 week, 5 days ago (2009-12-15 02:26:00)
by Pete O'Hanlon
This normally means that it can't find the COM class factory. In other words, it can't find the appropriate DLLs. Open up regedit, and have a look for that CLSID in HKCR\CLSID.
Started 1 week, 1 day ago (2009-12-18 13:41:00)
by Dave Kreskowiak
Started 1 week, 1 day ago (2009-12-18 13:51:00)
by Dave Kreskowiak
That's because there is no such .DLL. If you read the documentation on the System.IO.MemoryMappedFiles namespace, you'll see that there is no need to import a .DLL because that namespace is exposed by the System.Core assembly, which every .NET app already uses.
|
|