Click here to Skip to main content
15,908,445 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need no setup... Pin
Judah Gabriel Himango11-Nov-03 5:11
sponsorJudah Gabriel Himango11-Nov-03 5:11 
GeneralRe: Need no setup... Pin
Heath Stewart11-Nov-03 7:06
protectorHeath Stewart11-Nov-03 7:06 
QuestionHow to customize the printPreviewDialog? Pin
Member 67887511-Nov-03 4:39
Member 67887511-Nov-03 4:39 
AnswerRe: How to customize the printPreviewDialog? Pin
Heath Stewart11-Nov-03 7:00
protectorHeath Stewart11-Nov-03 7:00 
Generalprotect my program Pin
eafares26511-Nov-03 3:56
eafares26511-Nov-03 3:56 
GeneralRe: protect my program Pin
Heath Stewart11-Nov-03 6:57
protectorHeath Stewart11-Nov-03 6:57 
Generalextended procedure for sql server Pin
mhmoud rawas11-Nov-03 1:20
mhmoud rawas11-Nov-03 1:20 
GeneralRe: extended procedure for sql server Pin
Heath Stewart11-Nov-03 3:10
protectorHeath Stewart11-Nov-03 3:10 
First, make sure it's in the Binn directory for the appropriate SQL server instance. I'm sure you've problem done that.

The big thing to remember is that servers often don't have the latest and greater technologies - only that which is required to run. My common mistake (I seem to make it every time but quickly realize what's wrong) is that I developed XP's in VS.NET 2002 or 2003 which uses the VC++ runtime 7.0 or 7.1 respectively. Our SQL Server doesn't have either of those runtimes. This is most likely your problem.

You can either "blindly" copied msvcr70.dll or msvcr71.dll and any other dependencies to %WINDIR%\System32 or to the appropriate Binn directory (or anywhere else in the %PATH%, although those two places are the logical choices). To make sure you get all the dependencies, run depends.exe (from the Platform SDK which was probably installed with your Visual Studio or is available for free online) on your XP (extended proc, not Windows XP Smile | :) ) and see what is required. Make sure those files exists on the server somewhere in the %PATH%. You could also copy depends to the server and run it on your XP from there - it'll tell you what's missing.

 

-----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: extended procedure for sql server Pin
mhmoud rawas11-Nov-03 18:43
mhmoud rawas11-Nov-03 18:43 
GeneralRe: extended procedure for sql server Pin
Heath Stewart11-Nov-03 18:55
protectorHeath Stewart11-Nov-03 18:55 
GeneralRe: extended procedure for sql server Pin
Heath Stewart11-Nov-03 3:12
protectorHeath Stewart11-Nov-03 3:12 
GeneralRight to left problem Pin
Mohaqeq200211-Nov-03 0:41
sussMohaqeq200211-Nov-03 0:41 
GeneralRe: Right to left problem Pin
Heath Stewart11-Nov-03 3:19
protectorHeath Stewart11-Nov-03 3:19 
QuestionIs MS Access transaction-aware? Pin
CillyMe10-Nov-03 23:53
CillyMe10-Nov-03 23:53 
AnswerRe: Is MS Access transaction-aware? Pin
Hesham Amin11-Nov-03 0:41
Hesham Amin11-Nov-03 0:41 
GeneralRe: Is MS Access transaction-aware? Pin
CillyMe11-Nov-03 2:02
CillyMe11-Nov-03 2:02 
GeneralRe: Is MS Access transaction-aware? Pin
CillyMe11-Nov-03 2:50
CillyMe11-Nov-03 2:50 
GeneralRe: Is MS Access transaction-aware? Pin
Hesham Amin11-Nov-03 7:44
Hesham Amin11-Nov-03 7:44 
GeneralRe: Is MS Access transaction-aware? Pin
CillyMe11-Nov-03 16:47
CillyMe11-Nov-03 16:47 
GeneralBuilding Objects with Reflection Pin
Dennis Klein10-Nov-03 22:49
Dennis Klein10-Nov-03 22:49 
GeneralRe: Building Objects with Reflection Pin
Heath Stewart11-Nov-03 3:32
protectorHeath Stewart11-Nov-03 3:32 
GeneralRe: Building Objects with Reflection Pin
Dennis Klein11-Nov-03 22:12
Dennis Klein11-Nov-03 22:12 
GeneralRe: Building Objects with Reflection Pin
Heath Stewart12-Nov-03 2:39
protectorHeath Stewart12-Nov-03 2:39 
GeneralRe: Building Objects with Reflection Pin
Dennis Klein12-Nov-03 3:25
Dennis Klein12-Nov-03 3:25 
Generalcommunicate with service Pin
Member 67650610-Nov-03 22:45
Member 67650610-Nov-03 22:45 

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.