Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "crumbdav"

Any suggestions?

Ok. I believe I added you to my visual studio online repository.

Im confused, shouldn't the npm run create-bundles process be creating the minified versions?

went into the .Web directory and ran npm run create-bundles

Did not fix it.

(ESLint) Mixed spaces and tabs.

Are there any error on browser console? Im not sure what you mean by this. Can you be more specific in what you are looking for? Thanks.

Greetings;

I originally posted issues with my test download of aspnetzero with not being able to get the modal dialog for add 'item' after creating the entity with the PowerTools feature. Per your recommendation, I waited a couple of days and then downloaded a newer copy of the Visual Studio Power Tool. I was able to get it to work.

But alas, I have downloaded my 'permanent' copy of my application, and I now can't get the interface to fully run. I've tried three different times, starting from scratch to no avail.

Im not sure what information to provide to you. When I ran the RadTool build process, there were no errors or warnings. I will try and document fully every step I took to build the application.

ASP.NET MVC Core 2.2 JQuery application. Visual Studio 2017, Power Tools version as of 04/08/2019.

  1. Unzip the file to a directory
  2. Open the Web Solution in Visual Studio
  3. For each of the MVC and Public projects, I restored the npm packages
  4. for each of the MVC and Public projects, I went into the directory, and in DOS I ran two commands: yarn and npm run create-bundles
  5. I updated the appsettings.json in both the Web and Public projects to my local SQL Server Instance
  6. In the visual studio Package Manager, I ran the update-database -verbose command on the EntityFrameworkCore project to build the database
  7. I ran the application using IISExpress and was successfully able to log in.

I created an entity and built it with no obvious errors or warnings.

When I go into the application (Host) and go into the interface, when I click on the "Create new <object>" nothing happens.

Can you provide any guidance on what other information you need?

Any guidance is greatly appreciated,

--Dave

(For fellow newbies)

  1. Downloaded an ASP.NET MVC JQuery Demo file
  2. Created a new database and database user in SQL Server(giving the user dbreader,dbwriter, and dbowner rights)
  3. Unziped the Demo file into the directory of my choice
  4. Opened Visual Stuido, Opened project File (in this case I only opened the Web solution)
  5. Let Visual Studio refresh it's packages
  6. I went into the MVC and refreshed the npm directory packages
  7. I went into the PUBLIC and refreshed the npm directory packages
  8. In Pakcage Manager Console, I did the Update-Database command on the EntityFrameworkCore application. This built the database
  9. In DOS, I went to the MVC directory and ran npm run create-bundles command
  10. I ran the application to test. Username: admin Password: 123qwe
  11. Now, I wanted to create a new Entity using the PowerTools tool
  12. Downloaded and installed the Asp.Net ZERO PowerTools VSIX file from Marketplace (Tools-Extension and Updates)
  13. Opened the PowerTools tool in Visual Studio Tools-AspNetZero - Create Entity
  14. Fill in the Entity Information
  15. Create your Fields
  16. Select Generate Entity
  17. Go to your MVC directory and execute npm run create-bundles command
  18. Ran the Program...
  19. It works!!!
Showing 11 to 20 of 24 entries