active questions tagged studio - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T03:34:57Zhttp://stackoverflow.com/feeds/tag/studiohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1815530/import-list-in-haskell0import List in haskellcurioComp2009-11-29T13:20:27Z2009-11-30T11:56:12Z
<p>I'm trying to work with lists in Visual Haskell Studio, but it doesn't recognize import Sytem.List neither does it recognize import List.
How can I use simple list functios in VHS?
Urgent!
Thank you so much in advance!!! </p>
http://stackoverflow.com/questions/1818594/embedding-app-config-working-only-in-release-debugg-does-not0Embedding app.config - working only in release, debugg does notPetr2009-11-30T08:54:25Z2009-11-30T09:29:27Z
<p>Hi,
In order to have neater app distribution I have made app.config file to be embedded resource, since it only contains default values. However, the app now cannot be debugged, it throws an exception (ConfigurationErrorException). But when released, the app runs fine. Is there any way how to get it working in the debug time too? Thanks</p>
http://stackoverflow.com/questions/1818390/vs-express-c-difference-between-propertiesresources-resx-and-resources1-resx0VS Express (C#) difference between Properties>Resources.resx and Resources1.resxPetr2009-11-30T07:53:25Z2009-11-30T08:33:20Z
<p>Hi,
I am curious what is the difference between those two? I was able to add resources to both of them. In the project properties menu, when I click on resources, the content of the first one is displayed. Why there are by default both? The same with settings. Thanks!</p>
http://stackoverflow.com/questions/1795389/enable-dll-compilation0Enable DLL compilation unknown (google)2009-11-25T08:11:02Z2009-11-25T15:33:26Z
<p>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 and ALL CPUS but when I do a build, I still do not have a bin folder or a debug folder containing a DLL. What am I missing here please? Thanks in advance</p>
http://stackoverflow.com/questions/1748086/visual-studio-line-deletion0Visual Studio line deletionSean2009-11-17T10:58:16Z2009-11-17T11:02:44Z
<p>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 the following n lines but this then puts the last line i deleteed into the clipboard, very annoying. I have come from a brief keymap background and i could easily do this with Alt-D, any while on the subject, why the hell have MS stopped supporting the brief keymap making life hell for all the brief users.</p>
http://stackoverflow.com/questions/1697677/suggest-any-references-walkthroughts-on-maintaining-database-schemas-with-visual0Suggest Any References/Walkthroughts On Maintaining Database Schemas With Visual Studio 2010?unknown (google)2009-11-08T19:47:26Z2009-11-15T23:05:20Z
<p>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 to do this, and get pretty finicky given my moderate level of knowledge of SQL Server. </p>
<p>However, I heard the new database project type supports changing the database schema to the desired format and it will handle creating and running all the scripts to implement the changes. </p>
<p>I've created a VS2010 database project using the existing database as the source, but so far haven't had much luck figuring out the appropriate method to make the changes without getting an error. </p>
<p>As a result, I'm looking for any reference info I can find on using VS2010's capabilities in this area. Any suggestions?</p>
http://stackoverflow.com/questions/1709402/visual-studio-2008-disable-auto-open-on-add-items0Visual studio 2008 disable auto open on add item(s).user5152009-11-10T16:46:40Z2009-11-10T16:46:40Z
<p>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 up by default. This is specially annoying when I have to add multiple files. Please note that the files that I am adding are not code files , they are documents and open up in their default application.(eg .doc opens in word).</p>
<p>Is there any way to disable this auto-open feature? </p>
http://stackoverflow.com/questions/1682459/visual-studio-crashes-6visual studio crashes [closed]amrut2009-11-05T18:08:41Z2009-11-05T18:12:41Z
<p>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 solution my laptops gets hanged
and stops responding i am using win xp sp2 as os plz help me i am really in bad condition as i cant do my project
waiting 4 ur help </p>
http://stackoverflow.com/questions/1607226/aptana-studio-vs-eclipse1Aptana Studio vs. EclipseRPK2009-10-22T13:31:20Z2009-11-03T19:37:32Z
<p>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.</p>
<p>If so, what was the need for two similar Open Source IDEs on Java.</p>
http://stackoverflow.com/questions/1502822/delphi-6-alongside-rad-studio-20091Delphi 6 alongside RAD Studio 2009Andrew Wood2009-10-01T09:07:54Z2009-10-02T23:12:27Z
<p>Hi</p>
<p>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 version control.</p>
<p>So my question is can I just install Delphi 6 on the same machine with no adverse impact for either product?</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1404855/cannot-write-xml-declaration-writestartdocument-method-has-already-written-it1Cannot write XML declaration. WriteStartDocument method has already written it.Alexander2009-09-10T11:55:50Z2009-09-10T13:50:49Z
<p>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 be reason?I use StreamWriter and i close it.i dont use xmlwriter.Development Environment is vs 2008 </p>
<p>Error Message:</p>
<p>Cannot write XML declaration. WriteStartDocument method has already written it.</p>
http://stackoverflow.com/questions/1358673/how-to-properly-perform-an-svn-relocate-on-zend-for-eclipse1How to properly perform an SVN relocate on Zend for EclipseAli2009-08-31T18:12:29Z2009-08-31T20:52:22Z
<p>Hi all, </p>
<p>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 the repository on Zend Studio. What is the standard procedure that you usually follow for such an event? </p>
<p>I assumed I could just go to the SVN repository perspective and change the URL in the properties of the repository, but that didn't work. </p>
<p>I also tried to use the
svn switch --relocate ....
command which seemed to corrupt my working copy and I had to go through a lot of pain to get back to square one. </p>
<p>I'm working on MacOSX 10.5.6, Zend Studio for Eclipse 6.1 and SVN on commandline version 1.6.2 (r37639). I'm not sure how to get the version of Subversive (SVN plugin that Zend is using)</p>
<p>I would love one of the geniuses on this site to help out. I've been stuck on this forever. Thanks a lot guys :)</p>
http://stackoverflow.com/questions/1025675/how-do-i-open-an-file-in-avr-studio0How do I open an file in AVR Studio?Michael2009-06-22T06:11:18Z2009-08-28T11:59:58Z
<p>Hello, there:</p>
<p>I have two ATMEGA88 (master and slave) working correctly by sending a test[] via I2C. </p>
<p>Working enviroment : AVR Studio using C.</p>
<p>What I need is allow master be able to send a indicated file such as mydoc.txt to slave.</p>
<p>Should I using other application to build UI? how can I connect different IDE and make it work? any pro? or sample code? </p>
<p>Thanks!!</p>
http://stackoverflow.com/questions/1085112/how-to-get-zend-studio-to-autocomplete-for-a-zend-framework-project0How to get Zend Studio to autocomplete for a Zend Framework project?Keith Bentrup2009-07-06T01:55:34Z2009-07-18T22:36:18Z
<p>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 in my various other files such as my IndexController.php?</p>
<p>I'm using Zend Studio 6.1 and ZF 1.8.4.</p>
http://stackoverflow.com/questions/1053541/problem-with-check-for-updates-in-rad-studio0Problem with Check for updates in RAD studioPavan2009-06-27T20:24:48Z2009-06-28T11:04:23Z
<p>Hi,</p>
<p>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. </p>
<p>So I thought of reopening the studio so that it may check for updates. But this time it didnot happen !!</p>
<p>So, I used "Check for updates" from menu options. Surprising it gave me "RAD sudio is upto date".</p>
<p>What is the location of these downloaded update files on the system? Where do these files get saved after auto download?</p>
<p>Thanks & Regards,
Pavan.</p>
http://stackoverflow.com/questions/958457/sqldatareader-executing-tsql-is-faster-than-management-studio-executing-tsql1SqlDataReader executing TSQL is faster than management studio executing TSQL sagar2009-06-05T22:37:49Z2009-06-07T09:05:33Z
<p>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...</p>
<p>Any reason??</p>