Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing some .NET 3.5 assemblies #15

Open
WamWooWam opened this issue Apr 13, 2024 · 1 comment
Open

Missing some .NET 3.5 assemblies #15

WamWooWam opened this issue Apr 13, 2024 · 1 comment

Comments

@WamWooWam
Copy link
Contributor

Some assemblies from .NET 3.x seem to be missing from the installer.

Example: ShareX is missing System.Xml.Linq
image

Other assemblies that seem to be missing include

  • WindowsBase
  • PresentationFamework.*
  • PresentationCore
  • PresentationUI
  • WindowsFormsIntegration
    • (these all make up WPF which I don't expect to work but some WinForms apps may use them for additional helpers)
  • System.AddIn
  • System.ComponentModel.DataAnnotations
  • System.Data.DataSetExtensions
  • System.Data.Entity
  • System.Data.Linq
  • System.IdentityModel
  • System.Printing
  • System.Runtime.Serialization (v3.0.0.0)
  • System.Speech
  • System.ServiceModel.*
  • System.Transactions
  • System.Workflow.*
  • System.Net (v3.5.0.0)

& probably more, my reference system includes Visual Studio and Office 2003 so it's a little hard to parse what's added by those vs. what's included purely in .NET

@RealCalumPlays
Copy link

Pretty sure all of the libraries .NET installed can be seen in the nsis installer script near the bottom when its adding them to GAC. I may be wrong so take this with a pinch of salt haha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants