From: Ashim A <As...@Qu...> - 2008-04-11 00:52:09
|
Now when I run my EXE file (written by C#) on any other system then I have runtime Error. Even my TRY/Catch cannot catch it!!!! I installed FirebirdClient-2.1.0.msi and FirebirdDEXProvider-2.0.2.exe on my system with Visual Studio 2005 Enterprise. And I did some steps and now everything work fine in my system (I don't what I did, it made it to work) But any way, now when I run my EXE file (written by C#) on any other system then I have runtime Error. Even my TRY/Catch cannot catch it!!!! I install "FirebirdClient-2.1.0.msi" and then "FirebirdDEXProvider-2.0.2.exe" and then "FirebirdClient-2.0.1.exe" But still my program doesn't work in other machine. Even I ran a "FirebirdDDEXProvider32.reg" and "FirebirdDDEXProviderPackageLess32.reg" and then I checked "Machine.config" even, but no luck. Anybody has any idea? Thanks Ashim |
From: Jiri C. <di...@ci...> - 2008-04-11 07:21:58
|
On 4/11/08, Ashim A <As...@qu...> wrote: > But any way, now when I run my EXE file (written by C#) on any other system > then I have runtime Error. Even my TRY/Catch cannot catch it!!!! What error. > I install "FirebirdClient-2.1.0.msi" and then > "FirebirdDEXProvider-2.0.2.exe" and then "FirebirdClient-2.0.1.exe" You should have there only FirebirdClient (near app. or in GAC) in proper version (same as you compiled your app. with). > But still my program doesn't work in other machine. > > Even I ran a "FirebirdDDEXProvider32.reg" and > "FirebirdDDEXProviderPackageLess32.reg" and then I checked "Machine.config" > even, but no luck. You need DDEX only on development machine ... -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Ashim A <As...@qu...> - 2008-04-11 17:47:53
|
i uninstalled every thing and re installed "FirebirdClient-2.1.0.msi" but still same problem. even when i copy my .exe file to this foleder "c:\program files\FirebirdClient 2.0" , still i have same Error. this is Error in Message i have in my EventViewer: EventType clr20r3, P1 windowsapplication1.exe, P2 1.0.0.0, P3 47ff9d3e, P4 windowsapplication1, P5 1.0.0.0, P6 47ff9d3e, P7 b, P8 e, P9 system.io.filenotfoundexception, P10 NIL. 0000: 63 00 6c 00 72 00 32 00 c.l.r.2. 0008: 30 00 72 00 33 00 2c 00 0.r.3.,. 0010: 20 00 77 00 69 00 6e 00 .w.i.n. 0018: 64 00 6f 00 77 00 73 00 d.o.w.s. 0020: 61 00 70 00 70 00 6c 00 a.p.p.l. 0028: 69 00 63 00 61 00 74 00 i.c.a.t. 0030: 69 00 6f 00 6e 00 31 00 i.o.n.1. 0038: 2e 00 65 00 78 00 65 00 ..e.x.e. 0040: 2c 00 20 00 31 00 2e 00 ,. .1... 0048: 30 00 2e 00 30 00 2e 00 0...0... 0050: 30 00 2c 00 20 00 34 00 0.,. .4. 0058: 37 00 66 00 66 00 39 00 7.f.f.9. 0060: 64 00 33 00 65 00 2c 00 d.3.e.,. 0068: 20 00 77 00 69 00 6e 00 .w.i.n. 0070: 64 00 6f 00 77 00 73 00 d.o.w.s. 0078: 61 00 70 00 70 00 6c 00 a.p.p.l. 0080: 69 00 63 00 61 00 74 00 i.c.a.t. 0088: 69 00 6f 00 6e 00 31 00 i.o.n.1. 0090: 2c 00 20 00 31 00 2e 00 ,. .1... 0098: 30 00 2e 00 30 00 2e 00 0...0... 00a0: 30 00 2c 00 20 00 34 00 0.,. .4. 00a8: 37 00 66 00 66 00 39 00 7.f.f.9. 00b0: 64 00 33 00 65 00 2c 00 d.3.e.,. 00b8: 20 00 62 00 2c 00 20 00 .b.,. . 00c0: 65 00 2c 00 20 00 73 00 e.,. .s. 00c8: 79 00 73 00 74 00 65 00 y.s.t.e. 00d0: 6d 00 2e 00 69 00 6f 00 m...i.o. 00d8: 2e 00 66 00 69 00 6c 00 ..f.i.l. 00e0: 65 00 6e 00 6f 00 74 00 e.n.o.t. 00e8: 66 00 6f 00 75 00 6e 00 f.o.u.n. 00f0: 64 00 65 00 78 00 63 00 d.e.x.c. 00f8: 65 00 70 00 74 00 69 00 e.p.t.i. 0100: 6f 00 6e 00 20 00 4e 00 o.n. .N. 0108: 49 00 4c 00 0d 00 0a 00 I.L..... ""Jiri Cincura"" <di...@ci...> wrote in message news:d2f...@ma...... > On 4/11/08, Ashim A <As...@qu...> wrote: >> But any way, now when I run my EXE file (written by C#) on any other >> system >> then I have runtime Error. Even my TRY/Catch cannot catch it!!!! > > What error. > >> I install "FirebirdClient-2.1.0.msi" and then >> "FirebirdDEXProvider-2.0.2.exe" and then "FirebirdClient-2.0.1.exe" > > You should have there only FirebirdClient (near app. or in GAC) in > proper version (same as you compiled your app. with). > >> But still my program doesn't work in other machine. >> >> Even I ran a "FirebirdDDEXProvider32.reg" and >> "FirebirdDDEXProviderPackageLess32.reg" and then I checked >> "Machine.config" >> even, but no luck. > > You need DDEX only on development machine ... > > > -- > Jiri {x2} Cincura (CTO x2develop.com) > http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2008-04-11 18:52:37
|
OK, this goes nowhere. Create simple console app., reference FirebirdClient assembly, create FBConnection object (or any other from this assembly) and take both files and run it on other machine. If it fails, you're doing something wrong. If not, you know how to do troubleshooting for real app. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Ashim A <ash...@gm...> - 2008-04-11 17:34:42
|
i uninstalled every thing and re installed "FirebirdClient-2.1.0.msi" but still same problem. even when i copy my .exe file to this foleder "c:\program files\FirebirdClient 2.0" , still i have same Error. this is Error in Message i have in my EventViewer: EventType clr20r3, P1 windowsapplication1.exe, P2 1.0.0.0, P3 47ff9d3e, P4 windowsapplication1, P5 1.0.0.0, P6 47ff9d3e, P7 b, P8 e, P9 system.io.filenotfoundexception, P10 NIL. 0000: 63 00 6c 00 72 00 32 00 c.l.r.2. 0008: 30 00 72 00 33 00 2c 00 0.r.3.,. 0010: 20 00 77 00 69 00 6e 00 .w.i.n. 0018: 64 00 6f 00 77 00 73 00 d.o.w.s. 0020: 61 00 70 00 70 00 6c 00 a.p.p.l. 0028: 69 00 63 00 61 00 74 00 i.c.a.t. 0030: 69 00 6f 00 6e 00 31 00 i.o.n.1. 0038: 2e 00 65 00 78 00 65 00 ..e.x.e. 0040: 2c 00 20 00 31 00 2e 00 ,. .1... 0048: 30 00 2e 00 30 00 2e 00 0...0... 0050: 30 00 2c 00 20 00 34 00 0.,. .4. 0058: 37 00 66 00 66 00 39 00 7.f.f.9. 0060: 64 00 33 00 65 00 2c 00 d.3.e.,. 0068: 20 00 77 00 69 00 6e 00 .w.i.n. 0070: 64 00 6f 00 77 00 73 00 d.o.w.s. 0078: 61 00 70 00 70 00 6c 00 a.p.p.l. 0080: 69 00 63 00 61 00 74 00 i.c.a.t. 0088: 69 00 6f 00 6e 00 31 00 i.o.n.1. 0090: 2c 00 20 00 31 00 2e 00 ,. .1... 0098: 30 00 2e 00 30 00 2e 00 0...0... 00a0: 30 00 2c 00 20 00 34 00 0.,. .4. 00a8: 37 00 66 00 66 00 39 00 7.f.f.9. 00b0: 64 00 33 00 65 00 2c 00 d.3.e.,. 00b8: 20 00 62 00 2c 00 20 00 .b.,. . 00c0: 65 00 2c 00 20 00 73 00 e.,. .s. 00c8: 79 00 73 00 74 00 65 00 y.s.t.e. 00d0: 6d 00 2e 00 69 00 6f 00 m...i.o. 00d8: 2e 00 66 00 69 00 6c 00 ..f.i.l. 00e0: 65 00 6e 00 6f 00 74 00 e.n.o.t. 00e8: 66 00 6f 00 75 00 6e 00 f.o.u.n. 00f0: 64 00 65 00 78 00 63 00 d.e.x.c. 00f8: 65 00 70 00 74 00 69 00 e.p.t.i. 0100: 6f 00 6e 00 20 00 4e 00 o.n. .N. 0108: 49 00 4c 00 0d 00 0a 00 I.L..... ""Jiri Cincura"" <di...@ci...> wrote in message news:d2f...@ma...... > On 4/11/08, Ashim A <As...@qu...> wrote: >> But any way, now when I run my EXE file (written by C#) on any other >> system >> then I have runtime Error. Even my TRY/Catch cannot catch it!!!! > > What error. > >> I install "FirebirdClient-2.1.0.msi" and then >> "FirebirdDEXProvider-2.0.2.exe" and then "FirebirdClient-2.0.1.exe" > > You should have there only FirebirdClient (near app. or in GAC) in > proper version (same as you compiled your app. with). > >> But still my program doesn't work in other machine. >> >> Even I ran a "FirebirdDDEXProvider32.reg" and >> "FirebirdDDEXProviderPackageLess32.reg" and then I checked >> "Machine.config" >> even, but no luck. > > You need DDEX only on development machine ... > > > -- > Jiri {x2} Cincura (CTO x2develop.com) > http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Helen B. <he...@tp...> - 2008-04-11 23:30:01
|
At 04:52 AM 12/04/2008, Jiri Cincura wrote: >OK, this goes nowhere. > >Create simple console app., reference FirebirdClient assembly, create >FBConnection object (or any other from this assembly) and take both >files and run it on other machine. If it fails, you're doing something >wrong. If not, you know how to do troubleshooting for real app. Jiri, one cannot help wondering whether Firebird is actually running on the machine....or even whether the *database* is in the place where the application thinks it is. Helen |
From: Jiri C. <di...@ci...> - 2008-04-12 07:43:02
|
On 4/12/08, Helen Borrie <he...@tp...> wrote: > Jiri, one cannot help wondering whether Firebird is actually running on the machine....or even whether the *database* is in the place where the application thinks it is. I tought he has (or had, there's reply a look like it solved) problems with referencing FirebirdClient assembly. But you're right, this can be also problem too. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com |
From: Ashim A <Ash...@gm...> - 2008-04-12 00:04:01
|
Thanks Jiri. i was using FBConnection which i added to Visual studio Tool Box. but now i'm using direct call to assmpley . and it works perfect. Thansk ""Jiri Cincura"" <di...@ci...> wrote in message news:d2f...@ma...... > OK, this goes nowhere. > > Create simple console app., reference FirebirdClient assembly, create > FBConnection object (or any other from this assembly) and take both > files and run it on other machine. If it fails, you're doing something > wrong. If not, you know how to do troubleshooting for real app. > > -- > Jiri {x2} Cincura (CTO x2develop.com) > http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |