Tagged Questions

1
vote
1answer
40 views

VS2005 SP1 on Win XP crashes after loading solution with 362 projects without any error, log or trace

Hello, I am running Visual Studio 2005 on Windows XP. It crashes without any error, log or trace when I try to load the solution for our product that contains 362 projects. I don't think the size of …
0
votes
1answer
15 views
+100

Creating Help Files - Applescript Studio

I would like to know how to generate help files for an applescript studio application I am currently creating. I have tried many different options of creating help, and googled it for quite some time …
0
votes
1answer
25 views

Enable DLL compilation

I have a VB.NET Project, and would like to, as with C# Projects, build and have dll files generated and dumped in the Bin/debug folder. Currently, I have the project configured for ANY CONFIGURATION …
0
votes
1answer
47 views

Visual Studio line deletion

Is there any way in visual studio (2003) that i can delete a line without it being copied into the clipboard, there are instances when i want to copy the first line of a block of text and then delete …
1
vote
3answers
211 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 of the other. If …
-6
votes
0answers
57 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 open as asp.net …
0
votes
2answers
21 views

Suggest Any References/Walkthroughts On Maintaining Database Schemas With Visual Studio 2010?

I have Visual Studio 2010 Beta 2 and SQL Server 2008 installed. I'm working with a populated database and want to modify various column types. SQL Server Management Studio requires me to drop tables …
0
votes
0answers
17 views

Visual studio 2008 disable auto open on add item(s).

I have an solution with no projects in it. All I have in the solution are folders. When I add files to a folder in my solution by right click>context menu>add existing item, the new items I add open …
1
vote
3answers
111 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 updates and sort out the …
1
vote
1answer
78 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 this error.What can …
1
vote
2answers
107 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 to correctly move …
0
votes
5answers
224 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, instead of ok. So I …
0
votes
1answer
353 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 these classes available …
0
votes
2answers
127 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 to send a indicated …
1
vote
4answers
178 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??