Host Partnership
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Need a custom module?
 Should you have any questions about custom DNN modules or web projects, please let us know.
|
Support Forum
| Author |
Messages |
|
VinceLL VinceLL Posts:23

 |
| 02/25/2010 11:15 AM |
|
when i tried to install the my video module on the page as suggested on the pdf file, i get this error.. what should i do.. thanks for the help Error: UVG_MyVideos is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Procedure or function 'UVG_VideoSearchMyVideos' expects parameter '@searchKey', which was not supplied. ---> System.Data.SqlClient.SqlException: Procedure or function 'UVG_VideoSearchMyVideos' expects parameter '@searchKey', which was not supplied. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at BizModules.UltraVideoGallery.Data.SqlDataProvider.SearchMyVideos(Int32 portalId, Int32 userId, String searchKey, Int32 seriesId, Int32 categoryId, String sortBy, Boolean desending) at BizModules.UltraVideoGallery.VideoController.SearchMyVideos(Int32 portalId, Int32 userId, String searchKey, Int32 seriesId, Int32 categoryId, String sortBy, Boolean desending) at BizModules.UltraVideoGallery.MyVideos.BindData() at BizModules.UltraVideoGallery.MyVideos.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- |
|
|
|
|
VinceLL VinceLL Posts:23

 |
| 02/25/2010 8:00 PM |
|
| any updates on this.. upon investigating.. seems like the Searchkey value is null or empty.. please fix. thanks |
|
|
|
|
VinceLL VinceLL Posts:23

 |
| 02/25/2010 8:20 PM |
|
i don't know if this really fix the problem .. but here's my fix.. (still testing and if this is not the correct solution please let me know) on MyVideo.ascx.vb file on your BindData() function.. add this lines before the call to searchmyvideo If String.IsNullOrEmpty(SearchKey) Then SearchKey = "" End If please update me back. thanks |
|
|
|
|
Pengtsen R Posts:11264

 |
| 02/25/2010 11:18 PM |
|
I didn't hear about this problem before. is your UVG a modified version? what's your version number? |
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|