How can u determine the ConfigurationBuild type for a TFSBuild?
Hi folks, I have Debug|Any CPU and Release|Any CPU as my two configuration types. Is there any way I can tell the TFSBuild which one to 'build'? ...
Hi folks, I have Debug|Any CPU and Release|Any CPU as my two configuration types. Is there any way I can tell the TFSBuild which one to 'build'? ...
Hi! I just got a mail saying that I have to change a config value at 2009-09-01 (new taxes). Our normal approach for this would be to to awake at 2009-08-31 at 23:59 and then just change the value manually. Which not is a big problem since this don't happens to often. But it makes me wonder how other people handle issues like this. ...
I am interested, if it is possible to have collection with same elements in .Net configuration. Like this, for example: <RetrySettings> <RetryTurn PeriodBeforeRetry="0:05:00"/> <RetryTurn PeriodBeforeRetry="0:10:00"/> <RetryTurn PeriodBeforeRetry="0:30:00"/> <RetryTurn PeriodBeforeRetry="1:00:00"/> <RetryTurn ...
Googling for "noCompressionUserAgents" ends up with the same boilerplate config that seems to have been copied around and yet is not very useful (and even is here on stackoverflow:) stackoverflow.com/questions/550024/tomcat-compression-does-not-add-a-content-encoding-gzip-in-the-header noCompressionUserAgents="gozilla, traviat...
When I'm using Maven with the cargo plug-ing to handle hot deployments to tomcat, maven fails on the clean task if the .war artifact doesn't currently exist. So if I run mvn clean, then mvn clean package - it errors out. What can I do to have cargo ignore that? C:\work2\Fresh\fresh-ui>mvn clean [INFO] Scanning for projects... [INFO...
A portion of our research group's program has auxiliary functionality provided by ctemplate library. On our dated cluster, we can not build the software due to compilation , so I would like to separate this functionality and control whether it is included or not via a configure flag, such as --disable-ctemplate. The software, written in...
I am using XMLPad 3.0 to edit my app.config files in a .NET application. For some reason, XMLPad is leaving the ~filename.xml files around in the folder where the XML file I just edited are. Is there a setting to turn this off? ...
When I try to create a new class in Eclipse using the CDT plugin I enter in the name of the class. For example MyClass. This generates the default file names MyClass.h and MyClass.cpp. I want to change the default file naming to be of the form my_class.h and my_class.cc. Can this modification be made and if so can it be done from wit...
Hi, I want to know the best way of hosting a web application for different domains. What I want to achieve is this: Have single folder of the web application for easier maintenance. Be able to override some parts of Web.Config per each site (ATM only ConnectionString, but could be more). Store log files on file system without interf...
I am trying configure a Django application to use mysql. I want to use the mysql server available in my network and don't want to install a local copy. But when I am trying to install mysqldb it needs mysql_config from Mysql! What should I do if I want to use the mysql server in another machine? sh: mysql_config: command not found Tr...
I love Netbeans but there is one thing I really like about Eclipse that I can't do in Netbeans: If I have started a function that takes a string i.e. someFunction("Some string here") Both netbeans and eclipse will autocomplete the ending doublequote and parens. In Eclipse, if I hit enter at the end of my string, the cursor will move...
Ok i created a .net assembly and it works fine from my asp.net website. I now want to host it as COM, so i can use it on an old legacy asp website. It kinda works, except it won't read the appsettings from the configuration file. I would think it should read it from the same folder where i registered my assembly with regasm and where th...
We often have a lot of cut and paste within a configuration file. For example we use Entity Framework, where we have 10 models, each model has it's own connection string. But within the connection string the name of the server and database are the same. At the moment if we want to change the server we must change it in 10 places. Is t...
I am trying to write a winform application that would be able to edit the web.config file of an installed web application. I have read through the ConfigurationManager and WebConfigurationManager class methods but I am unsure as to how I can open the configuration file of a web app and edit it. I am looking for a method that does not re...
if you have a class library project that acts as ur DAL and it has an App.Config file with connectionstrings, how can I force it to use that config file? It keep getting values from the web.config in my Web Application project. The DAL project uses LinqToSql. When I instansiate a DataContext object in my Web Application, from the refere...
Hi Guys, I'm having trouble configuring the MSQC adapter for BizTalk Server 2006. At the moment i'm getting the following error when setting up a receive location or send port: The adapter "MQSC" raised an error message. Details "The specified module could not be found. (Exception from HRESULT: 0x8007007E) A dependency could not be fou...
I know this isn't a "good" thing to do, but its also a temporary measure on several internal servers used by a select few developers. So please forgive me engaging in "very bad things" :) The crux of the problem can be seen when I open any of my connection managers: the password field is empty. I am using SQL Server Authentication with ...
How do I configure Apple's FileMerge program to function as Mercurial's merge tool? I have my .hgrc file setup in my home directory and I simply want to configure FileMerge as the merge program. ...
I have a super simple ASP.NET MVC application that uses RpxNow (OpenID) to allow users to login. I now want to let users edit their own account and provide administrator access to edit anyone's account. I have two separate "Edit Account" views: ~/account/edit/ ~/account/edit/1 The first loads the account details based on the logged ...
Hi, I am using the EntityFramework POCO adapter and since there are limitations to what microsoft gives access to with regards to the meta data, i am manually extracting the information i need out of the xml. The only problem is i want to get the ssdl, msl, csdl file names to load without having to directly check for the connection stri...