Click here to Skip to main content
16,007,443 members
Home / Discussions / C#
   

C#

 
QuestionHow To: Wizard for my Application Pin
Ritesh Sompura2-Mar-04 7:01
Ritesh Sompura2-Mar-04 7:01 
AnswerRe: How To: Wizard for my Application Pin
Heath Stewart2-Mar-04 9:16
protectorHeath Stewart2-Mar-04 9:16 
AnswerRe: How To: Wizard for my Application Pin
Nick Parker2-Mar-04 9:27
protectorNick Parker2-Mar-04 9:27 
GeneralAnimation Pin
hxxbin2-Mar-04 6:55
hxxbin2-Mar-04 6:55 
GeneralRe: Animation Pin
Heath Stewart2-Mar-04 9:13
protectorHeath Stewart2-Mar-04 9:13 
GeneralRe: Animation Pin
hxxbin3-Mar-04 4:03
hxxbin3-Mar-04 4:03 
GeneralRe: Animation Pin
Heath Stewart3-Mar-04 5:55
protectorHeath Stewart3-Mar-04 5:55 
GeneralEnterprise Services: InvalidCastException when calling a method Pin
Le centriste2-Mar-04 5:45
Le centriste2-Mar-04 5:45 
When I call method from a custom ServicedComponent object from ASP.NET, I get the following exception:

? 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidCastException: ?


Note the question mark as the exception message.

Here is the stack trace:

InvalidCastException: ?]
   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
   MyCOMPlusApp.MyInterface.MyMethod(String s1, String s2)
   Intermediary method calls
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain() +1277


The return value is a string.


--------

"I say no to drugs, but they don't listen."
- Marilyn Manson
GeneralRe: Enterprise Services: InvalidCastException when calling a method Pin
Heath Stewart2-Mar-04 6:55
protectorHeath Stewart2-Mar-04 6:55 
GeneralRe: Enterprise Services: InvalidCastException when calling a method Pin
Le centriste2-Mar-04 8:05
Le centriste2-Mar-04 8:05 
GeneralRe: Enterprise Services: InvalidCastException when calling a method Pin
Le centriste2-Mar-04 8:40
Le centriste2-Mar-04 8:40 
GeneralRe: Enterprise Services: InvalidCastException when calling a method Pin
Heath Stewart2-Mar-04 8:57
protectorHeath Stewart2-Mar-04 8:57 
GeneralRe: Enterprise Services: InvalidCastException when calling a method Pin
Nick Parker2-Mar-04 9:14
protectorNick Parker2-Mar-04 9:14 
GeneralTextBox for number Pin
Amirjalaly2-Mar-04 5:31
Amirjalaly2-Mar-04 5:31 
GeneralRe: TextBox for number Pin
Heath Stewart2-Mar-04 6:52
protectorHeath Stewart2-Mar-04 6:52 
GeneralRe: TextBox for number Pin
Werdna3-Mar-04 5:18
Werdna3-Mar-04 5:18 
GeneralRe: TextBox for number Pin
Heath Stewart3-Mar-04 5:58
protectorHeath Stewart3-Mar-04 5:58 
GeneralRe: TextBox for number Pin
Stefan Troschuetz3-Mar-04 8:29
Stefan Troschuetz3-Mar-04 8:29 
GeneralRe: TextBox for number Pin
indranilbanerjee31-Mar-04 4:45
indranilbanerjee31-Mar-04 4:45 
GeneralRe: TextBox for number Pin
Stefan Troschuetz31-Mar-04 5:20
Stefan Troschuetz31-Mar-04 5:20 
GeneralRe: TextBox for number Pin
indranilbanerjee31-Mar-04 22:02
indranilbanerjee31-Mar-04 22:02 
Questionhow to assigning a Drive to a Share ? Pin
zoltix2-Mar-04 5:22
zoltix2-Mar-04 5:22 
AnswerRe: how to assigning a Drive to a Share ? Pin
Heath Stewart2-Mar-04 6:47
protectorHeath Stewart2-Mar-04 6:47 
GeneralRe: how to assigning a Drive to a Share ? Pin
zoltix2-Mar-04 12:44
zoltix2-Mar-04 12:44 
GeneralRe: how to assigning a Drive to a Share ? Pin
Dave Kreskowiak2-Mar-04 13:25
mveDave Kreskowiak2-Mar-04 13:25 

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.