Application Fail  
Author Message
cawhite





PostPosted: Mon Dec 27 15:52:30 CST 2004 Top

Dotnet >> Application Fail If I put my .exe file on my Local Network (in a Folder of course) and try to
run from my Pc which would be the causes ? such application don't Run.

I make the Wrap a COM component for Export data to MS-Excel:

Interop.Excel.dll
Interop.VBIDE.dll

Note: Only Run in my local PC

Best Regard
Mario

DotNet63  
 
 
Chris,





PostPosted: Mon Dec 27 15:52:30 CST 2004 Top

Dotnet >> Application Fail What error are you getting?

Check the sercurity settings. If you use the default settings for the .Net
framework you will not be able to run an exe from a local Network drive.
You will have give the app permissions in the Microsoft .NET Framework 1.1
Wizards/Conifgurations.

Chris


"Mario Reiley" <EMail@HideDomain.com> wrote in message
news:usD$EMail@HideDomain.com...
> If I put my .exe file on my Local Network (in a Folder of course) and try
> to
> run from my Pc which would be the causes ? such application don't Run.
>
> I make the Wrap a COM component for Export data to MS-Excel:
>
> Interop.Excel.dll
> Interop.VBIDE.dll
>
> Note: Only Run in my local PC
>
> Best Regard
> Mario
>
>
>
>


 
 
Cor





PostPosted: Tue Dec 28 03:48:07 CST 2004 Top

Dotnet >> Application Fail Mario,

In addition to Chriss, the first thing that is important, is that you need
forever the right framework on the processing computer to run a dotNet
windows program (not a webform)..

I hope this helps?

Cor


 
 
RINTU





PostPosted: Tue Dec 28 05:09:03 CST 2004 Top

Dotnet >> Application Fail In a VB.NET Project after creating Windows Form
when i put any control on the Form and running the Application
it Dispalying an Error message "Overflow Underflow " and aplication
is switching into break/debug mode.