Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
GeneralRe: Including c# v2.0 library in a c# v1.1 library. Pin
Spoon6513-Oct-08 22:37
Spoon6513-Oct-08 22:37 
GeneralRe: Including c# v2.0 library in a c# v1.1 library. Pin
Dave Kreskowiak14-Oct-08 1:52
mveDave Kreskowiak14-Oct-08 1:52 
AnswerRe: Including c# v2.0 library in a c# v1.1 library. Pin
Dan Neely9-Oct-08 4:06
Dan Neely9-Oct-08 4:06 
QuestionTabular crystal reports using query not through wizard Pin
tanvir20909-Oct-08 2:11
tanvir20909-Oct-08 2:11 
JokeRe: Tabular crystal reports using query not through wizard Pin
nelsonpaixao9-Oct-08 13:46
nelsonpaixao9-Oct-08 13:46 
QuestionStartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 0:25
Piratenwichtl20009-Oct-08 0:25 
AnswerRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
S. Senthil Kumar9-Oct-08 3:53
S. Senthil Kumar9-Oct-08 3:53 
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 4:10
Piratenwichtl20009-Oct-08 4:10 
Hi Senthil,

the code breaks every time on a different position. the 1st and 2nd stacktrace are from the main-form, where the exception occured. the last exception happened at the application-entry point [StatThread]

thanks for your help mate!

cheers
Tom

1.

" bei System.Drawing.Drawing2D.Matrix.get_Elements()\r\n bei Telerik.WinControls.TelerikHelper.GetBoundingRect(RectangleF rect, Matrix matrix)\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.UI.ComboBoxEditorLayoutPanel.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.RootRadElement.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RootRadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.ComponentLayoutElementTree.PerformInnerLayout(Boolean performMeasure, Int32 x, Int32 y, Int32 width, Int32 height)\r\n bei Telerik.WinControls.ComponentLayoutElementTree.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei Telerik.WinControls.RadControl.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei System.Windows.Forms.Control.set_Size(Size value)\r\n bei AngebotsControlDLL.ctrlRatenEinlage.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlRatenEinlage.Designer.cs:Zeile 113.\r\n bei AngebotsControlDLL.ctrlRatenEinlage..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlRatenEinlage.cs:Zeile 16.\r\n bei AngebotsControlDLL.ctrlAngebot.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.Designer.cs:Zeile 57.\r\n bei AngebotsControlDLL.ctrlAngebot.Init() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.cs:Zeile 59.\r\n bei AngebotsControlDLL.ctrlAngebot..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.cs:Zeile 41.\r\n bei GUIAngebotsSoftware.Angebotssoftware.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Angebotssoftware.Designer.cs:Zeile 213.\r\n bei GUIAngebotsSoftware.Angebotssoftware..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Angebotssoftware.cs:Zeile 75."

2.
" bei System.Drawing.Drawing2D.Matrix.get_IsIdentity()\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.RootRadElement.MeasureOverride(SizeF availableSize)\r\n bei Telerik.WinControls.RootRadElement.MeasureCore(SizeF availableSize)\r\n bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)\r\n bei Telerik.WinControls.ComponentLayoutElementTree.PerformInnerLayout(Boolean performMeasure, Int32 x, Int32 y, Int32 width, Int32 height)\r\n bei Telerik.WinControls.ComponentLayoutElementTree.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei Telerik.WinControls.RadControl.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)\r\n bei System.Windows.Forms.Control.set_Size(Size value)\r\n bei AngebotsControlDLL.ctrlRatenEinlage.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlRatenEinlage.Designer.cs:Zeile 136.\r\n bei AngebotsControlDLL.ctrlRatenEinlage..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlRatenEinlage.cs:Zeile 16.\r\n bei AngebotsControlDLL.ctrlAngebot.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.Designer.cs:Zeile 57.\r\n bei AngebotsControlDLL.ctrlAngebot.Init() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.cs:Zeile 59.\r\n bei AngebotsControlDLL.ctrlAngebot..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\AngebotsControlDLL\\ctrlAngebot.cs:Zeile 41.\r\n bei GUIAngebotsSoftware.Angebotssoftware.InitializeComponent() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Angebotssoftware.Designer.cs:Zeile 213.\r\n bei GUIAngebotsSoftware.Angebotssoftware..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Angebotssoftware.cs:Zeile 75."

3.
" bei System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)\r\n bei System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)\r\n bei System.Windows.Forms.Control.BeginInvoke(Delegate method)\r\n bei GUIAngebotsSoftware.StartUpForm.CloseSplash() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\StartUpForm.cs:Zeile 84.\r\n bei GUIAngebotsSoftware.Angebotssoftware..ctor() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Angebotssoftware.cs:Zeile 96.\r\n bei GUIAngebotsSoftware.Program.Main() in E:\\Development\\AngebotsSoftware\\AngebotsSoftware\\GUIAngebotsSoftware\\Program.cs:Zeile 23."
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
S. Senthil Kumar9-Oct-08 4:51
S. Senthil Kumar9-Oct-08 4:51 
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 6:30
Piratenwichtl20009-Oct-08 6:30 
QuestionAccess C# Variable in to java Script Function Pin
mharoonkhan8-Oct-08 23:48
mharoonkhan8-Oct-08 23:48 
AnswerRe: Access C# Variable in to java Script Function Pin
SeMartens9-Oct-08 0:20
SeMartens9-Oct-08 0:20 
AnswerRe: Access C# Variable in to java Script Function Pin
vijaiganesh9-Oct-08 0:37
vijaiganesh9-Oct-08 0:37 
AnswerRe: Access C# Variable in to java Script Function Pin
Ennis Ray Lynch, Jr.9-Oct-08 3:16
Ennis Ray Lynch, Jr.9-Oct-08 3:16 
Questiondesign asynchronous interface Pin
George_George8-Oct-08 23:15
George_George8-Oct-08 23:15 
AnswerRe: design asynchronous interface Pin
Simon P Stevens9-Oct-08 3:17
Simon P Stevens9-Oct-08 3:17 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:57
George_George10-Oct-08 22:57 
GeneralRe: design asynchronous interface Pin
nelsonpaixao9-Oct-08 13:49
nelsonpaixao9-Oct-08 13:49 
GeneralRe: design asynchronous interface Pin
George_George9-Oct-08 22:34
George_George9-Oct-08 22:34 
GeneralRe: design asynchronous interface Pin
nelsonpaixao10-Oct-08 13:09
nelsonpaixao10-Oct-08 13:09 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:59
George_George10-Oct-08 22:59 
QuestionA potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). [modified] Pin
mimimimilaw8-Oct-08 23:05
mimimimilaw8-Oct-08 23:05 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
Guffa8-Oct-08 23:52
Guffa8-Oct-08 23:52 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
JendaPerl18-Aug-10 23:22
JendaPerl18-Aug-10 23:22 
QuestionGet Element of Generic List Pin
ezazazel8-Oct-08 21:21
ezazazel8-Oct-08 21:21 

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.