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

.NET (Core and Framework)

 
GeneralRe: CAS policy how to assign to a specific app Pin
Dan Neely3-Feb-09 10:21
Dan Neely3-Feb-09 10:21 
QuestionN-Hypernet in .net Pin
kamakshim2-Feb-09 2:59
kamakshim2-Feb-09 2:59 
AnswerRe: N-Hypernet in .net Pin
Colin Angus Mackay2-Feb-09 3:15
Colin Angus Mackay2-Feb-09 3:15 
GeneralRe: N-Hypernet in .net Pin
Mark Churchill2-Feb-09 13:30
Mark Churchill2-Feb-09 13:30 
AnswerRe: N-Hypernet in .net Pin
Pete O'Hanlon2-Feb-09 3:16
mvePete O'Hanlon2-Feb-09 3:16 
GeneralRe: NHibernate in .net Pin
kamakshim2-Feb-09 3:27
kamakshim2-Feb-09 3:27 
GeneralRe: NHibernate in .net Pin
Pete O'Hanlon2-Feb-09 3:36
mvePete O'Hanlon2-Feb-09 3:36 
Question"Configuration system failed to initialize" exception when upgradint to Visual Studio 2008 Pin
royk1231-Feb-09 23:39
royk1231-Feb-09 23:39 
Hi,

I've jest upgraded from VS-2005 to VS-2008.
When I try to run any of my old projects I gett the following exeption:

"Configuration system failed to initialize"

With the inner exception:

{"Unrecognized configuration section system.serviceModel. (C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\Config\\machine.config line 137)"}


Line 137 in this file configures the ststem.web:
<system.web>
		<processModel autoConfig="true"/>
		<httpHandlers/>
		<membership>
			<providers>
				<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>
			</providers>
		</membership>
		<profile>
			<providers>
				<add name="AspNetSqlProfileProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
			</providers>
		</profile>
		<roleManager>
			<providers>
				<add name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
				<add name="AspNetWindowsTokenRoleProvider" applicationName="/" type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
			</providers>
		</roleManager>
	</system.web>


As all of my projects use an auto updater which uses a web service, i assume it has somthing to do with ASP.NET configuration...


Any ideas?

tnx

Roy
QuestionFiltering a Datagridview with an external Combo Box Pin
Kumungi1-Feb-09 18:44
Kumungi1-Feb-09 18:44 
AnswerRe: Filtering a Datagridview with an external Combo Box Pin
Wendelius2-Feb-09 6:54
mentorWendelius2-Feb-09 6:54 
GeneralRe: Filtering a Datagridview with an external Combo Box Pin
Kumungi2-Feb-09 17:17
Kumungi2-Feb-09 17:17 
GeneralRe: Filtering a Datagridview with an external Combo Box Pin
Kumungi3-Feb-09 1:44
Kumungi3-Feb-09 1:44 
GeneralRe: Filtering a Datagridview with an external Combo Box Pin
Wendelius3-Feb-09 7:01
mentorWendelius3-Feb-09 7:01 
Questionset up project Pin
hrishiS31-Jan-09 2:10
hrishiS31-Jan-09 2:10 
Question[Message Deleted] Pin
svt gdwl30-Jan-09 23:11
svt gdwl30-Jan-09 23:11 
AnswerCross-post Pin
Wendelius30-Jan-09 23:33
mentorWendelius30-Jan-09 23:33 
QuestionNumber formats Pin
PIEBALDconsult30-Jan-09 16:16
mvePIEBALDconsult30-Jan-09 16:16 
AnswerRe: Number formats Pin
Wendelius30-Jan-09 23:56
mentorWendelius30-Jan-09 23:56 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 3:48
mvePIEBALDconsult31-Jan-09 3:48 
GeneralRe: Number formats Pin
Wendelius31-Jan-09 4:05
mentorWendelius31-Jan-09 4:05 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 5:33
mvePIEBALDconsult31-Jan-09 5:33 
GeneralRe: Number formats Pin
Wendelius31-Jan-09 6:01
mentorWendelius31-Jan-09 6:01 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 11:18
mvePIEBALDconsult31-Jan-09 11:18 
GeneralRe: Number formats Pin
Wendelius31-Jan-09 11:26
mentorWendelius31-Jan-09 11:26 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 11:28
mvePIEBALDconsult31-Jan-09 11:28 

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.