Wednesday, November 4, 2020

How to always run application as administrator , from Warren

 

Got this from Warren, wanted to save it. 

E-


I have sent this out before but I was asked how to do this...

This will actually work for almost any program... 

  1. Close all instances of Visual Studio
  2. Right click on the Visual Studio icon in your task bar (you will first need add to task bar in windows 10)
  3. Right click on Visual Studio and click Properties
  4. Click open File Location button
  5. Right-click devenv.exe file in that folder appears
  6. Select Troubleshoot compatibility
  7. Select Troubleshoot program
  8. Select The program requires additional permissions
  9. Click Test the program and wait for the program to launch
  10. Then click Next button
  11. Select Yes, save these settings for this program
  12. Click Clos

Tuesday, May 5, 2020

Changing your machine password when remote desktop through citrix (working remotely)



Changing your machine or ad password when remote desktop through Citrix (working remotely)

Method 1 (JcD*v)
Ctrl+Alt+End = Change Citrix Password ( JCD*V\User.Name)

Method 2 (Dev Box)
Search -> Onscreen Keyboard<enter>, Ctrl+Alt on my keyboard, Del on the online keyboard = Change Box Password (JCD*V\User.Name)

Method 3 (Citrix)

Log into Citrix remotely, Open JCDC desktop (citrix-> desktops->Jobcorps)
Search -> Onscreen Keyboard<enter>, Ctrl+Alt on my keyboard, Del on the online keyboard = Change Box Password (AD*\User.Name)

Method 4 (Citrix)
Go to https://citrix.jobcorps.org/Citrix/JobCorpsWeb/ from your work PC and change it there

Method 5  (Citrix)

Webmail and webauth (citrix?) password)

https://webauth.jobcorps.org

 (login to citrix, settings, edit settings , reset password)

Method6 (Dev)

login to citrix (not web auth, click the citirx chicklet)
Click the apps button center top
use the JCD*vPassword tool to reset the jcd*v password

https://webauth.jobcorps.org



*****DO NOT FORGET***** Only 1 password change is allowed every 24 hours.. So if it's reset for you you can't change it til tomorrow

Visual Studio 2019

When VS expires Lisc message comes up, all logins are just straight email no domains

Last.FirstM@jobcorps.org

Thursday, April 2, 2020

A referral was returned from the server



Okay

So we made a bunch of AD changes from server a to server B

In the process one of our appsettings still contained the cn  style path to the
root we waznted to use to search on the _OLD SERVER_.

Because DC=BOB,DC=ORG wasn't in DC=DAVE,DC=ORG, or on that server anywhere,
we got the "A referral was returned from the server" error.


Wednesday, February 26, 2020

Student Password change just keeps failing...



1. Passwords only allowed to change once per day _may_ be set in AD (It's not supposed to be)
2. Ad keeps record of the last 24 passwords, so it can't be one of those.

Monday, November 25, 2019

Server Error in '/POCAdmin' Application.

Server Error in '/POCAdmin' Application.

Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.BadImageFormatException: Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Source Error:



Answer:


Set AppPool = .Net v4.5 Classic
In manage ap pools , advanced settings set Enable 32-Bit Applications = true