Pages
Categories
- Did you find some of my content helpful? Consider a donation to help further my work.
Popular Article Tags
.net .net framework ajax android asp.net c# client cms coding configuration configure custom view design development fix framework git html install java javascript json linux microsoft oracle php process raspberry pi regular expressions research ruby on rails scripting site svn thoughts tip tutorials Uncategorized update vb.net wamp web development web programming wordpress xna-
Most Recent Articles
- Historic frequency based random lotto number generator.
- Updating the Raspberry PI GIT server.
- Adjusting Notepad++ to work with an ASP VBScript project.
- Using Raphael the JavaScript graphics library.
- C#: Using WebClient on CSV Formatted Stock Data
- A simple classic VB code counter made in C#
- Android: Using the CountDownTimer class
- C#: Using the Background Worker to thread your application processing.
- Android: Working with Preferences and Settings
- Javascript & HTML: Async Communication Prototype
- Android: Basic game loop with scaled graphics.
- Android: Get the size of a custom view before display.
- Raspberry Pi GIT Server Notes
- FXAA Shader Anti-aliasing in XNA 4.0 Winforms
- XNA 4.0 Red X Exceptions
Archives
Tag Archives: deploy
DLL Files And .NET ClickOnce Deployment
I want to deploy one of my .NET apps as a ClickOnce application. The issue is that I am connecting to Oracle (see previous posts here and here). Connecting to Oracle requires at least, 4 DLL files that generally have to be in the same directory as the EXE file. The issue is that when the program is published, the DLLs are not referenced in any way, so the program … Continue reading