I am a noob developer and installed umbraco. I am bot ready for something this sophisticated (i kept getting reference error's when i built basic projects in visual studio.) After reformatting my HD re installing VS I still have reference errors pointing to umbraco. I do not understand how can i completely get rid of umbraco....?
Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
This is'nt exactly umbraco issue, looks like your project has references to umbraco dlls. The asp.net contact form you are working on did you copy it from somewhere or did you create it from scratch?
i created it from scratch.... I agree it is referencing umbraco dll's, but i do not know what would be causing this since the contact form was hand coded and i tried to compile. In the call stack umbraco.dll!umbraco.content.cctor.AnonymouseMethod --> SqlHelperException was unhandled....
I right click on the project.... properties,and i see common properties, startup project project DEpendencies Debug source files and config. properties
under debug source files....do not look for these source files
Massive umbraco problems
I am building a simple asp.net contact form......
I am a noob developer and installed umbraco. I am bot ready for something this sophisticated (i kept getting reference error's when i built basic projects in visual studio.) After reformatting my HD re installing VS I still have reference errors pointing to umbraco. I do not understand how can i completely get rid of umbraco....?
Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
Sean,
This is'nt exactly umbraco issue, looks like your project has references to umbraco dlls. The asp.net contact form you are working on did you copy it from somewhere or did you create it from scratch?
Regards
Ismail
i created it from scratch.... I agree it is referencing umbraco dll's, but i do not know what would be causing this since the contact form was hand coded and i tried to compile. In the call stack umbraco.dll!umbraco.content.cctor.AnonymouseMethod --> SqlHelperException was unhandled....
totally confused
thanks
Sean,
In the project properties remove all umbraco dll's if you have not already done so.
Regards
Isamil
I right click on the project.... properties,and i see common properties, startup project project DEpendencies Debug source files and config. properties
under debug source files....do not look for these source files
d:\Teity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs
d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\presentation\content.cs
is this what i need?
thx
Sean
umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelpers\SqlServer\SqlServerHelper.cs:line 77 at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\datalayer\SqlHelper.cs:line 240HelpLink.ProdNameMicrosoft SQL ServerHelpLink.EvtSrcMSSQLServerHelpLink.EvtID18456HelpLink.BaseHelpUrlhttp://go.microsoft.com/fwlinkHelpLink.LinkId20476
is working on a reply...