Tagged Questions
0
votes
2answers
25 views
Prevent Spring connection file to be changed by users
I am working on an application with Spring.Net and Windows forms. I would like to prevent users to change the Spring configuration file, something like setting the configuration file as readonly. I ...
0
votes
1answer
89 views
VS2010 devenv.exe.config issue
I am unable to open vs2010 .I have windows 7 OS and it is 32 bit machine. Event log says
Activation context generation failed for "C:\Program Files\Microsoft Visual Studio ...
-4
votes
1answer
102 views
How can i add external configuration files to a c++ project? [closed]
I made a R-type like game using C++, coding with Visual Studio on windows, and I wanted to know if it was possible to add external configuration files to my project: in my main.cpp I am using a lot of ...
3
votes
1answer
321 views
msbuild transform one config few times
I have next config in my Web.config file
<Target Name="UpdateWebConfigForProjectsBeforeRun">
<ItemGroup>
<FilesToTransofm ...
1
vote
0answers
156 views
Visual Studio Custom Tool: File wrapper
What I want is typed access to the contents of a file within a VS.NET solution.
I think a custom tool with corresponding custom tool namespace would be the easiest to do (do correct me if there is a ...
1
vote
5answers
92 views
Change Behavior when not RELEASE build
What is the best way to change behavior between DEV, TEST, and RELEASE builds?
I have an application that sends emails to recipients stored in a database. When developing and testing I would like to ...
4
votes
2answers
369 views
Why is the System.Configuration assembly not included in new projects by default?
Small pet peev. When creating new visual studio projects is there any way to include the system.configuration assembly by default? Almost all of my new projects will need access to the configuration ...
1
vote
2answers
2k views
VS 2010 Database Project - Different Connections
I have an application that I'm developing in Visual Studio 2010 that utilizes a SQL Server database. As such, I am using a VS SQL Server 2008 Database Project.
The database project requires a target ...
2
votes
4answers
4k views
Best Practice for storing settings for a .NET Windows Service: Service Property Settings, Serialization,
I am working on a .NET Windows Service where I am trying to store settings that will be used when the service is started and while it is running. I have searched through posts on SO and found that ...
2
votes
3answers
815 views
How to debug config files in .NET?
I've got a Visual Studio project that recently started throwing a ConfigurationErrorsException, and I can't figure out where it's coming from. I've hunted high and low, can't find anything like the ...
1
vote
1answer
574 views
Changing location of CSS file in master page based on compilation configuration
Visual Studio 2010 has a new feature that is just way cool. You can now add transformation files that will change the web.config file based on the configuration you are compiling. The upshot of ...
1
vote
1answer
3k views
Add an XML schema to Visual Studio
I want Intellisense support when writing App.config sections or XML configuration files for components like NHibernate, log4net, or Unity. What options do I have to get Visual Studio to find these ...
0
votes
1answer
2k views
Embedding app.config: working only in release, not in debug
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 ...
1
vote
1answer
796 views
Visual Studio intellisense for custom app.config settings?
I'm working with custom sections in app.config, and would find very useful the same intellisense facilities as exist for the standard settings. I assume I'd have to supply a schema somewhere, but ...
1
vote
1answer
542 views
VS Studio Crashes hard with “encountered a user-defined breakpoint” error on any config file
I have a odd problem here I can't figure out.
This happens each time I open the web.config file in my project. Studio crashes immediately after clicking close. Clicking debug just opens and empty ...
4
votes
4answers
3k views
How to make the Visual Studio compiler ignore a file?
Is anyone aware of a way to make visual studio completely ignore a file when compiling? I have a C# solution that has a foo.config file that isn't really a standard config file - it's just a text ...
2
votes
2answers
608 views
Windows Powershell & visual studio '08 paths
I'm trying to configure Windows Powershell to work with Visual Studio. Nothing fancy, just get things set so I can cl & nmake. I think all I need to do is edit the path setting(but I don't know ...
