C
C#2y ago
Nester

✅ What framework is this and how do I run it?

24 Replies
Nester
Nester2y ago
I think it's asp.net. Using visual basic. I don't know how to run it in visual studio. When I "Open a project or solution" and go to the project's folder, there's no proj or sln file there, so visual studio doesn't open it Do I need to "build" the necessary files to run this? How would I go about doing that?
Anton
Anton2y ago
fyi this project is ancient
Nester
Nester2y ago
I know
Anton
Anton2y ago
maybe the readme has some instructions?
Nester
Nester2y ago
The readme was created for the repo, it has nothing.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
I'm using Visual Studio 2022 Do I need to downgrade to run this project?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
Yes, sorry, that is what I meant.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
I installed .NET Framework project and item templates And none of the templates I could create looked like my project
Nester
Nester2y ago
Nester
Nester2y ago
Nester
Nester2y ago
Tried all of them ^ Should I download vs2003 or 2005?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
Is it absolutely required that I create a vbproj file?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
Because I don't know what to fill the file in with.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Hashashin023
Hashashin0232y ago
I’m just Windows App (Net. Framework) for my projects
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nester
Nester2y ago
I'm going to update the project, just need to run it first to know what it's like. How do I get vs to create it for me? I created a new project, then copied the generated vbproj file to the folder of my old project Changed the name Tried running it
Nester
Nester2y ago
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ DateTime help with NodaTimeSo I receive timeseries data from an API which I then save in a db. The API delivers the data in hou❔ Creating a seperate .net project that serves as a backend for my react webappI want to use dotnet to serve as my backend for my webapp, although I have no idea how to set it up ❔ ✅ Generics 'where' : Limitations of what types are allowsWhen I'm specifying what types are allowed, is it possible to say anything about what types are *not❔ Why Serilog doesn't loggin into a MSSQL DatabaseHi dear friends, I'm working on a solution that contains 5 projects, ( `Core`, `IdentityCore`, `EFCo✅ ASP.NET API (EF Core) RelationshipsUsing the following example in my learnings, I'm struggling to make this work the way I want it to. ❔ How to reference a list of objects that derive from 'Class<T>', if T is different for all of them?I have a manager class, Manager<T>. The child classes for this set T to their own type, due to a fun✅ How to flush NLog on application exit with MELHi, I am using Microsoft.Extension.Logger (MEL) ILogger abstraction, and NLog as my provided impleme❔ changing values in .csv file with file i/o commandshello, i'm trying to replace a certain column in a csv file with file i/o commands but i can't quite✅ CORS: Cross-Origin Request BlockedHello, I'm trying to figure out how to configure CORS on my .NET Web Api Application. The Api Appli✅ How do I move a Window in WinUI 3 C#?Hey everyone! I have a window that is shaped like a taskbar, so it's {screenWidth} x 50px tall. Curr