Click here to Skip to main content
15,917,174 members
Home / Discussions / C#
   

C#

 
AnswerRe: formPrintHelper Component compatible in .NET 4 Client Profile? Pin
Luc Pattyn20-Feb-12 12:28
sitebuilderLuc Pattyn20-Feb-12 12:28 
Answerthanks guys Pin
aquahoya20-Feb-12 12:38
aquahoya20-Feb-12 12:38 
Answererrors occuring before build Pin
aquahoya20-Feb-12 12:54
aquahoya20-Feb-12 12:54 
I tried doing what the two of you suggested, to build the .dll in the .NET framework 4 client profile, but an error occurs in this code(the bold is the error part):
C#
#region FormPrintHelperComponent design
    namespace Design
    {
        #region FormPrintHelperComponentDesigner
        [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
        public class FormPrintHelperComponentDesigner :
            System.ComponentModel.Design.ComponentDesigner
        {

And highlighting it, it says: cannot resolve symbol 'ComponentDesigner'. It's strange as to why it won't build for framework 4 client profile, but it will build for framework 4 Confused | :confused:

I'll ask Duncan, but I'm not sure he's still ever on. Thats why I was hoping for help here in the forum, but I'll ask in both places Smile | :)
AnswerRe: errors occuring before build Pin
Luc Pattyn20-Feb-12 14:18
sitebuilderLuc Pattyn20-Feb-12 14:18 
GeneralRe: errors occuring before build Pin
aquahoya20-Feb-12 16:03
aquahoya20-Feb-12 16:03 
AnswerRe: errors occuring before build Pin
Luc Pattyn20-Feb-12 16:24
sitebuilderLuc Pattyn20-Feb-12 16:24 
GeneralRe: errors occuring before build Pin
Pete O'Hanlon20-Feb-12 21:52
mvePete O'Hanlon20-Feb-12 21:52 
QuestionExport excel with password protected Pin
selvakumark19-Feb-12 20:37
selvakumark19-Feb-12 20:37 
AnswerRe: Export excel with password protected Pin
Mycroft Holmes19-Feb-12 22:13
professionalMycroft Holmes19-Feb-12 22:13 
Generalwhich is the best language to learn Pin
KAFIL AHMED TAJAMUL DIVEKAR19-Feb-12 18:06
KAFIL AHMED TAJAMUL DIVEKAR19-Feb-12 18:06 
GeneralRe: which is the best language to learn Pin
BillWoodruff19-Feb-12 18:36
professionalBillWoodruff19-Feb-12 18:36 
GeneralRe: which is the best language to learn PinPopular
V.19-Feb-12 21:34
professionalV.19-Feb-12 21:34 
GeneralRe: which is the best language to learn Pin
GParkings19-Feb-12 23:20
GParkings19-Feb-12 23:20 
GeneralRe: which is the best language to learn Pin
Dave Kreskowiak20-Feb-12 8:43
mveDave Kreskowiak20-Feb-12 8:43 
GeneralRe: which is the best language to learn Pin
jschell20-Feb-12 10:10
jschell20-Feb-12 10:10 
GeneralRe: which is the best language to learn Pin
Not Active20-Feb-12 8:48
mentorNot Active20-Feb-12 8:48 
GeneralRe: which is the best language to learn Pin
jschell20-Feb-12 10:18
jschell20-Feb-12 10:18 
AnswerRe: which is the best language to learn Pin
thatraja1-Mar-12 7:43
professionalthatraja1-Mar-12 7:43 
QuestionGet the value of the onCheckedChecked event Pin
MacIntyre19-Feb-12 12:59
MacIntyre19-Feb-12 12:59 
AnswerRe: Get the value of the onCheckedChecked event Pin
ProEnggSoft19-Feb-12 14:31
ProEnggSoft19-Feb-12 14:31 
GeneralRe: Get the value of the onCheckedChecked event Pin
BillWoodruff19-Feb-12 18:40
professionalBillWoodruff19-Feb-12 18:40 
GeneralRe: Get the value of the onCheckedChecked event Pin
ProEnggSoft19-Feb-12 19:35
ProEnggSoft19-Feb-12 19:35 
AnswerRe: Get the value of the onCheckedChecked event Pin
BillWoodruff19-Feb-12 18:39
professionalBillWoodruff19-Feb-12 18:39 
GeneralRe: Get the value of the onCheckedChecked event Pin
RichardGrimmer20-Feb-12 5:09
RichardGrimmer20-Feb-12 5:09 
QuestionVertical ProgressBar Pin
DerecL19-Feb-12 11:07
DerecL19-Feb-12 11:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.