473,287 Members | 1,580 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

WebDev.WebServer.exe crashes

I am trying to use the ads web starter kit with sql2000. I have
migrated the database and all of the .net membership tables to my
database. I can connect and see the data through the visual web
developer 2005 express. I can connect using the asp.net application
administration tool in the browser. I can add and manage users roles
and other permissions. When I user ctrl + F5 from the visual web
developer the default page starts to load and then I get the error
WebDev.WebServer.exe has encountered an error.
The system event viewer log says

The following exception was thrown by the web event provider
'EventLogProvider' in the application '/ads_final' (in an application
lifetime a maximum of one exception will be logged per provider
instance):

System.Web.HttpException: The EventLogWebEventProvider provider failed
to log an event with the error code 0x800705DE.
at
System.Web.Management.EventLogWebEventProvider.Pro cessEvent(WebBaseEvent
eventRaised)
at System.Web.Management.WebBaseEvent.RaiseInternal(W ebBaseEvent
eventRaised, ArrayList firingRuleInfos, Int32 index0, Int32 index1)

I have reinstalled visual web developer, iis and .net 2.0 repeatedly.
Nothing seems to work.
I also have the sql2005 express install also. I first saw this issue
when I installed the sql server manager express. I have tried to
uninstall it but this also does not help.

thanks for the help in advance.

May 17 '06 #1
2 4417
I have found in debug mode more information.

System.ArgumentException was unhandled
Message="Keyword not supported: '127.0.0.1;data source'."
Source="System.Data"
StackTrace:
at
System.Data.Common.DbConnectionOptions.ParseIntern al(Hashtable
parsetable, String connectionString, Boolean buildChain, Hashtable
synonyms, Boolean firstKey)
at System.Data.Common.DbConnectionOptions..ctor(Strin g
connectionString, Hashtable synonyms, Boolean useOdbcRules)
at System.Data.SqlClient.SqlConnectionString..ctor(St ring
connectionString)
at
System.Data.SqlClient.SqlConnectionFactory.CreateC onnectionOptions(String
connectionString, DbConnectionOptions previous)
at
System.Data.ProviderBase.DbConnectionFactory.GetCo nnectionPoolGroup(String
connectionString, DbConnectionPoolGroupOptions poolOptions,
DbConnectionOptions& userConnectionOptions)
at
System.Data.SqlClient.SqlConnection.ConnectionStri ng_Set(String value)
at
System.Data.SqlClient.SqlConnection.set_Connection String(String value)
at AdsDataComponentTableAdapters.AdsDataAdapter.InitC onnection()
in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\ads_final\bee698e6\13af9ea7\App_Code.nq7efxk f.21.cs:line 1480
at AdsDataComponentTableAdapters.AdsDataAdapter.get_C onnection()
in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\ads_final\bee698e6\13af9ea7\App_Code.nq7efxk f.21.cs:line 1368
at AdsDataComponentTableAdapters.AdsDataAdapter.InitA dapter() in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\ads_final\bee698e6\13af9ea7\App_Code.nq7efxk f.21.cs:line 1438
at AdsDataComponentTableAdapters.AdsDataAdapter.get_A dapter() in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\ads_final\bee698e6\13af9ea7\App_Code.nq7efxk f.21.cs:line 1358
at
AdsDataComponentTableAdapters.AdsDataAdapter.GetEx piredAds(DateTime
ExpirationDate, Int32 AdStatus) in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET
Files\ads_final\bee698e6\13af9ea7\App_Code.nq7efxk f.21.cs:line 1779
at
AspNet.StarterKits.Classifieds.BusinessLogicLayer. Maintenance.CheckAdExpirations()
in c:\ads_final\App_Code\BLL\Maintenance.cs:line 182
at
AspNet.StarterKits.Classifieds.BusinessLogicLayer. Maintenance.HourlyMaintenanceTimer(Object
state) in c:\\ads_final\App_Code\BLL\Maintenance.cs:line 33
at System.Threading._TimerCallback.TimerCallback_Cont ext(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionCon text
executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallba ck(Object
state)

May 17 '06 #2
Well I guess it pays to keep digging. I found that following the debug
I had my connection string containing values that were not supported.
This causes the web server to crash.

I hope this post helps someone.

May 17 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JazerB8 | last post by:
I am using VS.NET 2005 Beta 2 and I am trying to use the built in development Web server (WebDev.WebServer.exe) to run and debug my ASP.NET app locally. However, when I start the project either in...
1
by: Martin Olson | last post by:
is there a way to get the WebDev.WebServer for VS2005 to process server side includes??? thanks for your help on this, mo
0
by: David Hubbard | last post by:
I am running WebDev.WebServer from a batch file like this: start /B WebDev.WebServer /port:4131 /path:C:\MySite /vpath:/MySite when you double click on the batch file a separate command prompt...
0
by: David Hubbard | last post by:
I am developing a small web site for a club using asp.net 2.0. I am tyring to run test versions of the site on a system that does not have vs 2005 on it nor does it need it. To do this I run...
0
by: Jakob Lithner | last post by:
I use VS 2005 and ASP.Net. For conveniance I use the inbuilt webserver, but recently I have encountered a lot of problem. When I debug it sometimes takes extremely long time to launch the...
0
by: doeke.zanstra | last post by:
When I run my webapp, IIS 5.1 (XP) is behaving different from WebDev.WebServer (Visual Studio Development Server). I use Windows authentication, and want to restrict access to a certain group. I do...
5
by: oaksong | last post by:
I had a problem with this a couple months ago and managed to get it working. This included poking a few holes in BlackIce and disabling a feature (BOP) in McAfee Virus Scan. This was a test case,...
1
by: swissclash79 | last post by:
Good morning everybody I have a question regarding configuring mappings in the development webserver. I am currently implementing a proxy server that is lied between the clients and a customer's...
0
by: =?Utf-8?B?VGhvbWFzIFR1dGtv?= | last post by:
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with a System.Runtime.InteropServices.SEHException. The EventLog for the crash looks like this: Application ID:...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.