Tagged Questions

0
votes
4answers
48 views

Showing PDF in VC# 2k8

Hello, I'm looking for a solution to display a PDF in C#. I found the AxAcroPDFLib Control, that works very fine and is sufficient. But other people can't start my program, becau …
3
votes
3answers
151 views

Can I use an open source framework in a project I plan to profit from?

I'm building a CMS on codeigniter. I'm modifying codeigniter in small ways to make it work with my ideas more seamlessly. But I wonder - are there any restrictions on how I can pro …
3
votes
3answers
126 views

Is WebsiteSpark too good to be true? [closed]

Seriously, where is the catch? To me the biggest show stopper in BizSpark was that it didn't cover consultants, as I understood it. WebsiteSpark doesn't seem to have those limitati …
21
votes
12answers
1k views

What legal issues can I run into if I use example code (say from stackoverflow) in my projects?

A couple of questions I've read today discuss the legal implications of using someones code in your project: Can I legally incorporate GPL & LGPL, open-sourced software in a …
0
votes
2answers
44 views

AppDomains and licence files

Hi, We have a dll which uses a third party component, with embedded licence file (licx). now we are trying to use our dll in a windows service applicaiton, using mulitple appdoma …
0
votes
1answer
27 views

Correctly package plugin that contains open-source licences

I'm building a project that uses source from a project that's been built from a project that uses code under MIT and GNU licences. What steps do I need to take to make sure that t …
1
vote
5answers
181 views

.NET class library licencing idea - madness?

Hi I'm currently developing a .NET library (not a control), and considering how to provide a combined "development" and freely run-time deployable licencing scheme to work with it. …