16,003,117 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Alen Toma (Top 5 by date)
Alen Toma
21-Oct-18 20:35pm
View
Did my answer solv your problem ? then mark it as answer
Alen Toma
20-Oct-18 22:34pm
View
And after
if (foundIndex != -1)
text = text.Insert(foundedIndex, "your text after the bracket")
you should write the text to the file and not elf
Alen Toma
20-Oct-18 22:32pm
View
i cant see what the error says
Alen Toma
5-Jun-17 13:59pm
View
Well! would you be kind and provide an example please?
Alen Toma
12-Jan-16 7:08am
View
well exakt...
I only have access to the DLL, svc and web config files. Different WCF may have same app setting index with different values and there is the problem here.
i could load WCF config file to the main application but because the service is generic so it wont really work either.
So i may need to start an instance of service for each service and have a windows form application that will keep an eye to all consule services.
please do tell if you have a better solution do this problem!