i installed ushare 451 on a 4.7.1.1 umb installation.
All seems ok, but i get this error when i try to add a xslt file.
Removing ushare, make me add xslt files again.
Also when trying to Authorize facebook i get an error:
Facebook authorize error
{
"error": {
"message": "Invalid redirect_uri: Det p\u00e5givende link tillades ikke af applikationens konfiguration.",
"type": "OAuthException",
"code": 191
}
}
Error when adding xslt files:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
1) It seems that the DotNetOpenAuth library internally depends in System.Web.Mvc.dll being present. I assume you don't have MVC installed in that case?
As a quick solution, have you tried adding the missing DLL into your bin folder? I'll be looking at creating a new release which would include this missing DLL as soon as possible.
2) The 191 OAuthException error is returned by Facebook. If you search for this online, you should find other helpful resources as well. This should refer to the URL specified in the App settings being invalid for some reason:
Settings > Basic > Select how your app integrates with Facebook > Website with Facebook Login > Site URL
Please ensure that this URL is valid and pointing to your absolute URL page created by uShare:
http://
I hope this helps in resolving any of these issues for now.
Did you manage to solve this issue? If the above was the answer, please mark it if you don't mind or provide your own solution which would also be helpful.
error adding xslt files after installation
Hi,
i installed ushare 451 on a 4.7.1.1 umb installation.
All seems ok, but i get this error when i try to add a xslt file.
Removing ushare, make me add xslt files again.
Also when trying to Authorize facebook i get an error:
Facebook authorize error
Error when adding xslt files:
It seems that System.Web.Mvc.dll also needs to be added to uShare4.51.zip.
Can this be done?
Hi Peter
1) It seems that the DotNetOpenAuth library internally depends in System.Web.Mvc.dll being present. I assume you don't have MVC installed in that case?
As a quick solution, have you tried adding the missing DLL into your bin folder? I'll be looking at creating a new release which would include this missing DLL as soon as possible.
2) The 191 OAuthException error is returned by Facebook. If you search for this online, you should find other helpful resources as well. This should refer to the URL specified in the App settings being invalid for some reason:
Settings > Basic > Select how your app integrates with Facebook > Website with Facebook Login > Site URL
Please ensure that this URL is valid and pointing to your absolute URL page created by uShare:
http://
I hope this helps in resolving any of these issues for now.
Best regards,
Rigardt
Hi Peter
Did you manage to solve this issue? If the above was the answer, please mark it if you don't mind or provide your own solution which would also be helpful.
Regards,
Rigardt
is working on a reply...