Click here to Skip to main content
16,005,169 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to compare Word files Pin
Heath Stewart17-Nov-03 2:33
protectorHeath Stewart17-Nov-03 2:33 
AnswerRe: How to compare Word files Pin
Nick Parker16-Nov-03 17:22
protectorNick Parker16-Nov-03 17:22 
QuestionIs Framework 1.1 redistributatble enough for all .Net developments? Pin
Pauwll14-Nov-03 20:57
Pauwll14-Nov-03 20:57 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Anthony_Yio14-Nov-03 21:40
Anthony_Yio14-Nov-03 21:40 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
J. Dunlap14-Nov-03 21:46
J. Dunlap14-Nov-03 21:46 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Heath Stewart15-Nov-03 4:41
protectorHeath Stewart15-Nov-03 4:41 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Pauwll15-Nov-03 23:14
Pauwll15-Nov-03 23:14 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Heath Stewart16-Nov-03 9:14
protectorHeath Stewart16-Nov-03 9:14 
Here's a thought...debug your application!

Put a breakpoint at the top of your try block and step through the code in your debugger. After all, debugging your app is just as important in the development cycle. Look at each reference while stepping through and figure out what's null and on which line the exception is thrown.

And the redistribution of the .NET framework has nothing to do with it. It's the same on every machine, except some things are not supported on Windows (only Windows NT) because of the underlying OS. Anything in System.Data.OleDb should be fine because there's nothing OS-specific, but make sure you're running the right version of the .NET Framework on both machines because the various framework versions (i.e., 1.0, 1.1, etc.) are not 100% backward and forward compatible.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Pauwll16-Nov-03 16:26
Pauwll16-Nov-03 16:26 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Heath Stewart16-Nov-03 16:31
protectorHeath Stewart16-Nov-03 16:31 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Kentamanos17-Nov-03 11:52
Kentamanos17-Nov-03 11:52 
GeneralRe: Is Framework 1.1 redistributatble enough for all .Net developments? FIXED - sort of Pin
Pauwll17-Nov-03 22:33
Pauwll17-Nov-03 22:33 
AnswerRe: Is Framework 1.1 redistributatble enough for all .Net developments? Pin
Russell Morris18-Nov-03 6:04
Russell Morris18-Nov-03 6:04 
GeneralAbout Get Data from Clipboard Pin
RafMar14-Nov-03 0:29
RafMar14-Nov-03 0:29 
GeneralRe: About Get Data from Clipboard Pin
John Arlen17-Nov-03 9:15
John Arlen17-Nov-03 9:15 
GeneralRe: About Get Data from Clipboard Pin
RafMar17-Nov-03 20:42
RafMar17-Nov-03 20:42 
QuestionControlled access file downloads ? Pin
Jerry Evans13-Nov-03 6:19
Jerry Evans13-Nov-03 6:19 
AnswerRe: Controlled access file downloads ? Pin
Kentamanos13-Nov-03 11:01
Kentamanos13-Nov-03 11:01 
GeneralRe: Controlled access file downloads ? Pin
Jerry Evans13-Nov-03 14:31
Jerry Evans13-Nov-03 14:31 
GeneralPlacing my .DLL into Reference List Pin
Martin Cross13-Nov-03 3:46
Martin Cross13-Nov-03 3:46 
GeneralRe: Placing my .DLL into Reference List Pin
John Arlen13-Nov-03 10:41
John Arlen13-Nov-03 10:41 
GeneralRe: Placing my .DLL into Reference List Pin
Kentamanos13-Nov-03 10:49
Kentamanos13-Nov-03 10:49 
GeneralRe: Placing my .DLL into Reference List Pin
Martin Cross14-Nov-03 2:49
Martin Cross14-Nov-03 2:49 
GeneralRe: Placing my .DLL into Reference List Pin
Heath Stewart16-Nov-03 16:38
protectorHeath Stewart16-Nov-03 16:38 
GeneralRe: Placing my .DLL into Reference List Pin
Martin Cross16-Nov-03 22:20
Martin Cross16-Nov-03 22:20 

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.