Click here to Skip to main content
15,898,134 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionException initializing SplitContainerDesigner Pin
astibich214-Nov-08 12:39
astibich214-Nov-08 12:39 
QuestionConnected & Disconnected architecture Pin
Xandip13-Nov-08 17:51
Xandip13-Nov-08 17:51 
AnswerRe: Connected & Disconnected architecture Pin
Pete O'Hanlon14-Nov-08 1:26
mvePete O'Hanlon14-Nov-08 1:26 
QuestionRe: Connected & Disconnected architecture Pin
Xandip14-Nov-08 2:38
Xandip14-Nov-08 2:38 
AnswerRe: Connected & Disconnected architecture Pin
Jon_Boy14-Nov-08 2:50
Jon_Boy14-Nov-08 2:50 
GeneralRe: Connected & Disconnected architecture Pin
Xandip14-Nov-08 2:56
Xandip14-Nov-08 2:56 
GeneralRe: Connected & Disconnected architecture Pin
Jon_Boy14-Nov-08 3:05
Jon_Boy14-Nov-08 3:05 
QuestionStrange Compile problem Pin
cor287913-Nov-08 9:31
cor287913-Nov-08 9:31 
Hey there all, I'm just throwing this out there to see if anyone might have an idea on something to try:

I have recently developed a new Web User Control. This is not my first User Control, I have built many. The control itself does not seem to have issues. I and others in my office can compile and use the control just fine. Yay. However, we have an off site developer to whom I have sent the source code for the control. I did not leave anything out, any required JavaScript, CSS, all required files were sent with the control. However, when he attempts to compile his site with the control, he is getting compiler errors that would seem to indicate that he is not running the correct Framework version. For example, it will not compile with automatic properties (that is, properties that rely on the compiler to build their implementation and add the associated fields to the class), and also rejects methods that are specific to Framework 3.5 such as the Generically typed "ToArray()" method of the Generic List class that is provided as an extension through the System.Linq namespace in .Net 3.5.

I asked the developer to check his target Framework for the site. It is 3.5

I asked him to check which version of System.Core his site was referencing. It is, indeed, referencing version 3.5.0.0.

I made doubly sure that the code behind file for the control contains a using statement for the System.Linq namespace, it does.

The developer apparently did not have SP1 for VS2008 or .Net 3.5 installed but he has since installed the Service Pack.

Has anyone else run into an issue like this or have an idea for something else to try. At this point I am prepared to redevelop the control as a Web Server Control so that I can send it to him pre-compiled, but we are being pushed for a deadline so if there is some quick fix out there I'd love to try that first.

Thanks for any and all suggestions.

"We are men of action; lies do not become us."

Questioncall MFC-dialog from managed code Pin
Yevgen Lisovenko13-Nov-08 9:20
Yevgen Lisovenko13-Nov-08 9:20 
Questionequivalent Pin
Try13-Nov-08 3:49
Try13-Nov-08 3:49 
AnswerRe: equivalent Pin
Jon_Boy13-Nov-08 4:16
Jon_Boy13-Nov-08 4:16 
GeneralRe: equivalent Pin
Paul Conrad13-Nov-08 6:34
professionalPaul Conrad13-Nov-08 6:34 
AnswerRe: equivalent Pin
Paul Conrad13-Nov-08 6:35
professionalPaul Conrad13-Nov-08 6:35 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 9:46
mentorWendelius14-Nov-08 9:46 
GeneralRe: equivalent Pin
Paul Conrad14-Nov-08 9:50
professionalPaul Conrad14-Nov-08 9:50 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 9:58
mentorWendelius14-Nov-08 9:58 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 10:13
mvePete O'Hanlon14-Nov-08 10:13 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 10:26
mentorWendelius14-Nov-08 10:26 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 13:59
mvePete O'Hanlon14-Nov-08 13:59 
GeneralRe: equivalent Pin
Kevin McFarlane16-Nov-08 8:43
Kevin McFarlane16-Nov-08 8:43 
QuestionOptional asembly Pin
cloudking1196612-Nov-08 19:26
cloudking1196612-Nov-08 19:26 
AnswerRe: Optional asembly Pin
Roger Wright13-Nov-08 1:42
professionalRoger Wright13-Nov-08 1:42 
AnswerRe: Optional asembly Pin
Mark Churchill13-Nov-08 12:49
Mark Churchill13-Nov-08 12:49 
QuestionWarning! Newbie On The Loose! Pin
Roger Wright12-Nov-08 17:17
professionalRoger Wright12-Nov-08 17:17 
AnswerRe: Warning! Newbie On The Loose! Pin
led mike13-Nov-08 6:24
led mike13-Nov-08 6:24 

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.