babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

ReSharper tells me that it "Cannot resolve symbol '.ctor'" in web.config for SqlErrorLog #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure web.config to use SQLErrorLog.
2. <elmah><errorLog type="Elmah.SqlErrorLog, Elmah" connectionString="my 
connection info is here" /></elmah>

What is the expected output? What do you see instead?
ReSharper 4.0  complains that it can't resolve the .ctor symbol and 
highlights "SqlErrorLog" in red.

What version of the product are you using? On what operating system?
Elmah 1.0.11211.0 (3.5 Release), VS2008, ReSharper 4.5.1231.7, Vista 64

Please provide any additional information below.

Original issue reported on code.google.com by cconwa...@gmail.com on 20 May 2009 at 3:25

Attachments:

GoogleCodeExporter commented 9 years ago
Sounds like an issue with ReSharper to me. It looks like it is moaning because 
there 
is no parameterless public constructor for SqlErrorLog.

You should feed this back to JetBrains and see what they say!!

You might also want to see issue #83 
(http://code.google.com/p/elmah/issues/detail?
id=83) which is in a similar vein.

Original comment by jamesdriscoll71 on 20 May 2009 at 3:58

GoogleCodeExporter commented 9 years ago
I'll send it off to JetBrains indeed! Thanks for your time. Elmah's a great 
tool!

Original comment by cconwa...@gmail.com on 20 May 2009 at 5:14