24
Views
1
Comments
Getting Javascript error
Question

set regex pattern on input field validation and making widget false. Even I am putting correct pattern but getting below error: 

Could not load file or assembly 'OutSystems.NssText, Version=11.11.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. 




Just doing regex pattern and setting widget invalid 



Outsystems.NssText is a script file given by outsystems. is there any outdated dependecies?



2025-04-22 05-54-18
Shashi Kant Shukla

Hi @virat kohli,

Please check in your code the WidgetId which you are using in JavaScript is not available/rendered when you calling it into JavaScript, please verify your code and call it once it is rendered/available.


Reagrds

Shashi Kant Shukla

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.