question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support dtproj and rptproj project files

See original GitHub issue

Hi.

Thank you for slngen.

I’d like to request support for *.dtproj and *.rptproj files.

Currently, running slngen **\*.*proj fails with the following error messages:

C:\Repo1\Solution1\Project1\Project1.dtproj(3,3): error MSB4067: The element <DeploymentModel> beneath element <Project> is unrecognized.
C:\Repo1\Solution2\Project2\Project2.rptproj : error MSB4025: The project file could not be loaded. 'Windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name')

SlnGen version 8.5.0+9e6fee5d80 for .NET Core

Thank you.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ramtejsudani6commented, Jun 3, 2022

Have you tried using SlnGenCustomProjectTypeGuid item in your project?

0reactions
icnocopcommented, Jan 6, 2023

Excluding files and folders was added to the CLI in https://github.com/microsoft/slngen/pull/433

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating SSRS projects in Visual Studio 2019 - can't get it ...
We've been using Visual Studio 2017 for a while now but I want to upgrade to VS2019. Looks like rptproj files are not...
Read more >
How can I build my SSIS and SSRS projects in team city?
The project file "SB.SSIS.Package\SB.SSIS.Package.dtproj" is not supported by MSBuild and cannot be built. FOR SSRS here is the warning:.
Read more >
Visual Studio 2019 Preview 1 does not support rptproj ...
VS 2019 Preview 1 apparently doesn't support rptproj projects. It's still a preview, and I know you can do side by side installations, ......
Read more >
Build error MSB4067 (UnrecognizedChildElement) when ...
warning MSB4078: The project file "Reports.rptproj" is not supported by MSBuild and cannot be built. The latter behaviour is more desirable (for ...
Read more >
Can't open a BI project after an upgrade - Visual Studio
This problem occurs after you upgrade the project to the Visual Studio ... .sln .dwproj .dtproj .rptproj ... The project file was unloaded....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found