How to install dotnetnuke in local system? - dotnetnuke

Can anyone please guide me how to install dnn in local system. How to setup code files and database? I have windows vista os and sql server Express database installed in my system
Thanks,
Merry

Here is a link that will walk you through the process.
http://www.installationwiki.org/Development_Environment_for_Skinning_DotNetNuke

An alternative: Charles Nurse recently published a walk through for using the new WebMatrix product from Microsoft to install DotNetNuke.

To know more about how to install DNN please flow the below link
https://mydnn.blogspot.com/2017/09/how-to-install-dotnetnuke.html
https://www.c-sharpcorner.com/blogs/how-to-install-dotnetnuke

Related

Install SharePoint 2013 client sdk in SQL production

I am not a SharePoint person so please bear with me on my question. I have been asked to install the SharePoint 2013 Client Component SDK in a production SQL environment. I have been trying to research if there are negatives to doing this and cannot find that this is a common thing to do. Since SDKs are usually used for development and in almost 20 years of managing SQL Servers I have never been asked to install SDKs in a production environment I am thinking that this is not a good idea. Anyone have advice? Thanks!
The Client SDK of SharePoint 2013 deploy DLLs in the GAG of your server.
Microsoft.SharePoint.Client.dll, Microsoft.SharePoint.Client.Runtime.dll (as far as i remember) and some others client DLLs. So, there should not be any conflict with other MS product.
But, this sdk is needed by client application for SharePoint. Which means, you need to install a client SharePoint Application on a SQL server. If there is no problem with this. There is no problem with your install of the SDK.
PS: Client application for SharePoint can connect To SharePoint system everywhere (server, PC,..) so you can install this apps on an other server (or PC). but it depends on what the application makes
(sorry for my english)

Installing ngpsql to use PostgreSQL in PowerBI

I'm trying to get data from a PostgreSQL database into PowerBI Desktop but it doesn't seem to work. I think the problem is with the installation with npgsql. When trying to setup a new database connection in PowerBI I type in the database and server, and this is the error message I get:
"Unable to connect
Details: "PostgreSQL: We were unable to find a database provider with invariant name 'Npgsql'.
This error could've been the result of provider-specific client software being required, but missing on this computer. To download client software for this provider, visit the following site and choose the 64-bit (x64) version of, at minimum, 'Npgsql version 2.0.12': https://go.microsoft.com/fwlink/?LinkID=282716""
I've tried going npgsql website and install the required components but I can't seem to get it working. I'm not a developer so this is a bit complicated for me. Does anyone know how to get these components installed? I very much appreciate your help!
I'm using Windows 10 on a Surface Pro 3 if this helps. And I do have Visual Studio Community installed as well.
Best,
Bruno.
I have downloaded and tried it with version 3.6.6
Install npgsql
During the installation stage, enabled "Npgsql GAC Installation" as GAC requires Npgsql.
Restart the PC.
It should work now.
The solution from this page helped me: https://community.powerbi.com/t5/Community-Blog/Configuring-Power-BI-Connectivity-to-PostgreSQL-Database/ba-p/12567
Select the option to install to the GAC during install of the program npgsql v3.x.x downloaded from this page https://github.com/npgsql/Npgsql/releases
It worked for me (although I do not know why:-)
When you install Npgsql you should enable installation into the GAC.
Otherwise component will not be automatically detectable to other programs.

Configuration database in drools

i have downloaded jboss application server 4.2.3 and it had been running. Based on the documentation that i red (guvnor-docs), there's a setting behind guvnor but unfortunately, when i open it with guvnor http://localhost:8080/drools-guvnor/, i don't find "repository configuration" in Administration menu. It really doubt me because actually i want to connect my database (SQL Server) with this jboss. Is there any settings that i've miss? Could you tell solution to solve my problem? I really appreciate if anyone could answer it sooner. Thanks in advance
The repository configuration is available for GUVNOR 5.3 above version. i think your using 5.0 version. Can you check once..

Installation project dynamic connection string

I have a windows forms application, that i want to deploy as installation project using visual studio 2010.
I am using SQLite database and i want to create a connection string while the installation to the installation directory.
On the other hand, i do not know should i attach my empty database to the install project or i have to create it while the installation?
I found lot of web sites, but none of them helped.
Thank you in advance all the help and please refer helper links in this topic.
Here is a tutorial which can get you started:
http://support.microsoft.com/kb/307353
Visual Studio is very limited when it comes to the setup project features. It doesn't support SQL connections, so you can do it only through a custom action.
If you need advanced features (like an SQL connection), I recommend a different setup tool:
http://en.wikipedia.org/wiki/List_of_installation_software

Access to SQLServer with Node.js on Linux

I'm trying to write a REST service with Node.js and Express and I need to connect to a SLQServer 2000 database. I've tried the Microsoft connector but it's not working on linux, according to them:
The Microsoft Driver for Node.JS for SQL Server is currently available
as a preview release, and relies on run-time components that are only
available on the Microsoft Windows and Windows Azure operating
systems.
I've also tried node.js's modules tdm and tedious with no success... Any idea?
Check out tedious again. Version 0.2 fixed compatibility with TDS 7.1 (SQL Server 2000).
Have you tried Edge.js?
Leverage SQL Server with node.js.
npm install mssql
I believe that to be the generally accepted best solution
You can use Espresso Logicto create a REST API and then call that from .NodeJS
Even if its a year old question, thought of answering it as it is the first thing that shows up in google for the question.
There is node-sqlserver maintained by Microsoft. The last commit was made 5 months ago though.
Install with $ npm install msnodesql .

Resources