Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > february 2006 > threads for monday february 13

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Assembly security
Posted by Jaisabari at 2/13/2006 8:58:25 PM
IS the DLL's or assemblies written in c# or vb.net are secure ? There are tools in the market which show the source codes of DLL using the disassemblers, any workaround or solutions to protect the .net assemblies ? -- Regards Jaisabari...more >>


Problem in mismatch of .NET Framework Versions
Posted by Raj at 2/13/2006 8:14:56 PM
Hi All, We are facing problem with .NET framework version. The developer machines has latest .NET version which is 1.1.4322 and the production server has the ..NET framework version 1.0.3705. So we are facing problem with compatibility. We are not in a position to upgrade the .NET version o...more >>

System.IO.FileNotFoundException Exception while trying to Serialize
Posted by Hans Baumann at 2/13/2006 7:51:02 PM
Hi everybody, I get the following message when trying to serialize an object: "Unhandled Exception: System.IO.FileNotFoundException: File or assembly name XXX.dll or one of its dependencies, was not found.File name: XXX.dll" This ocurrs with this code: Module Module1 Sub Main() ...more >>

Versions of ASP.NET
Posted by itmanager at 2/13/2006 3:38:27 PM
What is the difference between the following versions of the .NET Framework? 1.1.4322.2032 1.1.4322.2300 We are running into a problem with our ASP.NET application using the later build of the .NET Framework that cannot be reproduced on the earlier version. I downloaded and installed SP1 ...more >>

Best way to use .Net Configuration From Outlook Add-In?
Posted by Chris Newby at 2/13/2006 2:53:37 PM
I've been building an Outlook Add-In using .Net and I've come to the point were I'd like to start integrating it with the rest of our .Net-based application framework (our DAL, BLL, etc.). One clear problem is that our existing application framework relies exlcusively on the .Net configuration s...more >>

Create network share (C#)
Posted by David Martin at 2/13/2006 2:51:09 PM
Just wondering if .Net 2.0 introduced anything new with respect to creating network shares, or are we still left to use WMI? If yes - there is something new - please be so kind as to point me in the right direction. Also, I'm biased toward C#, so any examples would be appreciated especially...more >>

FTPWebrequest debug with portlistener
Posted by Arne at 2/13/2006 12:38:38 PM
I have a problem with FTPWebRequest. Is there a portlistener that I can use? Apache used to have a good one, but I don't remember how to find it....more >>

ClickOnce Problem
Posted by Bob at 2/13/2006 12:37:16 PM
Hi, I'm trying to use clickonce technology for the first time and I have this problem: From my development machine (venus) with VS 2005 I want to publish my application to my Web Site installed into a different server (http://server/myapp). When a client try to download the applicatio...more >>



using a p/invoke wrapper
Posted by Chris at 2/13/2006 10:37:50 AM
We are using SQLite.net in an application but getting a bottleneck at the data access layer (it has been profiled). This is clearly because p/invoke takes 5 to 10 times longer than it does calling the function straight from C/C++ code. Is it possible to write a wrapper in Managed C++ that pro...more >>

default type initializers?
Posted by ex-neo-con at 2/13/2006 10:07:18 AM
Does the clr create a default type initializer if an explicit one isn't implemented for a type? (In other words, is type creation analogous to the instantiation of a class for which a default constructor hasn't been written?) ex-neo-con ...more >>

Calling managed code from C
Posted by Ken Allen at 2/13/2006 8:57:31 AM
We have recently created a new architecture for a product that now implements all of our user-space code in C#, which makes it much faster and easier to develop! There are a number of services which are installed on a central server and some client applications that communicate using remoted...more >>

OneClick / Publish question
Posted by Mike Edgewood at 2/13/2006 8:05:36 AM
I would prefer OneClick to install the program to a D: drive and directory on workstations, not c:\<mypersonalhiddenarea>. Is this configurable? Most workstations here are formated with C: = 8 to 12 gb and the remainder of HD space being D: NOTE: I don't know if, in this day and age, if it ...more >>

MulticastDelegate.GetHashCode returns not usable hashs in .NET 2.0
Posted by Stonesource at 2/13/2006 7:10:27 AM
The behavior of the function MulticastDelegate.GetHashCode() has changed from ..NET 1.1 to 2.0. With 1.1 it returns different hashs if the methods stored in the delgate are different. This is as expected because the delgates are completely different and should also deliver different hashs. ...more >>

VB.NET Windows Service - Start Parameters
Posted by m00nm0nkey at 2/13/2006 4:21:26 AM
friends, romans, countrymen, lend me your ears.... I expect this question has a fairly simple answer; How do I obtain the start parameters that have been set against my Windows Service in VB.Net ? I was expecting to find a me.StartParameters but, alas, it is not there! Drat ! -- welc...more >>

Will two .NET frameworks conflict?
Posted by KOFKS at 2/13/2006 12:37:01 AM
I install both Microsoft .NET Framework 1.1 and Microsoft .NET Framework 2.0 at my Windows XP, will there be any conflict? ...more >>


DevelopmentNow Blog