Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

.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.

Site: CodeProject: Discussion Boards. Free source code and programming help - .NET Framework (site profile, domain info codeproject.com)
Title: .NET Framework
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 23 posts per thread
Forum activity: 22 active threads during last week
 

Posting activity on .NET Framework:

  Week Month 3 Months
Threads: 22 104 363
Post: 43 265 852
 

.NET Framework Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
jeneeshcme
5
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...
Luc Pattyn
5
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.
Tony Teveris
4
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
Dave Kreskowiak
3
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.
transoft
3
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.
Richard MacCutchan
3
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!!!
jeroen de dauw
2
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
MRcoolio
2
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.
Jack Vanderhorst
2
user's latest post:
Date formatting issue
Published (2009-12-22 15:09:00)
Well I'll be, thanks.
Kavyashri
1
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::

CodeProject: Discussion Boards. Free source code and programming help
Started 3 days, 12 hours ago (2009-12-23 15:47:00)  by Richard MacCutchan
See answer here [ ^ ].
Thread:  Show this thread (6 posts)   Thread info: .NET and COM Size: 244 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: .NET and COM :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
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.
Thread:  Show this thread (8 posts)   Thread info: Err Msg: retrieving the COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154 Size: 214 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Err Msg: retrieving the COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154 :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 13 hours ago (2009-12-22 14:50:00)  by MRcoolio
Look at Environment.OSVersion
Thread:  Show this thread (6 posts)   Thread info: Determine executing OS, not application architecture Size: 59 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Determine executing OS, not application architecture :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
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 ...
Thread:  Show this thread (4 posts)   Thread info: Date formatting issue Size: 809 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Date formatting issue :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
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.
Thread:  Show this thread (4 posts)   Thread info: How can I deploy an application using VISIFIRE Size: 83 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Duplicate post. :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
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 ...
Thread:  Show this thread (3 posts)   Thread info: Shallow and deep copies Size: 1,859 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Shallow and deep copies :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on .NET Framework::

.NET Framework
Re: .NET and COM - 7 new posts
Started 3 days, 12 hours ago (2009-12-23 15:47:00)  by Richard MacCutchan
See answer here [ ^ ].
Thread:  Show this thread (6 posts)   Thread info: .NET and COM Size: 244 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: .NET and COM :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
Started 4 days, 13 hours ago (2009-12-22 14:50:00)  by MRcoolio
Look at Environment.OSVersion
Thread:  Show this thread (6 posts)   Thread info: Determine executing OS, not application architecture Size: 59 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Determine executing OS, not application architecture :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
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 ...
Thread:  Show this thread (4 posts)   Thread info: Date formatting issue Size: 809 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Date formatting issue :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
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 ...
Thread:  Show this thread (3 posts)   Thread info: Shallow and deep copies Size: 1,859 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Shallow and deep copies :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
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.
Thread:  Show this thread (8 posts)   Thread info: Err Msg: retrieving the COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154 Size: 214 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Err Msg: retrieving the COM class factory for component with CLSID
{0002E55D-0000-0000-C000-000000000046} failed due to the following error:
80040154 :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
Started 1 week, 1 day ago (2009-12-18 13:41:00)  by Dave Kreskowiak
CP
Thread:  Show this thread (2 posts)   Thread info: How to Find the documentation oF MSPastry Library under MSDN ? Size: 40 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CPIGNORE: Duplicate post :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."
.NET Framework
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.
Thread:  Show this thread (2 posts)   Thread info: Memory Mapped File Size: 312 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Memory Mapped File :: .NET Framework :: CodeProject: Discussion Boards. Free source code a..."