Samrt Client ?'s  
Author Message
opi





PostPosted: Wed Jan 05 12:52:29 CST 2005 Top

ASP.Net >> Samrt Client ?'s Ok i created a winform and compiled it.
Ran it fine, it comes up and shows the form.
I create a wbepage and put the following link on it.

<html>
<body MS_POSITIONING="GridLayout">
<a href="winformtest.exe">Call executable</a>
</body>
</html>

When I run this in IE it keeps coming up with w dilaog to run the debugger.

How do I get it to run the form ?

Please help
Deasun

--
Deasun
Home Site: www.tirnaog.com
Check out: The Code Vault in my forums section.

Web Programming298  
 
 
Scott





PostPosted: Wed Jan 05 12:52:29 CST 2005 Top

ASP.Net >> Samrt Client ?'s Perhaps you are getting a security exception. What happens if you let the
debugger launch?

--
Scott
http://www.OdeToCode.com/blogs/scott/

> Ok i created a winform and compiled it.
> Ran it fine, it comes up and shows the form.
> I create a wbepage and put the following link on it.
> <html>
> <body MS_POSITIONING="GridLayout">
> <a href="winformtest.exe">Call executable</a>
> </body>
> </html>
> When I run this in IE it keeps coming up with w dilaog to run the
> debugger.
>
> How do I get it to run the form ?
>
> Please help
> Deasun


 
 
Deasun





PostPosted: Wed Jan 05 14:19:02 CST 2005 Top

ASP.Net >> Samrt Client ?'s It goes into the debugger but there is no code to step thru!


"Scott Allen" wrote:

> Perhaps you are getting a security exception. What happens if you let the
> debugger launch?
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> > Ok i created a winform and compiled it.
> > Ran it fine, it comes up and shows the form.
> > I create a wbepage and put the following link on it.
> > <html>
> > <body MS_POSITIONING="GridLayout">
> > <a href="winformtest.exe">Call executable</a>
> > </body>
> > </html>
> > When I run this in IE it keeps coming up with w dilaog to run the
> > debugger.
> >
> > How do I get it to run the form ?
> >
> > Please help
> > Deasun
>
>
>