View Single Post
  #5  
Old 10-27-2003, 03:32 PM
smelly smelly is online now
Registered User
 
Join Date: 10-23-2003
Posts: 4
Ahh ..yes, this runs as expected. However, you changed the build command to sync mode.

m_bld.SyncBuild();

I was using ..

m_bld.Start(StepTypeEnum.vbldStepMain, -1, 0);

Async mode doesn’t seem to work in a console app. Note: I does work in web form. I can use sync mode with events in a worker thread or something to simulate async behavior. I can move on but I'de still like to know if you can get it to work.

Thanks for all the help.

Regards,
Chris
Reply With Quote