Click here to Skip to main content
15,881,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Add menu items to the context menu Pin
Dave Kreskowiak4-May-07 6:40
mveDave Kreskowiak4-May-07 6:40 
QuestionVista and a .NET application on a shared network Pin
EMSDeveloper4-May-07 4:20
EMSDeveloper4-May-07 4:20 
AnswerRe: Vista and a .NET application on a shared network Pin
Dave Kreskowiak4-May-07 4:54
mveDave Kreskowiak4-May-07 4:54 
QuestionRe: Vista and a .NET application on a shared network Pin
EMSDeveloper4-May-07 5:46
EMSDeveloper4-May-07 5:46 
AnswerRe: Vista and a .NET application on a shared network Pin
Dave Kreskowiak4-May-07 6:34
mveDave Kreskowiak4-May-07 6:34 
QuestionSystems Collections Generic Pin
tonysmithbrewster4-May-07 3:31
tonysmithbrewster4-May-07 3:31 
AnswerRe: Systems Collections Generic Pin
Tarakeshwar Reddy4-May-07 4:03
professionalTarakeshwar Reddy4-May-07 4:03 
AnswerRe: Systems Collections Generic Pin
Dave Kreskowiak4-May-07 4:35
mveDave Kreskowiak4-May-07 4:35 
tonysmithbrewster wrote:
V Studio 2003 states the dll is invalid (me thinks poor backward compat from MS!)


No, the .DLL IS valid and backwards compatibility isn't the problem here. The problem is that you cannot load two different versions of the .NET Framework runtime into the same process at the same time, which is what you're trying to do.

You have to write your 2003 code in 2005 in order to use Generics at all. The .NET 1.1 CLR doesn't support Generics, no matter how you write it in 2005.

tonysmithbrewster wrote:
I cannot upgrade out applications to 2005 at present as there are too many in the site.


The other problem you have is that you can't run two version of ASP.NET on the same IIS instance at the same time. You'll have to run two different instances, and two different applications(!) in order to get this to work. You CAN have ASP.NET 1.1 pages link to ASP.NET 2.0 pages. You just can't have both ASP.NET 1.1 and 2.0 running under the same IIS instance at the same time.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionHow to Send and receive XML packets??? Pin
shahid_isb854-May-07 2:38
shahid_isb854-May-07 2:38 
AnswerRe: How to Send and receive XML packets??? Pin
Dave Kreskowiak4-May-07 4:30
mveDave Kreskowiak4-May-07 4:30 
QuestionHow to program an application to terminate automatically? Pin
virendra_0074-May-07 2:37
virendra_0074-May-07 2:37 
AnswerRe: How to program an application to terminate automatically? Pin
Arun.Immanuel4-May-07 2:49
Arun.Immanuel4-May-07 2:49 
AnswerRe: How to program an application to terminate automatically? Pin
Dave Kreskowiak4-May-07 4:24
mveDave Kreskowiak4-May-07 4:24 
Questionarray of bytes into an array of string Pin
Rohit Dev4-May-07 0:19
Rohit Dev4-May-07 0:19 
AnswerRe: array of bytes into an array of string Pin
Dave Kreskowiak4-May-07 4:17
mveDave Kreskowiak4-May-07 4:17 
QuestionConvertion of 2003 to 2005 errors Pin
Central_IT3-May-07 23:38
Central_IT3-May-07 23:38 
AnswerRe: Convertion of 2003 to 2005 errors Pin
Rupesh Kumar Swami4-May-07 0:08
Rupesh Kumar Swami4-May-07 0:08 
GeneralRe: Convertion of 2003 to 2005 errors Pin
Central_IT4-May-07 1:37
Central_IT4-May-07 1:37 
Questiondeploying the files Pin
taherjaorawala3-May-07 23:36
taherjaorawala3-May-07 23:36 
AnswerRe: deploying the files Pin
Dave Kreskowiak4-May-07 4:10
mveDave Kreskowiak4-May-07 4:10 
QuestionMethods Other than DTS to read large CSV file in VB 6.0 Pin
virendra_0073-May-07 23:15
virendra_0073-May-07 23:15 
AnswerRe: Methods Other than DTS to read large CSV file in VB 6.0 Pin
ChandraRam4-May-07 3:50
ChandraRam4-May-07 3:50 
QuestionBuilding Exe Pin
BINOVAR3-May-07 22:36
BINOVAR3-May-07 22:36 
AnswerRe: Building Exe Pin
Arun.Immanuel3-May-07 22:36
Arun.Immanuel3-May-07 22:36 
GeneralRe: Building Exe Pin
BINOVAR3-May-07 22:41
BINOVAR3-May-07 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.