Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object not set error in Script Finder #117

Closed
KP69 opened this issue Apr 23, 2015 · 2 comments
Closed

Object not set error in Script Finder #117

KP69 opened this issue Apr 23, 2015 · 2 comments
Labels
Milestone

Comments

@KP69
Copy link

KP69 commented Apr 23, 2015

Hello,
This is my first time using the XrmToolBox. I was trying out Script Finder (Version: 1.2015.2.21). When I clicked on Find Scripts I got "Object reference not set to an instance of an object" with following details..

System.NullReferenceException: Object reference not set to an instance of an object.
at MsCrmTools.ScriptsFinder.ScriptsManager.LoadRibbonCommands(EntityMetadata emd) in c:\Users\userID.Company\Documents\Projects_Non_TFS\CRM Upgrade\XRMToolBox\XrmToolBox-master\Plugins\MsCrmTools.ScriptsFinder\ScriptsManager.cs:line 140
at MsCrmTools.ScriptsFinder.ScriptsManager.Find() in c:\Users\userID.Company\Documents\Projects_Non_TFS\CRM Upgrade\XRMToolBox\XrmToolBox-master\Plugins\MsCrmTools.ScriptsFinder\ScriptsManager.cs:line 35
at MsCrmTools.ScriptsFinder.ScriptsFinder.b__0(DoWorkEventArgs e) in c:\Users\userID.Company\Documents\Projects_Non_TFS\CRM Upgrade\XRMToolBox\XrmToolBox-master\Plugins\MsCrmTools.ScriptsFinder\ScriptsFinder.cs:line 51
at XrmToolBox.Worker.<>c__DisplayClass2.b__0(Object s, DoWorkEventArgs e) in c:\Users\userID.Company\Documents\Projects_Non_TFS\CRM Upgrade\XRMToolBox\XrmToolBox-master\XrmToolBox\Worker.cs:line 17
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

I'm connected to CRM 2011 (IFD).

Thanks!

@MscrmTools
Copy link
Owner

Ok, it is due to the fact I don't check if the action is an URL action or a JavaScript action...

Let's fix this!

@MscrmTools MscrmTools added the bug label Apr 24, 2015
@MscrmTools MscrmTools added this to the May release milestone Apr 24, 2015
@KP69
Copy link
Author

KP69 commented Apr 24, 2015

Wow! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants