POST GET GET GET GET... WTH?
Hi,
I'm at a loss to explain this... I have an ASPX page that I can't
always navigate to. When I developed the app (it's Starter Kit
Portal-based), I did it on my LAN and have had no trouble accessing the page.
However, upon deployment, I see the following behavior:
1. POST request goes out looking for MyForm.aspx
2. GET request for MyForm.aspx
3. GET request for MyForm.aspx
4. ...
X. GET request
Sometimes, the page finally loads. Other times, it just ends up
blank. Many times, it doesn't load at ALL the first POST - I just get a
"The pa...
TFS Command Line Get Command
Hi
Can you pls help me how to pull the latest version or label from the TFS through Command Line. I went through the msdn documentation. I am not able to get a clear picture.
I am expecting some command with example where I can pass the server name, Credentials and sourcepath and Destination path.
Basically I want to pull the get latest to a local path which will be specified in the command line utility. Hope so I am clear.
Pls help me.RegardsFinny
You can use tf command line utilityThis utility can be found in C:/ProgramFiles/Microsoft Visual Studio (9 or 8...
Command line script to get latest from VSS for PB 8Hi!
I am using Powerbuilder 8 and Microsoft Visual Source Safe for the source
control. I am trying to create a batch file which will get the latest source
from the VSS and will start the build. My problem is how to get the latest
source from the VSS, using batch file. I have the script for creating the build
from command line but now I am stuck with the latest source problem.
I was searching for the help on the net and I found that PB 9 comes with a
utility ORCASCR9.exe by using which I can easily perform the desired tasks but
that utility does not run with PB 8... so noway to go ...
how to get the line number of a line in a Power script ?in the C language, we have the variable __LINE__ to in,dicate to us the
value of the current line at runtime.
In PB script we would like to get the value of the line to print it or
display it , but we don't known how to do
can Somebody help me ? thanks
PopulateError(0, 'whatever')
MessageBox('', 'line number = ' + string(Error.Line) )
On Mon, 20 Mar 2000 16:28:59 +0100, "MARDUEL"
<patrick.marduel@energy.alstom.com> wrote:
>in the C language, we have the variable __LINE__ to in,dicate to us the
>value of the current line at ru...
trying to get started and i am getting this error
when i go to http://www.porkchopsplayground.com, i get:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Could not find file 'd:\hosting\nmoran26\Providers\DataProviders\AccessDataProvider\DotNetNuke.mdb'.
Any suggestions will be appreciated.
Thanks,
Nicole
Do you have a username and password set on your database? Make sure you follow the steps mentionned in the Readme.txt located in the documentation folder. In any case make sure your credentials for yo...
Getting Command line as isHi all,
is it possible (and how) to get the command line
as is, even if the parameters are separated by
two or more spaces.
"Colin Maharaj" <noreply@nohost.com> wrote in message
news:374656@forums.embarcadero.com...
> Hi all,
> is it possible (and how) to get the command line
> as is, even if the parameters are separated by
> two or more spaces.
Have you looked at the GetCommandLine() API function?
http://msdn.microsoft.com/en-us/library/ms683156%28v=vs.85%29.aspx
- Dennis
No I did not, not until you told
me but it is exactly what I wanted
th...
how to get start with .NET
the net help people installed to my desktop
1-microsoft visual studio .NET enterprise developer 2003
2-microsoft .NET framework 1.1
what else do i need ...??? and how can i try with some simple code in VS.Net and run it to see
wat happen...?????
please help
If you want to develope web applications, then you'll also need IIS on your PC. That'll require XP-Professional or Windows 2000/2003, but XP-Home edition won't allow IIS installation.
As for how to get started, you can search the web for some tutorials or buy a good book on VS. The topic is way too vast to...
Getting Start With .net
hi
i'm intersted to learn asp.net (vb or delphi) .
i programming with delphi6 but i'd like to tp know something about programming in internet specially with .net .
i hear about microsoft.net with delphi 7 that i can programming with delphi in .net .... is it right ?
what 's our opinian about it ? and better to learn Vb.Net or continu with delphi(or delphi.net)
thanks.
Ali Darabian
I think there is some support for Delphi in .Net.
However, you will find much more support from the user community if you choose a more popular language such as VB.Net or C#. Since your al...
Getting line number to show during editing, getting values to show during debug, getting MSDN help to know that I have it installed
G'day,
Sorry I feel so dumb but these issues just push me over the edge.
I've recently had to re-install VS and now none of these features that I once had now don't work. I obviously have to tweak something but what? It doesn't seem too obvious (I hope!)Help please!Thanks,Geoff
Line numbers - that can found under Tools > Options > Text Editor
> (Language) > (somewhere there, there is is a check box for line
numbers)
When you are in the debug mode of the IDE, go into the Debug >
Windows > (whatever windows you need - locals/autos are what you're
l...
Getting "Problem in Mapping Fragment starting at line ..." error when trying to create table mappings for table associations in ADO.NET Entity Framework
Table A: COUNTRY_LOOKUP COUNTRY_ID smallintclustered, unique, primary key located on PRIMARY COUNTRY_ID TABLE B: COUNTRY_MODE_RULES CARRIER_ID intMODE_RULE_TYPE_ID intORIG_COUNTRY_ID smallintDEST_COUNTRY_ID smallint clustered, unique, primary key located on PRIMARY CARRIER_ID, MODE_RULE_TYPE_ID, ORIG_COUNTRY_ID, DEST_COUNTRY_IDThere is a foreign key relationship from COUNTRY_MODE_RULES to COUNTRY_LOOKUPORIG_COUNTRY_IDREFERENCES .COUNTRY_LOOKUP (COUNTRY_ID)DEST_CO...
trying to get line-by-line output of a command pipe in perlHello;
I'm trying to obtain line-by-line output from a command pipe in perl.
Unfortunately, I am firmly held to 5.8.8 version of perl on this
specific machine :-(
Apparently, creating an array for my command prevents me from
including the final pipe symbol when trying to use the three-argument
form of open when using an array for my command rather than a scalar.
code snippet #1:
my @cmd = ("make", "target_name", "2>&1");
open my $fh, @cmd, "|" or die "blah: $!\n"; fails, "Unknown open() mode '5'&qu...
getting started in VS2005 C# which book should I get
Hello,
I am getting started with VS2005, I have use VS2003 but not very much -(I did 4 small applications in it), I am wondering which book you would recommend to learn the new features of VS2005, while learning more of C# programing in general
There some links to good books in this thread i posted : http://forums.asp.net/thread/1489422.aspx Also these two make good reference material
Professional Visual Studio 2005 (Programmer to Programmer)
Microsoft Visual Studio 2005 Unleashed
So far I recommend Wrox's C# 2005
Read the beginning chap...
ODBC gets error when CTLIB gets resultsGood Day:
We have a test and prod sybase v11.x server.
I can make a call to the test machine OK with ODBC.
ex:
exec sp_name null, '123', 'XYZ', null
I execute this with SQLExecDirect()
This call causes execution of several other stored procedures, and a result
set is returned.
On the prod machine the call fails complaining about the parameters to a
lower level sp.
Oddly enough the same query runs fine in a non-ODBC tool on prod or test.
Are there any WS or Server ODBC config parameters that would lead to this
sort of thing?
I know this is a bit va...
get rid of that ridiculous getting started bookmarkName: DOCTOR
Product: Firefox
Summary: get rid of that ridiculous getting started bookmark
Comments:
Browser Details: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...