No announcements
Found 4075585 threads
-
0 Votes
App.Config how to get GetSection of ApplicationSetting?
The answer I was looking for is : applicationSettings/My.MySettingsR.S.S.Answered | 7 Replies | 2571 Views | Created by R. Singh - Wednesday, February 1, 2012 4:00 PM | Last reply by Mike Dos Zhang - Friday, February 3, 2012 7:11 AM -
0 Votes
How do I access ApplicationSettings section from another assembly
If you do, you end up loading YouApp.exe.config.config.Answered | 1 Replies | 4732 Views | Created by _xr280xr_ - Monday, February 9, 2009 4:47 PM | Last reply by _xr280xr_ - Monday, February 9, 2009 8:45 PM -
0 Votes
How do i access the assembly name of the application?
Hi friend, for System.Configuration.ConfigurationManager.OpenExeConfiguration("CRMMarkettingV10.exe") i have pass the .exe ...Answered | 2 Replies | 2704 Views | Created by code_warrior - Tuesday, February 16, 2010 4:42 PM | Last reply by Louis.fr - Tuesday, February 16, 2010 7:56 PM -
0 Votes
How to access settings created by the SettingsSingleFileGenerator from another assembly?
How can I access settings created by the SettingsSingleFileGenerator from another assembly?Answered | 7 Replies | 13266 Views | Created by Harald Binkle - Friday, September 22, 2006 11:07 AM | Last reply by Yannick Biet - Friday, April 10, 2009 9:58 AM -
0 Votes
WcfServiceHost.exe fails if <applicationSettings> node found in app.config file
Hello, where do you define the applicationSettings tag?Answered | 5 Replies | 5584 Views | Created by Sigourney_Weaver - Thursday, July 14, 2011 3:30 PM | Last reply by Yi-Lun Luo - Monday, July 18, 2011 2:25 AM -
48 Votes
How do I used an strong name signed assembly in another project?
Hi Stevensrf, Generally all assemblies in .NET are signed assemblies however the link below will help you how to sign a strong named ...Answered | 4 Replies | 5079 Views | Created by stevensrf - Tuesday, May 3, 2011 12:21 AM | Last reply by Rex Honour - Tuesday, May 3, 2011 3:12 PM -
0 Votes
appSettings versus applicationSettings when adding a web reference.
I believe appSettings was introduced in .NET 1.0 and applicationSettings in .NET 2.0.Answered | 3 Replies | 7724 Views | Created by chunlin0217 - Thursday, March 18, 2010 3:35 AM | Last reply by Leonid Ganeline - Tuesday, November 16, 2010 4:44 AM -
6 Votes
how do i use Windows.ApplicationModel.Resources.ResourceLoader() from an assembly
The resources from the library's Resources.resw file are not embedded in the .dll that I create, therefore a consumer that simply obtained and referenced my .dll would not ...Answered | 8 Replies | 12137 Views | Created by eric chauvet - Tuesday, October 4, 2011 11:13 PM | Last reply by Code Chief - Monday, January 21, 2013 2:10 AM -
0 Votes
Access properties in App from another assembly
I would create third project defining the classes which will be shared by both App project and Pages project.Answered | 2 Replies | 1493 Views | Created by Helen.W - Friday, July 12, 2013 7:51 PM | Last reply by encoderuser - Saturday, July 13, 2013 2:17 AM -
0 Votes
How do I unblock assemblies?
I downloaded the VB version of the Local Database Sample from the following URL:Answered | 3 Replies | 10815 Views | Created by AirForce9797 - Sunday, July 7, 2013 10:20 PM | Last reply by sm_on_live - Monday, July 8, 2013 1:25 PM -
1 Votes
How to Access files in an Assembly
I know that ConfigurationManager class can be used to get access to config files.Answered | 6 Replies | 2964 Views | Created by sandip_ray63in - Friday, August 21, 2009 5:06 AM | Last reply by Alex Skalozub - Tuesday, August 25, 2009 9:50 AM -
0 Votes
Reading ApplicationSettings from another assembly
I have an object which uses another, I want the first object to use the ApplicationSettings found in the second objects (a dll) app.config file, how can ...Answered | 1 Replies | 4839 Views | Created by learnerplates - Monday, December 4, 2006 4:58 PM | Last reply by learnerplates - Wednesday, December 6, 2006 3:03 PM -
0 Votes
Accessing web.config applicationsettings section
Hi Folks, I have a web service that contains a web reference to another service.Answered | 1 Replies | 3355 Views | Created by AndyW2007 - Tuesday, August 12, 2008 5:07 AM | Last reply by John Saunders - Wednesday, August 13, 2008 3:13 AM -
1 Votes
Accessing image from a different assembly
Hiya I have a little MSDN sample project that shows referencing stuff, which I have added an example of exactly your ...Answered | 3 Replies | 2970 Views | Created by wpfDreaming - Tuesday, September 18, 2012 4:58 PM | Last reply by Pete Laker - Tuesday, September 18, 2012 9:16 PM -
0 Votes
How do i move the connectionstring section to another file and read it for Enterprices library Data Access block
I am writing to check the status of the issue on your side.Answered | 2 Replies | 2681 Views | Created by tutumon79 - Monday, November 14, 2011 8:42 AM | Last reply by Mike Dos Zhang - Thursday, November 17, 2011 7:50 AM -
1 Votes
Accessing App.Config Appsettings sections from Class Libraries
HI all, below is how my application.config file looks like:Answered | 6 Replies | 9841 Views | Created by StarterKit - Thursday, February 25, 2010 6:37 PM | Last reply by ChrisOf_T_ - Monday, August 20, 2018 1:50 PM -
0 Votes
Using the config file of another app
The important but is to copy at least 2 sections from the library configuration file, the configSections section as well as the settings section (marked in bold ...Answered | 6 Replies | 3123 Views | Created by Oscarfh - Friday, December 4, 2009 2:59 PM | Last reply by Oscarfh - Thursday, December 10, 2009 10:04 AM -
6 Votes
appSettings and applicationSettings ConfigurationManager
At some time though I do want to write Application Settings in my app, during installation maybe, through an Options dialog box, or when an Administrator role is ...Answered | 6 Replies | 15153 Views | Created by joeblast - Tuesday, January 15, 2008 5:54 PM | Last reply by flip.be - Monday, June 14, 2010 5:07 PM -
0 Votes
How do i access teh productName of the application?
Do you mean the ProductName class is in SuperMarketSystem namespace and you couldn't access its property or method?Answered | 4 Replies | 3958 Views | Created by code_warrior - Tuesday, March 30, 2010 4:42 AM | Last reply by Ramesh Swaminathan - Wednesday, March 31, 2010 4:47 AM -
0 Votes
Accessing Assemblies Using <probing> element
I used the code: Dim app As Assembly = Assembly.LoadFile(Application.StartupPath & "\bin\clData.dll") Just one thing, how ...Answered | 12 Replies | 1148 Views | Created by MadMikeGamerXL1 - Friday, November 28, 2014 1:00 PM | Last reply by MadMikeGamerXL1 - Wednesday, December 10, 2014 9:58 PM - Items 1 to 20 of 4075585 Next ›
No announcements