Click here to Skip to main content
15,891,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to convert word document to xsl/xslt Pin
Mycroft Holmes20-Jul-10 15:31
professionalMycroft Holmes20-Jul-10 15:31 
QuestionDotNet and PHP Interactivity Pin
arj_agt20-Jul-10 3:01
arj_agt20-Jul-10 3:01 
AnswerRe: DotNet and PHP Interactivity Pin
Richard MacCutchan20-Jul-10 4:45
mveRichard MacCutchan20-Jul-10 4:45 
GeneralRe: DotNet and PHP Interactivity Pin
arj_agt20-Jul-10 18:13
arj_agt20-Jul-10 18:13 
AnswerRe: DotNet and PHP Interactivity Pin
Ennis Ray Lynch, Jr.20-Jul-10 5:05
Ennis Ray Lynch, Jr.20-Jul-10 5:05 
AnswerRe: DotNet and PHP Interactivity Pin
Dr.Walt Fair, PE20-Jul-10 5:39
professionalDr.Walt Fair, PE20-Jul-10 5:39 
Questionreffering C#.net proj dll(2.0) in to new vb.net proj made in 1.1 using vs studio2003 [modified] Pin
Ankit Aneja20-Jul-10 2:57
Ankit Aneja20-Jul-10 2:57 
AnswerRe: reffering C#.net proj dll(2.0) in to new vb.net proj made in 1.1 using vs studio2003 Pin
Dave Kreskowiak20-Jul-10 3:46
mveDave Kreskowiak20-Jul-10 3:46 
You cannot use a 2.0 compiled .DLL in a 1.1 project. With those versions of the .NET Framework, you cannot load two different versions of the .NET CLR in the same process at the same time, like you're trying to do.

If you cannot recompile the 2.0 .DLL under 1.1 because you used stuff that isn't available in 1.1, you have no choice but to upgrade your 2003 project to Visual Studio 2005, or higher, and write in under .NET 2.0, or higher.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




Questiondesrialization fail due to xsi:type Pin
jainiraj19-Jul-10 22:42
jainiraj19-Jul-10 22:42 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 22:56
Peace ON19-Jul-10 22:56 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj19-Jul-10 22:58
jainiraj19-Jul-10 22:58 
GeneralRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 23:10
Peace ON19-Jul-10 23:10 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj19-Jul-10 23:24
jainiraj19-Jul-10 23:24 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON19-Jul-10 23:31
Peace ON19-Jul-10 23:31 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj20-Jul-10 0:35
jainiraj20-Jul-10 0:35 
AnswerRe: desrialization fail due to xsi:type Pin
Peace ON20-Jul-10 1:17
Peace ON20-Jul-10 1:17 
GeneralRe: desrialization fail due to xsi:type Pin
jainiraj20-Jul-10 2:06
jainiraj20-Jul-10 2:06 
AnswerAlmost always a namespace issue Pin
Ennis Ray Lynch, Jr.20-Jul-10 3:23
Ennis Ray Lynch, Jr.20-Jul-10 3:23 
GeneralRe: Almost always a namespace issue Pin
jainiraj20-Jul-10 20:37
jainiraj20-Jul-10 20:37 
GeneralRe: Almost always a namespace issue Pin
Ennis Ray Lynch, Jr.21-Jul-10 3:22
Ennis Ray Lynch, Jr.21-Jul-10 3:22 
GeneralRe: Almost always a namespace issue Pin
jainiraj21-Jul-10 19:45
jainiraj21-Jul-10 19:45 
QuestionCompare 2 DataTables and insert differences into first table Pin
norjali19-Jul-10 22:21
norjali19-Jul-10 22:21 
AnswerRe: Compare 2 DataTables and insert differences into first table Pin
Peace ON19-Jul-10 22:35
Peace ON19-Jul-10 22:35 
AnswerRe: Compare 2 DataTables and insert differences into first table Pin
PIEBALDconsult20-Jul-10 3:31
mvePIEBALDconsult20-Jul-10 3:31 
QuestionHow to open a word document from C# application Pin
seeism19-Jul-10 22:04
seeism19-Jul-10 22:04 

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.