DNN7 installer .vsi file for dynamic module not working - asp.net-mvc

I am facing a issue regarding the DDN7 Module installer file ie for adding the components in VS2012 but it i not working for me
I have tried below url insataller file
http://christoctemplate.codeplex.com/releases/view/107619
ALso the
DotNetNuke_Community_07.00.06_StarterKit.vsi kit this is also not working for me
Please help me ASAP thanks in adavnce

Try the manual installation of the template
https://christoctemplate.codeplex.com/releases/view/107802
Grab the ZIP file and put it into the Visual Studio 2012/Templates/Web folder

Related

RTCAudioSession.h and some other files are missing in newly built WebRTC.framwork(iOS)

I am trying to build WebRTC to get updated library file. I have successfully
built the framework.There is a demo in the source code.At first I am trying to run demo app(AppRTCMobile) with the built framework.Problem is that some files are missing in the framework.It is targeting to import some files from webrtc/modules/audiodevice/ios/obj and showing error for not to be able to import the files.So I can't run the demo and continue afterwards.I followed the below link to build WebRTC:
https://webrtc.org/native-code/ios/
Can Aynone help?
RTCAudioSession.h is never included in WebRTC.framwork, hope it may include soon.
Possible workaround's:
Remove/comment RTCAudioSession related stuff in ARDVideoCallViewController
OR manually add RTCAudioSession.h file in WebRTC.framwork/Headers/

YouTube integration issue in iOS SDK

I am integrating YouTube in my app in which I have to login the user for authentication.I got a sample code that is working fine.When I started integrating that code in my app then I am getting some issues.
First:-
When I run the same code in a sample app I made then its telling GTLYouTube.h file missing.I am unable to know how that sample is working even though it does not have that file.
Second:-
Subsequently I added the downloaded file from svn checkout svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client-read-only and added the files in my app.
Then although the GTLYouTubeConstants.m is present as I can see in Services->Youtube->Generated I am getting error that GTLYouTubeConstants.m file not found.
I am unable to find while compiler is unable to find the file.Is there anything wrong in my implementation?
Finally I came up with the solution.I need to make a lot of changes in the code which I will write in steps so that it can be helpful for others.
The main problem I got in GTLYouTube_Sources.m,GTLCommon_Sources.m and GTLNetworking_Sources.m.When I used these files from the Sample App the files were missing and I was getting message like GTLYouTubeConstants.m file not found in GTLYouTube_Sources.m file.From the comments of developer in the GTLYouTube_Sources.m I came to know that I can't directly use these files.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
So I downloaded the files from svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/google-api-objectivec-client-read-only and added the files in my app.Then again I got that error but when I removed the GTLYouTube_Sources.m,GTLCommon_Sources.m and GTLNetworking_Sources.m files form the project then the error gone(since I have already added the needed files).
Then again I got the duplicate symbol _OBJC_METACLASS_$ (linker error).Then I had to remove the GTLYouTube_Sources.m from Services->YouTube->Generated folder and the error gone.
I had made some other changes along with this:
I changed my header search path to same that used in Sample App.Also I changed my framework search path to $(SDKROOT)/Developer/Library/Frameworks $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) and I removed all the test files and didn't use any test framework as we can see in the downloaded files.
May be my solution is not proper but it let the code running so please suggest me any improvement needed.

OpenCV - cvQueryFrame + avi file issue

I'm getting some trouble while opening a no compression avi file on Visual Studio 2012 with OpenCV 2.4.5 (I've tried 2.4.2 to 2.4.8 versions) and it give me the following error,
video file c:\ ... \30-1.avi warning: Error opening file (../../modules/highgui/src/cap_ffmepeg_impl.hpp:529) Not able to video file open.
Someone know what to do to fix this issue?
Thanks!!
This is an issue I have been facing recently. What worked for me is copying the ffmpeg related DLL to the application folder. Depending on your configuration, you need to copy opencv_ffmpeg245d.dll for debug or opencv_ffmpeg245.dll for release.
Let me know if that works for you!
Best regards, Andrei C.

ARToolkit DSVLD.dll error

I have followed the tutorial here: http://www.hitl.washington.edu/artoolkit/documentation/devstartup.htm
When I try to compile the program, it will compile but the output window will tell me:
DSVLd.dll(tid 774c) 42818982 : Could not access module key
DSVLd.dll(tid 774c) 42818982 : Could not access GLOBAL module key
And then the program will quit.
I have been able to setup the toolkit according to the instructions and was able to run the sample programs just fine. I am not sure whether or not there is some setup steps I missed or need to configure if I am creating this project from scratch.
I am currently running 64-bit Windows 7.
Any help would be much appreciated!
I have a similar debug output when my program is running a linked library using MS directshow (debug version). It seems the debug system is looking for Windows registry keys. But it should not be the reason for a program quitting, at least mine works unaffected.
I solved it just now. Just copy the two files (data and Wrl) from ARToolKit\bin\data and ARToolKit\bin\Wrl to the directory debug under you own project folder, not just copy to your project folder.

File not found error on ALL files in Blackberry project

I haven't touched any of my Blackberry projects for about 2 weeks now. Today I had to make some modifications, but when I tried to compile and run my code I got an error message like the following (this has been simplified):
JavaBuilder handling CoreException
org.eclipse.core.runtime.CoreException: File not found: C:\Program Files\etc etc etc\ClassName.class
And this error pops up for every single one of the files in my project.
I'm not a Java professional by any means, but I'm pretty sure this has something to do with my build path. What do I have to do? I did a system restore a little while back don't know if that has anything to do with this.
Thanks a lot.
Problem solved. For some reason alot of the folders in my project's folder were duplicated (ie: mainpackage, mainpackage(2)), so each one of my class files had a twin. Eclipse didn't tell me this, instead it just decided to say "I can't find the files" even though they were there. Not a very useful error message.
So I deleted mainpackage(2) and now it runs fine.
Thanks again for the help.

Resources