Tagged Questions

-6
votes
0answers
44 views

visual studio crashes [closed]

i brought compaq cq40 330tu laptop one month back its config is intel core 2 duo 2.0 GHz,2gb ddr2 ram,160 hardisk i installed microsoft visual studio a weeek back when i try to ope …
1
vote
3answers
116 views

Aptana Studio vs. Eclipse

I am a beginner. I am using Aptana Studio for PHP. Today, I also downloaded Eclipse. I notice most of the features and working similar. It seems that one is built on the code-base …
1
vote
3answers
98 views

Delphi 6 alongside RAD Studio 2009

Hi I need to migrate to RAD Studio and have this installed on a new workstation. At the momment I still need to develop with Delphi 6 until we get all the necessary control update …
1
vote
1answer
51 views

Cannot write XML declaration. WriteStartDocument method has already written it.

Hi, i want to pass xmldocument as parameter to my webservice method.After loaded xml file from a path,when try to send xmldocument as parameter by webservice method,i come across …
1
vote
2answers
74 views

How to properly perform an SVN relocate on Zend for Eclipse

Hi all, I've been using Zend Studio for Eclipse for about a year, and our SVN repository has gone through a number of different relocations (IP changes, etc.), but I'm never able …
0
votes
5answers
206 views

Problem with Check for updates in RAD studio

Hi, I installed Embarcadero RAD Studio (Delphi 2009). When the IDE ran for the first time, it downloaded updates and ran the MSI automatically. Accidentally I pressed cancel, ins …
0
votes
1answer
294 views

How to get Zend Studio to autocomplete for a Zend Framework project?

After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for the …
0
votes
2answers
115 views

How do I open an file in AVR Studio?

Hello, there: I have two ATMEGA88 (master and slave) working correctly by sending a test[] via I2C. Working enviroment : AVR Studio using C. What I need is allow master be able …
1
vote
4answers
162 views

SqlDataReader executing TSQL is faster than management studio executing TSQL

If i run a TSQL Statement in management studio and run the same the query through SqlDataReader, the latter gives the result faster than the former... Any reason??