Click here to Skip to main content
15,921,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSSL FTP FILE DOWNLOADING Pin
antogladwin14-Oct-08 20:45
antogladwin14-Oct-08 20:45 
AnswerRe: SSL FTP FILE DOWNLOADING Pin
Ashfield14-Oct-08 21:33
Ashfield14-Oct-08 21:33 
AnswerRe: SSL FTP FILE DOWNLOADING Pin
Mycroft Holmes14-Oct-08 21:58
professionalMycroft Holmes14-Oct-08 21:58 
Questionimporting excel file to datagrid Pin
sanddepnamburi14-Oct-08 19:43
sanddepnamburi14-Oct-08 19:43 
AnswerRe: importing excel file to datagrid Pin
Mycroft Holmes14-Oct-08 20:50
professionalMycroft Holmes14-Oct-08 20:50 
QuestionRemove a Public property from base class?! Pin
MohammadAmiry14-Oct-08 19:19
MohammadAmiry14-Oct-08 19:19 
AnswerRe: Remove a Public property from base class?! Pin
MohammadAmiry14-Oct-08 19:25
MohammadAmiry14-Oct-08 19:25 
QuestionVB ComClass Pin
rahvyn1314-Oct-08 13:53
rahvyn1314-Oct-08 13:53 
Hi All;

I have a dll created as a ComClass using VB.Net. I have it registered on a server using regasm. There is an application on the server (called SPSS) that as part of it functionality, calls a method on the dll when a button is pressed. It all works great. However, on a remote workstation, is a satellite installation of SPSS that when started, starts an instance on the server. When that same button is pressed, it calls back to the instance on the server which in turn calls the dll. That call fails. SPSS is written in Foxpro, and the call to the dll is quite simple:

foo = CREATEOBJECT("Object.Method")
foo.Execute(variables)

It gives me an error stating "foo is not an object". The line that throws that error is the foo.Execute() line.

Any idea why this process would work when called from the server, but not when called from a workstation?

Thanks,
Dave
AnswerRe: VB ComClass Pin
Dave Kreskowiak14-Oct-08 17:11
mveDave Kreskowiak14-Oct-08 17:11 
QuestionOK folks - have a good laugh!!!!! [modified] Pin
TheComputerMan14-Oct-08 10:25
TheComputerMan14-Oct-08 10:25 
AnswerRe: OK folks - have a good laugh!!!!! Pin
Jon_Boy14-Oct-08 11:39
Jon_Boy14-Oct-08 11:39 
AnswerRe: OK folks - have a good laugh!!!!! Pin
Roy Heil15-Oct-08 9:02
professionalRoy Heil15-Oct-08 9:02 
GeneralRe: OK folks - have a good laugh!!!!! Pin
TheComputerMan15-Oct-08 9:10
TheComputerMan15-Oct-08 9:10 
GeneralRe: OK folks - have a good laugh!!!!! Pin
TheComputerMan15-Oct-08 9:21
TheComputerMan15-Oct-08 9:21 
GeneralRe: OK folks - have a good laugh!!!!! Pin
Jon_Boy16-Oct-08 2:46
Jon_Boy16-Oct-08 2:46 
QuestionAuto fit the merged row height Pin
Nilish14-Oct-08 8:57
Nilish14-Oct-08 8:57 
AnswerRe: Auto fit the merged row height Pin
TheComputerMan14-Oct-08 10:19
TheComputerMan14-Oct-08 10:19 
GeneralRe: Auto fit the merged row height Pin
Nilish14-Oct-08 18:17
Nilish14-Oct-08 18:17 
QuestionHow To Convert FLV To AVI With VB.NET? Pin
IndyEmsGuy14-Oct-08 2:26
IndyEmsGuy14-Oct-08 2:26 
AnswerRe: How To Convert FLV To AVI With VB.NET? Pin
Dave Kreskowiak14-Oct-08 3:45
mveDave Kreskowiak14-Oct-08 3:45 
Questionimport text files to data grid Pin
sanddepnamburi14-Oct-08 1:55
sanddepnamburi14-Oct-08 1:55 
GeneralRe: import text files to data grid Pin
jzonthemtn14-Oct-08 3:36
jzonthemtn14-Oct-08 3:36 
AnswerRe: import text files to data grid Pin
Dave Kreskowiak14-Oct-08 3:40
mveDave Kreskowiak14-Oct-08 3:40 
AnswerRe: import text files to data grid Pin
Paul Conrad14-Oct-08 7:09
professionalPaul Conrad14-Oct-08 7:09 
QuestionDatabase Date Error Pin
Gagan.2014-Oct-08 1:40
Gagan.2014-Oct-08 1:40 

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.