Why does the AssemblyTitleAttribute and AssemblyCopyrightAttribute return the correct values but AssemblyVersionAttribute always returns an empty string?
I've specified the version in the assembly!
Assembly^ assy;
try
{
assy = Assembly::LoadFile(gcnew String(lpFilename));
}
catch(...
What is the best way to create fast, lightweight applications in Visual Studio 2005.
I meanm, are Windows Forms as slow as MFC?
Are ATL/COM applications still the smallest and fastest?
I've got a D-LINK DSL-G624T. I've pointed my DDNS at my IP but when I go to my DDNS domain name, I am asked by the router for username/password and it leads to the admin page.
How can I route the domain name to the correct place?
I'm hiding layers with
document.getElementById( id ).style.visibility="hidden";
but when I show them again using
document.getElementById( id ).style.visibility="visible";
the background image for that layer has disappeared! The content remains apart from the background-image?
This seems...
I'm trying to install php 5.1.1 on Windows Server 2003.
I've installed it as an ASAPI module.
Whenever I visit a php page on my server, I get
[HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.]
I've enabled anonymous access and granted correct...
I've just got a Windows 2003 Server.
I have opened the FTP ports.
I can connect succesfully with MSDOS FTP command.
If I use any kind of Windows program such as FileZilla or CuteFTP, then I can log in but it dies at the "LIST" command.
What's wrong?
I've just uninstalled McAfee AV.
When I try to install McAfee Internet Security Suite 7, I get a dialog box saying "Preparing Installation" and then nothing happens.
Looking at the Event Viewer, I find
"The server {CDECC4C3-7377-11D3-9A6C-00C04FF40D52} did not register with DCOM within the...
I am trying to access an SQL server on my local machine from IIS but the script can never find the server, what is wrong?
connstr = "DRIVER={SQL Server};SERVER=127.0.0.1;UID=dbuser;PWD=dbpasswd;DATABASE=Northwind;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.