Configuration is the process of specifying the settings used for a system or application
0
votes
0answers
7 views
How to declare ConfigurationManager.ConnectionStrings?
hello i'm using visual studio 2008, vb.net and oracle as my db.
this is what i save in my apps.config
<appSettings/>
<add key="SMSDW_connection" value="server=abc;database=efg;User ...
0
votes
0answers
17 views
php5 missing sqlite pdo driver
It seems that recent versions of php (5.3 and above?) the sqlite driver for pdo is not installed/enabled by default. This, despite official claims to the contrary.
Although there appears to be an ...
0
votes
0answers
11 views
PHPMailer Configuration
I am trying to configure my PHPMailer. In localhost, the configuration of my local server works perfectly. But online, I can't send emails, and the worst, I don't know why. Someone can help me ...
0
votes
2answers
12 views
returning a boost ublas matrix by value working only in release config for vs2012
I'm using visual studio 2012 and I isolated a problem in my code to this, but I can't solve it. When running it in release mode it works perfect, but I get an error if I run it in debug.
The code is:
...
0
votes
0answers
19 views
MySQL Server - Installation & Configuration Slilenly
I need to install and configure MySQL Server silently.
For this, I have create a batch file :
echo Installing MySQL Server. Please wait...
msiexec /i "mysql-5.5.32-winx64.msi" /qn
echo ...
1
vote
2answers
38 views
How to make R ignore duplicate entries in history?
R seems to remember all commands in history, including duplicates, which is really annoying. How can this behavior be changed?
For example, if I run these commands
y = 3
x = rnorm(15)
x ...
1
vote
0answers
14 views
How to read a Custom Configuration Collection element?
How to read this collection value source="valueaddedsource" from my config.I can able to read field name="Email" values from my config.I need to know like how to change my RequiredFieldCollection and ...
0
votes
1answer
36 views
Out of memory when sending large data collections
I have a product that works fine in most case but then I have one case where I get a lot of out of memory exceptions(on service).
The service is a WCF service hosted as a Windows Service. The service ...
2
votes
1answer
14 views
Wrapping of Application Settings in a Web Application
I have this application setting in my Web.Config of an ASP.NET MVC 4 project.
<appSettings>
...
<add key="GridSize" value="12" />
</appSettings>
I only use it in ...
0
votes
0answers
12 views
How to launch the configuration activity from widget?
On this question are not answers in all over internet, I not found. I spent all my day on searces, so I start to think, that nobody knows
Im new on stackoverflow and English is not my native lang. ...
0
votes
1answer
29 views
Intellisense cannot open source file “*.h”
I have no idea as to what may have happened. I was removing a few libraries I added to the VC folder and from Additional Dependencies (OpenGL libraries I've added), then when I tried to compile my ...
0
votes
0answers
20 views
SBT plugin - User defined configuration via their build.sbt
I'm writing an SBT Plugin and would like users to be able to configure the plugin by setting specific variables in their build.sbt. What is a simple way to achieve this?
This seems like it should be ...
0
votes
1answer
21 views
i have error use sample microsoft [closed]
I am using version 4 .net faramework
When using the following code in windows application error occurred
error:Could not load file or assembly 'protectedconfigurationproviderlib, ...
0
votes
1answer
23 views
Configuring the Aptana preview editor
I can't get my preview editor to display HTML pages in the full preview screen. Instead, it shows the page in the right half of the screen, and the Nav bar and control bar in the left half of the ...
-1
votes
0answers
16 views
Https gives 404 [closed]
I have configured my wamp to work with ssl, and all seems to be right.
When I call the page http://localhost/loja/cms/login.php it works perfectly.
However, if I change the protocol to https it give ...