Click here to Skip to main content
16,012,153 members

Comments by vikas.pawar143 (Top 6 by date)

vikas.pawar143 29-Mar-13 10:27am View    
yes, i want to run macro from a dataproject.
vikas.pawar143 29-Mar-13 10:00am View    
when i am adding that script (Macro), its not building.
vikas.pawar143 29-Mar-13 9:55am View    
I want to publish data to database which has execute an EXE file of another project which will take care of infrastructure required for application.

I have tried

Set shell = CreateObject("WScript.Shell")
shell.Run "C:\abc.exe"
But i am getting error "Command" exited with code 9009.
and also call c:\abc.exe, but i am getting an error, Publish cannot begin untill project builds successfully.
vikas.pawar143 29-May-12 6:11am View    
In quick Watch i have observed that all other parameters default values are null. But in drop down list its not null, actually this value is supplied by me. but its not reflecting in database
vikas.pawar143 29-May-12 5:51am View    
No Its not going in If Loop