Questions tagged [starter-kits]

Use this tag for questions related to a starter kit, such as the use, configuration, development or merging of a single or multiple starter kits

Use this tag for questions related to a starter kit, such as the use, configuration, development or merging of a single or multiple starter kits

41 questions
1
vote
1 answer

Any starter-kits/open source support center implementations out there?

I'd like to implement a product support site in ASP.NET that will contain at least a forum and a knowledge base(FAQs). Could you recommend some good starting points? Thanks
AlexC
  • 309
  • 2
  • 11
1
vote
0 answers

SaaS Billing and Multi-tenant starter kit

I'm just about finished with a solution built with ASP.NET MVC. Apart from a few bits and pieces, I only have security to do. I was wondering if there is some sort of starter code somewhere which I can build into my application (or build my…
Amanda
  • 159
  • 1
  • 3
  • 16
1
vote
1 answer

ASP.net error message when using REST starter kit

I've written some code using the REST starter kit and it works fine on my development machine. However, when I upload it to our server the page gives me the following error message... CS1684: Warning as Error: Reference to type…
jonhobbs
  • 26,684
  • 35
  • 115
  • 170
1
vote
0 answers

Huge Files Uploading in asp.net Video Starter Kit

I am using Video started Kit, First I used to upload videos/audios on local directory and It was uploading, Now I have implemented to upload files on Amazon S3 server. Because of this files takes too much time in uploading and then final…
Syed Salman Raza Zaidi
  • 2,172
  • 9
  • 42
  • 87
0
votes
2 answers

Downloading the SubSonic Starter Kit

Here's an easy one for you... perhaps. The SubSonic Starter Kit that is discussed on the SubSonicProject Site, is MIA. All links to DL it point to the now defunct CodePlex project. There appears to be no such DL on the Google Project Site. 10…
SCady
  • 445
  • 6
  • 14
0
votes
1 answer

Can I create a visual studio 2008 starter kit that is based on a solution file with multiple projects

I have successfully managed to create Visual Studio starter kits in the past, however as far as I am aware they can only be made at the project level. I have a solution that contains multiple projects that I want to distribute throughout an…
Bruce McLeod
  • 1,362
  • 15
  • 21
0
votes
2 answers

Creating a custom theme in Prestashop 1.7 (with Starter theme?)

We're approaching to build a custom theme, from scratch, for Prestashop (v1.7) for the first time (while we come from advanced experience in Wordpress custom themes, like using Sage 9). So we are studying what starter theme using as foundation. We…
Fred K
  • 13,249
  • 14
  • 78
  • 103
0
votes
1 answer

DotNetNuke Starter Kit Version 05.06.01 creates an old manifest file

I installed the starter kit version 05.06.01 on visual studio 2010 and when I create a compiled module, the first line of the manifest file is: Shouldn't it be version 5.0 Thanks.
nima
  • 6,566
  • 4
  • 45
  • 57
0
votes
1 answer

Small Business Starter kit for VS 2010: HRESULT 0x80041FEB

I've just downloaded the MS Small Business Starter kit, which is simply a smallbusiness.vsi file. I double clicked this, and got a success message after the install process. This adds a new web site template, but when I try and add a small…
ProfK
  • 49,207
  • 121
  • 399
  • 775
0
votes
1 answer

How to setup proxy for webpack-dev-server for angular2-webpack-starter?

I have been porting an angular1 project to the angular2-webpack-starter project. The front-end portion is working well enough that I attempted to connect the frontend to the backend server by setting up the proxy in the webpack.dev.js file…
JoelParke
  • 2,676
  • 2
  • 24
  • 38
0
votes
1 answer

How can I use Yii2 Glide

I already use yii2-file-kit. And now I want to resize my thumbnail by glide but I'be got error in log "NetworkError: 500 Internal Server Error - http://storage.local/cache/1/iApQj79NQCji2TWsLZppiCQ8lbdgAPBz.jpg?w=100" Here is my config …
0
votes
1 answer

Visual Studio Starter Kit for development of dnn skin and dnn module?

I want develop my dnn modules and skins with vs starter-kit. Where I can download dnn7 Starter Kit for development of dnn skin and dnn module ?
hmahdavi
  • 2,250
  • 3
  • 38
  • 90
0
votes
1 answer

Google Web Starter Kit not installing correctly

i tried to install GWSKdownloaded it and used sudo npm installafetr a while i got an error `darwin-x64-node-0.10` exists; testing Binary is fine; exiting npm ERR! cb() never called! I ignored it and continued two more dependencies where missing…
0
votes
1 answer

WCF REST Starter Kit not filling base class members on POST

I have a WCF REST Starter Kit service. The type handled by the service is a subclass of a base class. For POST requests, the base class members are not correctly populated. The class hierarchy looks like this: [DataContract] public class…
HJG
  • 1
0
votes
1 answer

Bootstrap 3 Wordpress Starter Template

I design multilingual websites built using Bootstrap 3. Our software is bespoke and written from the ground up by us. However, we seamlessly integrate WordPress blogs into the sites and up until recently have been using a freebie from 320press…