I have taken fresh pull from git and it’s having 12 global variables which is mapped to 12 entries in globalvariable.json.On compilation of any file in the project am getting error globalvariable(temp name).dll is missing.But code is working fine in other machines.Can you please through insight on this please.
Try these 2 approaches:
Approach #1
- Make the .local hidden folder in the Studio project machine which doesn’t have the issue as not Read-only.
- Commit and Push to Git (make sure that the new .local folder is present)
- Try to perform a new Pull and observe the behavior.
Approach #2
- Close Studio project
- Delete the .local folder from your impacted Studio project machine
- Copy the .local folder from the machine which doesn’t have the issue and paste it in your impacted Studio project machine
- Reopen the project
Does it help?
Thanks for the suggestions…
Couldn’t try the suggestions#1.Since as process in our project-its not allowed to push .local folder in git
Tried placing the .local folder from the machine(which is not having issue to impacted machine).Inside .local folder-there is one .dll file and .tmp folder and there were many .dll files in .temp folder.System always searching the file(which was in .tmp)in .local folder and showing that .dll in error
Even if am placing that file manually also it’s getting reset during execution.
As a workaround I have tried modifying value of global variables in impacted and it’s started working fine
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.