Hi all,
Converting modules to DNN4.6 and VS2005 is no easy task but I have worked through a few of the tutorials and spent time on the forums.
So far all is converted based on the DNN Website Starter kit. All compiles ok, bar a few warnings which I'll deal with later.
In DNN 3.x, I had a "provider" entry similar to this in the web.config file:
(sorry, cannot show the real thing for privacy reasons...)
AND
type="MyCompany.Modules.SqlDataProvider, MyCompany.SqlDataProvider"
connectionStringName="SiteSqlServer"
upgradeConnectionString=""
providerPath="~\Providers\DataProviders\SqlDataProvider\"
objectQualifier="MC_"
databaseOwner="dbo"/>
I'm now confused as to where to point these parameters in the new framework and new web.config file.
PROBLEM - Once compiled and/or "published", WHERE is the SqlDataProvider.dll? It was once a separate project and separate .dll
Now all is tied into one and I'm not "grasping" the structure here at all.
Can anyone PLEASE point out what needs to be done here?
Been through everything here: http://dotnetnuke.adefwebserver.com/DotNetNuke/tabid/195/Default.aspx
but nothing tells me how/what to amend/change/fix in the web.config file
Connections are all OK as the DNN site runs just fine.
Just struggling to get my modules properly converted and configured in the DNN 4.6 framework and VS2005.
PLEASE advise!!
Thanks!