I was troubleshooting an issue on a customer's workstation and found that, to my surprise, adodb.dll was nowhere to be found on the customer's workstation.
Typically, I see the file in C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder.
Is this file distributed with the .NET framework or not?
...
We're trying to send uploaded attachements (served from a database as blob) through php with Zend Framework to a client.
This code works fine for Excel97 / Word97.
if ($this->getResponse()->canSendHeaders(false)) {
$response = $this->getResponse();
$response->setHeader('Pragma', 'public', true)
...
I have to build an application that converts one file format to another file format. So at the start of the program, it pops up a file picker dialog, where the user can select which file to convert, then it pops up a save file dialog where the user can select where to save the converted file.
Requirements:
No installation. Distributab...
Hi folks,
how can I set up a Universal project which has support for iAd (just in the iPhone app)?
Using the iPhone SDK 4, let's suppose I do the following steps:
Open XCode;
Go to File > New Project ;
Select Window-based application (or whatever), choose Product: Universal (and after choose a name for the project).
It will create a...
I am using Entity Framework for my .NET application. I have been able to return objects and their directly-related objects as well (very convenient), but I am having trouble getting the objects of those objects.
IEnumerable<Lot> i = (((ObjectSet<Car>)_carRepository.GetQuery())
.Include(a => a.CarType...
Hello,
I am learning the ropes of Microsoft Sync Framework, and have a question.
For the sake of simplicity, let's say I have a table called [Project] in SQL Server with the following structure:
[Project].[ProjectId] (PK, UID)
[Project].[Name] (varchar)
[Project].[Leader] (varchar)
I create an Scope called 'filtered_proj...
Basically, we want to use no flash, and eschew php where possible (for marketing reasons).
Right now, I'm looking at Ruby on Rails and like what I see... but I'm not really a programmer, having working primarily with Wordpress, Drupal, and Joomla for the past 10 years.
Our sites need to have a lot of custom apps built into them (video ...
What is the framework using in Blender GUI?
QT? Or Tk, GTK+, FOX toolkit, wxWidgets?
Because Blender is cross-platform application.
...
What is the best framework to use for websockets + fallbacks.
I actually only know about Socket.IO, what are some others.
Thanks.
...
Hello,
I'm new to web2py but eager to learn it fast.
I try to enable "request_reset_passwor" function but every time I enter this page:
http://127.0.0.1:8000/project/default/user/request_reset_password
I receive message that the function is disabled.
Can you please tell me what should I do and where to get it working?
Thank you ...
Hey.
Do you know if there is a simple database framework that is free to use in iPhone development?
I've tried to get my head around Apple's framework SQLite3-framework, but it is just too complicated. Why can't it just be like PHP and databases …
So basically, what I want is a framework that is simple to use and can handle databases....
Hello,
I want to open a txt file and write into him numbers from 1 to 100. and put between every number enter.
Thanks
...
Hi, i want to know the best way (faster and better) to structure the code in PHP.
Some people save a Master Class with functions, sub-classes and var's into an unique global variable, like $modx CMS case.
What are your structure techniques?
And how do you connect to your DB?
Do you all prefer PHP Frameworks like PHPCake?
How do you str...
With the creation of node.js and various other utilities for writing server side javascript and with the MongoDB using javascript as it's primary access method, it looks like all the pieces for a web framework are now in place.
Are there any frameworks now using exclusively Javascript? (This means for server side interactions, database ...
Hi
In Xcode, suppose that there is a framework named Foo. Inside the Foo.framework/Headers folder there are files File1.h and File2.h. The header file File1.h includes File2.h via the following directive:
#include <File2.h>
The Foo framework is a re-package of a C++ library not specifically targeted for the Mac.
Now suppose I have...
Hi guys, well to begin with I'm sure this is a simple question.
I am developing an iPhone app with the iAd Framework, which only runs for iOS 4.0 or higher.
Still, I wanna choose a iPhone OS 3.0 deployment target, which causes everything to crash.
How do I conditionally include the iAd framework?
...I mean, it would be something like...
I'm trying to get server-side validation of an Entity Framework String Property to work. Other server-side validation such as data type validation and required dateTime and numeric EF properties are working.
This in VS 2010, .Net 4.0, MVC2 + Cloud, ADO.Net Entity Framework.
The String Property I am having issues with is mapped to a SQ...
what is the fastest way to get performance metrics of all spring services?
...
I was looking at Microsoft for a setup package for .NET 1.0 that includes SP3, so I don't have to install the framework first and then the service pack. But I didn't find any. Then I looked for the newer versions of the .NET framework and noticed that service packs are always an extra download/setup.
It seems there is no full setup incl...
We're using Cruse Control to manage our build process.
AS we convert vs2008 projects to vs2010, we're leaving the target framework set at 3.5 for web and class library projects.
At this point we're not going through and converting all our solutions to vs2010; not if we don't have to.
I recently updated the MSbuild project files that cr...