What's new

Visual Studio

Lizzbelle28

Honorary Poster
Established
Joined
Aug 18, 2023
Posts
364
Reaction
341
Points
136
Age
26
1705538467375.png


Mga Lods Pano po kaya gagawin ko dito Ita-try ko sana kasi ilipat yung Source Code ko sa from Server to another Computer pero pag ino-open ko ito nalabas
p-help mga lods

Thanks
 

Attachments

Hi! I understand that you're trying to transfer your source code from one server to another computer, but you're encountering an issue when trying to open it. Can you please provide more details about the issue you're facing? What error message are you seeing when you try to open the source code? Additionally, it would be helpful to know what programming language or framework you're using and any steps you've already taken to transfer the source code. With more information, I'll be able to provide you with a more accurate solution.
 
Change your explorer settings to Show File Extension & Open your VS under menu > File > Open a Project or Solution > open your file with *.csproj extension
View attachment 2865286
View attachment 2865288
Try ko to Lods

Change your explorer settings to Show File Extension & Open your VS under menu > File > Open a Project or Solution > open your file with *.csproj extension
View attachment 2865286
View attachment 2865288
C:\Users\Samsung IT PC\Desktop\SystemCore (UPDATEDDD)\src\SystemCore\SystemCore.csproj : error : The project file cannot be opened. Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.


Ito young lumalabasa Sa Output sa Baba Lods
 
Last edited:
Try ko to Lods


C:\Users\Samsung IT PC\Desktop\SystemCore (UPDATEDDD)\src\SystemCore\SystemCore.csproj : error : The project file cannot be opened. Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.


Ito young lumalabasa Sa Output sa Baba Lods
It seems like you're encountering an issue related to opening a project file and the .NET SDK. To troubleshoot this problem, you can follow these steps:

1. Check .NET SDK Installation:
Ensure that the .NET SDK is installed on your system. You can download it from the official .NET website: You do not have permission to view the full content of this post. Log in or register now.

2. Verify PATH Configuration:
Make sure that your system's PATH environment variable includes the path to the directory where the .NET SDK is installed. This ensures that your system can locate the necessary files.

3. Global.json Version Matching:
If your project includes a global.json file, check if the specified version matches the installed version of the .NET SDK. Adjust the version in the global.json file if needed.

4. Restart Visual Studio or IDE:
If you are using an integrated development environment (IDE) like Visual Studio, try restarting it. Sometimes, changes to the system environment may require a restart for them to take effect.

5. Update .NET SDK:
Ensure that you are using a compatible version of the .NET SDK for your project. If necessary, update to the latest version by running the appropriate command. For example:
Code:
   dotnet --version
   dotnet --list-sdks

6. Check Project File Integrity:
Verify the integrity of your project file. Ensure that it is not corrupted and contains the necessary information.

If the issue persists after trying these steps, you may need to provide more details or consult with the specific community or support channels related to the tools and frameworks you are using for development.
 
Salamat ng tips and Solution Mga lods okay na napa gana ko na yung Source Code

2. Verify PATH Configuration:
Make sure that your system's PATH environment variable includes the path to the directory where the .NET SDK is installed. This ensures that your system can locate the necessary files.


Ito yung Ginawa ko, kaya nakita ko na dawala yung naka install sakin na SDK isang x86 atsaka yung x64
Ang ginawa ko tinanggal ko yung x86 File sa Program File kasi di sya gumagana sa "path" ehh kaya binura ko nalang hahahah

Thank you ulit
 
Dalawa talaga yang sdk path lods for 32bit at 64bit, baka kailangan mo isa jan soon kaya wag mo delete
 

Similar threads

Back
Top