We have a 32 bit mixed C/C++ application that we are trying to deploy to the world.
It naturally uses C and C++ runtime DLLs. We are using VS 2005.
The manifest constructed by VS2005 is the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
...
Hi all,
I wish to fine tune my eclipse.ini file to best suit my system and development environment.
http://wiki.eclipse.org/Eclipse.ini is not very helpful.
I would like to know for example:
Given a processing power of X RAM Memory of size Y and Java version Z; What the values of -Xms & -Xmx should be.
Generally speaking, is there a...
In order to reinstall my MySQL database, I deleted /etc/my.cnf
But what are the default settings of MySQL? And how do I see which configuration files are in use?
I can see that mysql --help gives me a list of the current settings. But my real problem here is that I want to modify local-infile and max_allowed_packet.
The help text also...
I'm developing various in-house extensions for JIRA, the issue tracker we use. So far I worked with Netbeans and everything worked like a charm. However, now I need to switch to Eclipse and I'm having struggle setting up the environment for this development project.
First a clarification why I'm using the approach I'm describing here:...
I have different environments for my application (Dev -> Test -> Prod), and I'm using MSMQ.
I also have the name of the queues (they are remote queues) I use via config files, in the following format:
FormatName:Direct=SERVER_NAME\Private$\MY_QUEUE
My problem is that SERVER_NAME is different in the different environments, and I'd lik...
How do I set the batch size for Nhibernate? I'd like to do this in the web.config. The examples I see, don't make a lot of sense to me.
In this example they are using code to set the batch size. I don't wnat to do that. I want it configurable in the web.config.
I understand how to add the config section, I just have read articles t...
The following line of PowerShell works with IIS 6 installed:
$service = New-Object System.DirectoryServices.DirectoryEntry("IIS://localhost/W3SVC")
However, with IIS 7 it throws the following error unless the IIS 6 Management Compatibility role service is installed:
out-lineoutput : Exception retrieving member "ClassId2e4f51ef21dd47e...
My computer is Windows XP. I need to find this file to get all privileges back to the root user. I accidentally removed some privileges of the root user. I still have the password and there is no problem for me to log in to MySQL as the root user. But I can not alter a table.
...
Suppose there are a.com,b.com,how to host them both with the same IIS?
EDIT
It's not hello.domain.com and goodbye.domain.com,but two totally different domain names
...
I know there are a lot of questions that have been asked about synchronicity in Flex, but I'm not sure if any cover the same issue I'm having. The title only refers to one possible solution I've been going for with this, but essentially here's my situation:
Say I have a Flex application, and I have an XML file with configuration setting...
I've noticed that when using the Settings object that's created by a Windows Forms application, any spaces in the "Company Name" field of the assembly info are replaced by underscores in the path of the user.config file. For example, in XP the path to the user.config file will be something like:
\Documents and Settings\user\Local Setti...
Why are we using the machine.config file to store connection string although we have web.config file?
Any help would be appreciated.
...
I have some applications running under IIS6 and they all simply stopped working some time ago. Initially I suspected that could be any patch applied to our servers but I got the information that none have been applied in this time window.
The error message that is thrown by IIS is "Invalid Index", which is a HTTP 500 error. I thought t...
Hi!
Does this file exists? I'm tired of the 'Could not find schema information for attribute' messages.
Thanks
...
I current have the following attribute decorating one of the action method.
[Authorize(Roles = "Admin")]
public ActionResult DoAdminTask()
{
//Do something
return View();
}
Currently, only users in the Admin role can invoke this method, but this will change. Is there anyway I can store a list of authorised roles in a config file, ...
I am trying to find the best way to pass complex configurations in a Spring webapp running in Tomcat. Currently I use JNDI to pass data sources and strings from the Tomcat context into the webapp, and this works well.
But, lets say I need to select the implementation of a notification service. There is no way that Spring can conditiona...
What system does git-config use to manage configuration? Is it something that's publicly available as a stand-alone library/tool? or is it tightly interwined into git?
I'd like to have something like it for my project.
Is there a library that I can use which provides similar functionality? Or should I just write my own tool/library?
...
I need to configure where my Maven 2 project's site files are located, by default they are src/site/, I'd like to point them to src-documentation/site, how would I override Maven's default conventin?
...
Hi,
I am trying to connect my htc phone to the wi-fi. Though my phone shows connected to the network and get the IP address also but it does give me access to internet. I have checked all possible settings and matched that i have also selected WPA2-PSK (AES) as shown in my pcs settings. But hard luck I am not able to connect to the inte...
Hi everyone,
I'm having a stupid configuration issue with Ibatis in my Spring project. Please don't jump on me about how all this was setup, I'm just following the "in house project structure policy".
So here is the structure, we have the "src/main/resources/META-INF/" folder that contains all of our config files used by the applicati...