Interview Question in perl |
|
|
Im currently using Windows 2003 Server ONLY because I wanted a web server (IIS6) which could serve up ASP.NET v1.1 pages, allowed me to debug my apps through MS Visual Studio .NET 2003, and gave me the ability to host multiple websites (each provided host name points to a different file folder as root) and provide multiple identities for the website.
Besides a decent web server Win2K3 has been a pain. Can some one please recommend a commerical or free web server which can do my wants but is capable of running on Windows XP? I'd use Apache for Windows but DAMN, that thing can be too too brutual to install and the last i saw it didnt even work properly with ASP.NET.
Thanks.
|
|
|
|
|
I've already created a protoype of what I want the ActiveX Control to do on my machine (in perl), now I want to translate that program into an activex control for puttin ginto a webpage.
I've just installed Visual Studio 2005, and *f.me* this is complicted stuff right here. I don't have a clue what's going on. I've got a tutorial on creating 'my first activex control'. I've done it, but if eveything is this difficult it's going to be a nightmare.
(Just in case your wondering, the control 'parses' files on the users comp and displays information on it to them - cant really say much more than that)
|
|
|
|
|
|
My problem really boils down to this - Disk 1 cracked. I have a fully licensed copy, but the disk will not function. The other disks are fine. The crack can be seen on the reverse side of the disk, and all my efforts to repair the disk have not worked. The store I purchased it at will not exchange it. I was able to burn the disk regardless, but when I try to run the Setup or autorun .exe's I get the error "Unable to launch D:/Setup/setup.exe". Is there something in particular I can try to properly launch the setup, or is there a place I can download Visual Studios 2005 Standard edition for free, and just use my existing and paid for license key? I'm not looking for any illegal or cracked software, I just want to use what I alreeady paid for.
|
|
|
|
|
I have a program (my first where I made up all the code instead of copying it out of a learn-to-program book!) that needs to use a .txt file as input. I've been using the line:
FileOpen(1, "C:\Folder Name\FileName.txt", OpenMode.Input)
but I wanted to change the hard coded path to use Application.StartupPath instead so that if people put it somewhere other than the C drive it would still work. So I used the line:
FileOpen(1, Application.StartupPath & "\Folder Name\FileName.txt", OpenMode.Input)
but then my code wouldn't debug properly.
I get an error message when I try to debug that says:
Could not find a part of the path 'C:\Folder Name\Folder Name\Folder Name\bin\Release\Folder Name\FileName.txt'.
What am I doing wrong?
Thanks!
|
|
|
|
|
It would be helpful if you provided error messages.
You may not have a working SMTP server or you may not have configured it properly or you may not have properly used it.
|
|
|
|
|
|
Plz answer, if u have ever used it. like does it work properly?, what did u like?, what did u not like?, which are the good features etc. Dont copy and paste from google..thanks
|
|
|
|
|
i have the program Microsoft Visual Studio 2005
i am using this in my computer science class
i know how to properly write a 'string function' in C++ but in my homework assignment we need to write a 'string function' and a 'float function' and i have no idea what im doing wrong
i do exactly the same thing i do w/ the 'string function' to the 'float function' but it wont compile and i dont understand what the error is trying to tell me to fix, please god someone help me!!
|
|
|
|
|
|
if not what version or what other software can i use?
|
|
|
|
|
how can i connect properly?
please help asap
|
|
|
|
|
I have recently been given a copy and have always properly wanted to learn to code in C.
Any help on if it is suitable and how to go about setting it up and any info on compiling.
I have had some experience in coding in it but I can't remember the complier we used...
Sorry to sound like a complete noob...
Cheers,
|
|
|
|
|
IT website?
hello
i hope to find a professional but non-official website for information technology, at best including forum, blogs space, whitepaper, or tools download, link to other similar page, so on
at least including this topic
non vendor specific
distributed computing and web service
programming: .net java perl python eiffel delphi
business intelligence
knowledge management
networking/internet/mobile and wireless
security
e-commerce/erp/crm and other business managment software
project management
game development
3d graphic design
hardware(on product performance, not on design or analysis)
linux
vendor specific site on
microsoft/oracle/ibm/bea/apple...
and open source like linux
|
|
|
|
|
i checked the MSDN support but it does not explain it properly. please help, quite urgent
thanks
|
|
|
|
|
|
I have made an enquiry form to store name,company, email etc. store these values entered by user in a sql server 2000 database. the front end ASP/javascript is working properly but databse stores NULL values every time the form is executed. why so? what can be the fault? you can see the coding here www.amiglowplugs.com/asp.pdf? Help me out
|
|
|
|
|
Hi,
I uninstalled and reinstalled SqlServer 2005, Visual Studio .Net 2005, and SqlExpress because I thought it might help with another problem I was having.
Now when I try add a new db in a VS project, I get this message: "Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URL:..."
I checked "Services" , both MSSQLSERVER and MSSQLEXPRESS are running.
I can go through SQL Server Management Studio and connect to both through Windows Authentication.
I checked Add/Remove, SqlExpress is not listed there.
What do I need to do to make the connection through Visual Studio?
|
|
|
|
|
msgs like "a connection could not be established to database"
reason :[SQL-DMO] you must use sql server 2005 management tools to connect to this server,please verify your registration properly.
how can solve this pblm?
|
|
|
|
|
I am trying to connect to a SQL server 2005 using perl and the Win32-SqlServer module. I can connect to that server using MS Access but my Perl script will timeout. I have checked that the config allows remote connection to the server both with named papies or with TCP/IP. I have tried using the IP address of the server as opposed to the name of the server. Db name, username and password have been double checked.
Here's the test code that I am trying to run :
use Win32::SqlServer;
# my $server = "server.domain.com"; # hidden for this post.
my $server = "xxx.xxx.xxx.xxx"; # Hidden for this post.
my $user = "user";
my $pw = "pass";
my $provider = "SQLNCLI";
$sqlsrv = Win32::SqlServer->sql_init($server, $user, $pw, $database, $provider);
$sqlsrv = Win32::SqlServer->new();
$sqlsrv->setloginproperty($property, $value);
$stats = $sqlsrv->connect();
$sqlsrv->disconnect();
$ret = $sqlsrv->isconnected()
What could be the possible causes for that problem?
Thank you very muc
|
|
|
|
|
|
From what I know, you can run them side-by-side. However, you want to prperly uninstall it through Add or Remove Programs.
|
|
|
|
|
|
Im running XP Pro and it doesnt install properly. I created a VM session (W2K3) on my Local Desktop and put a full version onto it. When SQL server 2005 boots up it asks to connect to a Database. What server name should i connect to? Can i have it connect to itself?
|
|
|
|
|
I have Visual Studio 2005 and I can connect to my SQL Server 2005 without any issue using the "connect to database".
But when I tried to connect to my bedroom PC who also has SQL Server 2005 it says " login failed for user VASTO\guest"
I tried to go to "are surface configuration" changed all the mode from local to network but it is still failing. I am under Windows authentification. It works properly on my local(same) PC but when I tried to get into the bedroom PC it keep failing.
Any suggestions will be greatly appreciated.
Both firewalls are turned off.
Thank You.
|
|
|
|
|
I have installed visual studio 2005, sql server 2005 express which came with it and msdn.
now i didnt hav query analyser with sql 2005 so i installed sql server 2000 also n i got my query analyser. But sql server 2000 wud not start and give a logon error. so i removed 2005 after which 2000 worked properly.
but now when i create a new vb application, and try to add a new 'sql database' to the project it gives me an error saying 2005 is required.
help.
|
|
|
|