all groups > dotnet framework > november 2006 > threads for november 29 - 30, 2006
Filter by week: 1 2 3 4 5
Set Value for Property in base class.
Posted by Ruben Gatt at 11/30/2006 4:45:04 PM
Hi,
I have a problem when im trying to set a value for a property in the base
class. the following example shows what i currently have...
Example:
Base Class
public class Person
{
public string Name
{
get {return m_Name;}
set {... more >>
codebehind for .master?
Posted by shaly at 11/30/2006 10:57:00 AM
Hi All,
I am a newbie to .net technology. So, please bear if this question
sounds very basic.
Is there a code behind file for .master page too? or should I write all
my script in .master itself. Thanks in advance. -Shaly
... more >>
Garbage collection and async operations
Posted by Bob Altman at 11/30/2006 10:49:33 AM
Suppose I have the following code:
' Get a new instance of some class
Dim myWorker As New MyWorker
' Start a long-running operation on a background thread.
dim deleg as new SomeMethodDeleg(AddressOf myWorker.SomeMethod)
deleg.BeginInvoke(...)
' Abandon the object instance
... more >>
Display currentDateTime on my asp.net page
Posted by shaly at 11/30/2006 10:42:44 AM
Hi Folks,
Is there a simple way to display current Date and Time on my asp.net
page. I am trying to display this in header of my .master page so that
it gets displaye dthrougghout the site. Please help.
Thanks,
Shaly
... more >>
Can't get Assembly.GetCallingAssembly() to reflect the proper assembly
Posted by Brad Wood at 11/30/2006 8:44:50 AM
I have an executable that references a separate .dll assembly. Inside the
..dll I call GetCallingAssembly and I always get a reference to the .exe.
Documentation for GetCallingAssembly says, "Returns the Assembly of the
method that invoked the currently executing method." Obviously that was... more >>
Reference Problem
Posted by pargat.singh NO[at]SPAM gmail.com at 11/30/2006 8:40:02 AM
Hi Everyone:
I developed a .Net 2.0 asp.net application and add some references
to VB DLL and every thing work fine. Once the development is complete
and i deploy the app on Integration server references t Vb dll does not
work.To fix the problem i have to open the solution on Integration
... more >>
.NET Framework 2.0 to 3.0
Posted by r.manikandan NO[at]SPAM gmail.com at 11/30/2006 6:38:50 AM
These different versions of frameworks which seems quite too many for
me, do they provide any sort of downward compatibility. I mean can I
assume that if I write a application on .net framework 2.0 will it work
okay when I move to 3.0 ? Or do I need to do some sort of conversion?
Is anyone h... more >>
when microsoft stop the support for ASP.Net 1.1
Posted by Pankaj Jain at 11/30/2006 12:00:00 AM
Hi All
Can any one tell me when microsoft stop the support for ASP.Net 1.1
Thanks,
Pankaj Jain
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Pump Messages During Long Operations
Posted by Mark Ingram at 11/29/2006 4:04:43 PM
"The CLR has been unable to transition from COM context 0x1b0f58 to COM
context 0x1b10c8 for 60 seconds. The thread that owns the destination
context/apartment is most likely either doing a non pumping wait or
processing a very long running operation without pumping Windows
messages. This si... more >>
VSNET: Problems adding VS 2005 extensions for .Net 3.0
Posted by Dave at 11/29/2006 8:42:00 AM
I am running vs.net 2005 on an up to date XP SP2 system.
I just added the .Net 3.0 framework as well as the "Windows SDK for
Windows Vista" just fine.
I think I am supposed to add the two VS 2005 extensions for .Net Framework
3.0 for WWF and another for WCF and WPF. Problem is I get an unsp... more >>
Updater Application Block Examples
Posted by TigerMan at 11/29/2006 12:00:00 AM
Hi,
Does anyone know any good examples of Application Block? I am using VB 2005
and know there is one click but that doesn't suit my needs. I want to be
able to check a server for a more recent exe and dlls and patch the local
exe.
TIA
... more >>
|