Since I have had errors upgrading from 4.5.x to 4.8 I decided today to upgrade to 4.7 ... And It went well. Then I upgraded to 4.8 and all well..
Now I installed all the modules ... to newest version .. and it did not do well.
unfortunatly same error.. UNC path.. ?? its all on the servers own HD, why am I getting this ?
Its not the DNNcore.. but some core modules for sure.
The UNC path should be of the form \\server\share.
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.ArgumentException: The UNC path should be of the form \\server\share.
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. |
Stack Trace:
[ArgumentException: The UNC path should be of the form \\server\share.]
System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) +2819646
System.IO.Path.GetFullPathInternal(String path) +45
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +438
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
DotNetNuke.HttpModules.RequestFilter.RequestFilterSettings.GetSettings() +265
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +262
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
The UNC path should be of the form \\server\share.
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.ArgumentException: The UNC path should be of the form \\server\share.
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. |
Stack Trace:
[ArgumentException: The UNC path should be of the form \\server\share.]
System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) +2819646
System.IO.Path.GetFullPathInternal(String path) +45
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +438
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
DotNetNuke.HttpModules.RequestFilter.RequestFilterSettings.GetSettings() +265
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +262
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|