Adam Waller

Results 58 comments of Adam Waller

Same problem here, even with built-in php functions like `preg_replace` and `json_encode`. Reverting to version 1.3.5 got me back up and running again.

After hours of troubleshooting I discovered that the environment variable that I created through the Web interface was being deleted when I used `wrangler publish` from the CLI. This was...

@sotalvaro - Check out this discussion: https://github.com/joyfullservice/msaccess-vcs-addin/discussions/430 I posted some code samples there, both from VBA and PowerShell. Let me know how it goes!

Just uncomment that last line to quit the application.

Gotcha. It sounds like we need to make the script pause until the call completes. I don't have a whole lot of experience with PowerShell COM automation, but please post...

FYI, on the technical side, I think what we are probably experiencing here is that the build process uses a WinAPI timer to release the call stack of the calling...

> Adam Can I make a question for you but is another thing different of vcs, may you know the solution man. thanks a lot for everything I like helping...

If you are looking for documentation on the VCS Add-in project, check out the [wiki](https://github.com/joyfullservice/msaccess-vcs-addin/wiki). I don't have any tutorial videos at this point, but I have considered making some...

In regards to the PowerShell script, it seems that Access is crashing during the build process. This is probably not an issue with the PowerShell script, but something related to...

@sotalvaro - The reason for the error is documented in the above code sample. This error is expected and should be ignored. The important thing is that the call to...