[{"data":1,"prerenderedAt":202},["ShallowReactive",2],{"article-sql-server-reporting-services-ssrs-how-to-open-ssrs-project":3},{"article":4,"tags":58,"previous":86,"next":156},{"id":5,"title":6,"author":7,"body":8,"createdAt":46,"description":47,"extension":48,"img":7,"meta":49,"navigation":50,"path":51,"seo":52,"stem":53,"tags":54,"updatedAt":46,"__hash__":57},"articles\u002Farticles\u002Fsql-server-reporting-services-ssrs-how-to-open-ssrs-project.md","SQL Server Reporting Services (SSRS)–How to open SSRS Project",null,{"type":9,"value":10,"toc":42},"minimark",[11,15,18],[12,13,14],"p",{},"When you're trying to open your SSIS or SSRS solution, you will get a message that the migration has failed or\n'The application which this project type is based on was not found.'",[12,16,17],{},"You can open rptproj files with Visual Studio 2017 with an extension.  Follow the following steps to get going.",[19,20,21,25,28,36,39],"ul",{},[22,23,24],"li",{},"Open ‘Microsoft Visual Studio 2017‘.",[22,26,27],{},"In the menu bar, expand ‘Tools‘, then choose ‘Extensions & Updates‘. to install an extension.",[22,29,30,31,35],{},"Search for ‘",[32,33,34],"strong",{},"Microsoft Reporting Services Projects","‘, and install this extension.",[22,37,38],{},"To complete the installation, shut down all windows and instances of Microsoft Visual Studio 2017. Then the installer will start.",[22,40,41],{},"Try to open your solution or projects (*.rptproj) again.",{"title":43,"searchDepth":44,"depth":44,"links":45},"",2,[],"2019-03-03T21:18:35.918Z","Ever try to open an older SQL Server Reporting Services (SSRS) project and do not know what product it opens with?  SSRS and how to add\u002Fmanage reports always seems to be a problem.  Well, Visual Studio 2017 has an extension that you can use to open the older rptproj files.  Give it a go.","md",{},true,"\u002Farticles\u002Fsql-server-reporting-services-ssrs-how-to-open-ssrs-project",{"title":6,"description":47},"articles\u002Fsql-server-reporting-services-ssrs-how-to-open-ssrs-project",[55,56],"sqlserver","aspnet","mikQhQ-Cqxon8GSkXwjPOgBtZoZDTnq6qSx9SMWr80o",[59,73],{"id":60,"title":61,"body":62,"description":66,"extension":48,"img":67,"meta":68,"name":56,"navigation":50,"path":69,"seo":70,"stem":71,"__hash__":72},"tags\u002Ftags\u002Faspnet.md","Aspnet",{"type":9,"value":63,"toc":64},[],{"title":43,"searchDepth":44,"depth":44,"links":65},[],"ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with .NET.","https:\u002F\u002Fimages.unsplash.com\u002Fphoto-1598313183973-4effcded8d5e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80",{},"\u002Ftags\u002Faspnet",{"description":66},"tags\u002Faspnet","SlUGLdZWQy8mYOWC6OetgJkwVulWNURoVHeuESIDleI",{"id":74,"title":75,"body":76,"description":80,"extension":48,"img":67,"meta":81,"name":55,"navigation":50,"path":82,"seo":83,"stem":84,"__hash__":85},"tags\u002Ftags\u002Fsqlserver.md","Sqlserver",{"type":9,"value":77,"toc":78},[],{"title":43,"searchDepth":44,"depth":44,"links":79},[],"SQL Server is a relational database management system, or RDBMS, developed and marketed by Microsoft.",{},"\u002Ftags\u002Fsqlserver",{"description":80},"tags\u002Fsqlserver","pSzcNnE-XyUgq8RlgK2xBpbJV7_7o5NLS2XlwBxFyAg",{"id":87,"title":88,"author":7,"body":89,"createdAt":146,"description":147,"extension":48,"img":148,"meta":149,"navigation":50,"path":150,"seo":151,"stem":152,"tags":153,"updatedAt":146,"__hash__":155},"articles\u002Farticles\u002Fchange-default-global-installation-directory-for-nodejs-on-windows.md","Change default global installation directory for node.js on Windows",{"type":9,"value":90,"toc":144},[91,94,97,100,103,106,109,112,115,122,125,128],[12,92,93],{},"Within companies often Anti-Virus (AV) can impact the installation process of common\u002Frecent npm modules.  EPERM errors can occur during the npm -g installation process indicating that there are conflicts between the AV scanning process and the installation. ",[12,95,96],{},"The default location for node modules has generally been a sensitive directory for AV software %appdata% and can be locked down.    Node Installation",[12,98,99],{},"Node will install itself to this directory on your Windows PC C:\\Program Files\\nodejs\\node_modules\\npm",[12,101,102],{},"Following path will be added to the PATH variable C:\\Program Files\\nodejs\\",[12,104,105],{},"Within this directory is a npmrc file with the following PREFIX default prefix=${APPDATA}\\npm    Changing the default location of node_modules",[12,107,108],{},"You can determine the current node default directory by executing npm config get prefix (you can run this after your following update)",[12,110,111],{},"Open the npmrc file located in C:\\Program Files\\nodejs directory.",[12,113,114],{},"Default value prefix=${APPDATA}\\npm  which converts to C:\\Users{username}\\AppData\\Roaming\\npm directory.",[12,116,117,118,121],{},"Change the prefix value to your new custom location i.e. prefix=c:\\npm      * ",[32,119,120],{},"ALSO"," –>",[12,123,124],{},"Change the existing PATH variable from c:\\Users{username}\\AppData\\Roaming\\npm to c:\\npm (Right click on This PC, Advanced Tab, Environment Variables, Select Path in the list and Edit, find the existing npm path and change it)",[12,126,127],{},"Alternative to changing the npmrc file manually",[12,129,130,131,134,135,137,138],{},"npm config set prefix c:\\npm",[132,133],"br",{},"\nnpm config set cache c:\\npm-cache",[132,136],{},"\nWindows System Path can be edited via ",[139,140,143],"a",{"href":141,"target":142},"http:\u002F\u002Fwww.rapidee.com\u002Fen\u002Fabout","_blank","RapidEE",{"title":43,"searchDepth":44,"depth":44,"links":145},[],"2019-03-16T15:27:17.345Z","Change the default global location for installation of npm packages, cache etc.","\u002Farticles\u002Fimages\u002Fnode.png",{},"\u002Farticles\u002Fchange-default-global-installation-directory-for-nodejs-on-windows",{"title":88,"description":147},"articles\u002Fchange-default-global-installation-directory-for-nodejs-on-windows",[154],"node","Hxu8wBevT7-sY8OwgP_bylX4WIRcsDQVSc2j9oAVKu4",{"id":157,"title":158,"author":7,"body":159,"createdAt":193,"description":194,"extension":48,"img":188,"meta":195,"navigation":50,"path":196,"seo":197,"stem":198,"tags":199,"updatedAt":193,"__hash__":201},"articles\u002Farticles\u002Fmultiple-solution-explorer-tools-visual-studio-extension.md","Multiple Solution Explorer Tools–Visual Studio Extension",{"type":9,"value":160,"toc":191},[161,164,172,175,178],[12,162,163],{},"This is a must-have for your Visual Studio 2017 and 2019.",[12,165,166],{},[139,167,171],{"href":168,"target":142,"rel":169},"https:\u002F\u002Fmarketplace.visualstudio.com\u002Fitems?itemName=misaz.multiplesolutionexplorertools",[170],"noopener","Multiple Solution Explorer Tools",[12,173,174],{},"This extension mainly makes scoped Solution Explore view (create by New Solution Explorer View in context menu in Solution Explorer) persistent across solution unload and load (ie. it saves state when Visual Studio shutdown and restores it when solution is opened next time). It allows you to rename solution explorer view so you can easily distinguish it.",[12,176,177],{},"It allows you to create multiple solution explorer windows, rename them AND best of all you can close Studio and re-open, and it remembers your settings.",[12,179,180],{},[139,181,183],{"href":182},"\u002Farticles\u002Fimages\u002Fimage_636839483796186628.png",[184,185],"img",{"style":186,"title":187,"src":188,"alt":187,"width":189,"height":190},"display: inline;","image","\u002Farticles\u002Fimages\u002Fimage_thumb_636839483797297446.png",160,399,{"title":43,"searchDepth":44,"depth":44,"links":192},[],"2019-01-24T17:39:39.809Z","This extension mainly makes scoped Solution Explore view (create by New Solution Explorer View in context menu in Solution Explorer) persistent across solution unload and load (ie. it saves state when Visual Studio shutdown and restores it when solution is opened next time).  Definitely a must have!",{},"\u002Farticles\u002Fmultiple-solution-explorer-tools-visual-studio-extension",{"title":158,"description":194},"articles\u002Fmultiple-solution-explorer-tools-visual-studio-extension",[200],"visualstudio","9vW9DawB66Pk-Z5BJTPAmcJ9KezrCWHX1ISmdlCpLJg",1781574761477]