Click here to Skip to main content
15,888,733 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Telephony in .NET? Pin
J. Dunlap5-Jul-03 18:31
J. Dunlap5-Jul-03 18:31 
GeneralCompact Framework and Cradle Pin
Braulio Dez4-Jul-03 6:41
Braulio Dez4-Jul-03 6:41 
General.NET Coders Wanted Pin
Derek Lakin4-Jul-03 5:18
Derek Lakin4-Jul-03 5:18 
GeneralRe: .NET Coders Wanted Pin
leppie4-Jul-03 7:07
leppie4-Jul-03 7:07 
GeneralRe: .NET Coders Wanted Pin
leppie4-Jul-03 7:33
leppie4-Jul-03 7:33 
GeneralRe: .NET Coders Wanted Pin
Derek Lakin4-Jul-03 8:10
Derek Lakin4-Jul-03 8:10 
GeneralRe: .NET Coders Wanted Pin
leppie4-Jul-03 8:24
leppie4-Jul-03 8:24 
GeneralRe: .NET Coders Wanted Pin
Derek Lakin4-Jul-03 8:28
Derek Lakin4-Jul-03 8:28 
Yes, the App.config file is as follows:
XML
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<configSections>
		<section 
			name="applicationConfigurationManagement" 
			type="Microsoft.ApplicationBlocks.ConfigurationManagement.ConfigurationManagerSectionHandler,Microsoft.ApplicationBlocks.ConfigurationManagement, Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" />
		
		<section 
			name="CodeStore"  
			type="Microsoft.ApplicationBlocks.ConfigurationManagement.XmlHashtableSectionHandler,Microsoft.ApplicationBlocks.ConfigurationManagement,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" />
								
	</configSections>
    
  <CodeStore>
    <XmlSerializableHashtable xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <Entries>
        <Entry>
          <key xsi:type="xsd:string">serverUrl</key>
          <value xsi:type="xsd:string">http://www.salamandersoftware.biz/codestore/</value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:string">localPath</key>
          <value xsi:type="xsd:string"></value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:bool">useProxy</key>
          <value xsi:type="xsd:bool">false</value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:bool">bypassProxyOnLocal</key>
          <value xsi:type="xsd:bool">false</value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:bool">proxyAuthorisation</key>
          <value xsi:type="xsd:bool">false</value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:string">proxyAddress</key>
          <value xsi:type="xsd:string"></value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:int">proxyPort</key>
          <value xsi:type="xsd:int"></value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:string">proxyUser</key>
          <value xsi:type="xsd:string"></value>
        </Entry>
        <Entry>
          <key xsi:type="xsd:string">proxyPassword</key>
          <value xsi:type="xsd:string"></value>
        </Entry>
      </Entries>
    </XmlSerializableHashtable>
  </CodeStore>
  
	<applicationConfigurationManagement >
		<configSection name="CodeStore">
			<configProvider 		assembly="Microsoft.ApplicationBlocks.ConfigurationManagement,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" 
									type="Microsoft.ApplicationBlocks.ConfigurationManagement.Storage.XmlFileStorage"
									refreshOnChange="false" 
									signed="false" 
									encrypted="false"
									path="codestore.options" />
		</configSection>
	</applicationConfigurationManagement>
</configuration>


By all means join as a member of the GotDotNet workspace project. I'll let you in and check-in whatever files you think need changing.

Derek Lakin.

Try the Code Store for instant integrated access to an online repository of .NET components.

I wish I was what I thought I was when I wished I was what I am.

Salamander Software Ltd.
GeneralMS example - Unhandled exception Pin
vahurnya3-Jul-03 14:03
vahurnya3-Jul-03 14:03 
GeneralProblems upgrading to from 1.0 -&gt; 1.1 Pin
dratti3-Jul-03 4:31
dratti3-Jul-03 4:31 
GeneralRe: Problems upgrading to from 1.0 -&gt; 1.1 Pin
apferreira3-Jul-03 4:40
apferreira3-Jul-03 4:40 
GeneralRe: Problems upgrading to from 1.0 -> 1.1 Pin
dratti3-Jul-03 4:56
dratti3-Jul-03 4:56 
GeneralRe: Problems upgrading to from 1.0 -&gt; 1.1 Pin
leppie4-Jul-03 7:37
leppie4-Jul-03 7:37 
GeneralWhat's instead of DDE Pin
Mardawi2-Jul-03 10:34
Mardawi2-Jul-03 10:34 
GeneralCopy ArrayList Pin
Jasper2Virtual2-Jul-03 9:23
Jasper2Virtual2-Jul-03 9:23 
GeneralRe: Copy ArrayList Pin
leppie7-Jul-03 14:31
leppie7-Jul-03 14:31 
GeneralRe: Copy ArrayList Pin
Derek Lakin7-Jul-03 21:14
Derek Lakin7-Jul-03 21:14 
General.net Compact Framework and Pocket PC 2002 Premium Pin
Braulio Dez2-Jul-03 0:29
Braulio Dez2-Jul-03 0:29 
GeneralI want to create an ethernet frame Pin
thematt30-Jun-03 7:51
thematt30-Jun-03 7:51 
GeneralSuggestion please! Pin
Sree Lalitha27-Jun-03 10:20
Sree Lalitha27-Jun-03 10:20 
GeneralRe: Suggestion please! Pin
Kant27-Jun-03 11:45
Kant27-Jun-03 11:45 
GeneralUGLY for .NET Pin
Derek Lakin27-Jun-03 2:08
Derek Lakin27-Jun-03 2:08 
GeneralRe: UGLY for .NET Pin
leppie27-Jun-03 10:59
leppie27-Jun-03 10:59 
GeneralRe: UGLY for .NET Pin
Derek Lakin27-Jun-03 22:17
Derek Lakin27-Jun-03 22:17 
GeneralRe: UGLY for .NET Pin
leppie28-Jun-03 4:37
leppie28-Jun-03 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.