Click here to Skip to main content
15,896,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri6-Mar-08 1:08
Chakouri6-Mar-08 1:08 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
pmarfleet6-Mar-08 1:49
pmarfleet6-Mar-08 1:49 
GeneralRe: How to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri6-Mar-08 4:01
Chakouri6-Mar-08 4:01 
GeneralMsChart Control in VB 2005 Pin
Melichar5-Mar-08 5:21
Melichar5-Mar-08 5:21 
GeneralASP.NET server that call unmanaged DLL Pin
Le Sourcier5-Mar-08 3:49
Le Sourcier5-Mar-08 3:49 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Ernest Laurentin5-Mar-08 4:52
Ernest Laurentin5-Mar-08 4:52 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Fastfootskater4-May-08 20:41
Fastfootskater4-May-08 20:41 
GeneralRe: ASP.NET server that call unmanaged DLL Pin
Le Sourcier4-May-08 21:14
Le Sourcier4-May-08 21:14 
Hi,

The ASP.NET engine seems to have problems with calling unmanaged DLL.

You can call unmanaged DLL with Interopservces with such a code

<br />
<font color="#000000">[</font><font color="#2b91af">DllImport</font><font color="#000000">(</font><font color="#a31515">"ImportCoreASPNET.DLL"</font><font color="#000000">, EntryPoint = </font><font color="#a31515">"?import_4aspnet_start_it@@YAHPBD@Z"</font><font color="#000000">)</font><font color="#000000">]</font><br />
<font color="#0000ff">static extern int </font><font color="#000000">import_4aspnet_start_it(<font color="#0000ff">string</font> filename);</font><br />


there are two requisites:
1. place the dll in a directory included in PATH (environment variable)
2. make sure that the dll does not call other DLL. (I had problem with one dll calling 3 others, and dll or entrypoints are never found)

So I had to merge my dlls in unique one to make it works with ASP.NET.

Regards,

Le Sourcier

Questionconvert querystring value to textbox control id Pin
janetb995-Mar-08 3:44
janetb995-Mar-08 3:44 
GeneralRe: convert querystring value to textbox control id Pin
J4amieC5-Mar-08 3:56
J4amieC5-Mar-08 3:56 
GeneralRe: convert querystring value to textbox control id Pin
janetb995-Mar-08 6:35
janetb995-Mar-08 6:35 
GeneralIssue with Grid View Pin
dotman15-Mar-08 2:06
dotman15-Mar-08 2:06 
GeneralHej Pin
Burim Rama5-Mar-08 1:41
Burim Rama5-Mar-08 1:41 
GeneralRe: Hej Pin
Marco van der Linden5-Mar-08 2:00
Marco van der Linden5-Mar-08 2:00 
GeneralRe: Hej Pin
Burim Rama5-Mar-08 2:15
Burim Rama5-Mar-08 2:15 
GeneralRe: Hej Pin
eyeseetee5-Mar-08 2:22
eyeseetee5-Mar-08 2:22 
GeneralRe: Hej Pin
Burim Rama5-Mar-08 2:24
Burim Rama5-Mar-08 2:24 
GeneralRe: Hej Pin
Christian Graus5-Mar-08 10:20
protectorChristian Graus5-Mar-08 10:20 
GeneralRDF xml file as dataset Pin
i gr85-Mar-08 1:15
i gr85-Mar-08 1:15 
GeneralRe: RDF xml file as dataset Pin
Ernest Laurentin5-Mar-08 5:17
Ernest Laurentin5-Mar-08 5:17 
GeneralSuggestion to CP team Pin
Muhammad Gouda5-Mar-08 0:53
Muhammad Gouda5-Mar-08 0:53 
GeneralRe: Suggestion to CP team Pin
Vasudevan Deepak Kumar5-Mar-08 0:54
Vasudevan Deepak Kumar5-Mar-08 0:54 
GeneralRe: Suggestion to CP team Pin
eyeseetee5-Mar-08 1:08
eyeseetee5-Mar-08 1:08 
GeneralRe: Suggestion to CP team Pin
Christian Graus5-Mar-08 10:21
protectorChristian Graus5-Mar-08 10:21 
GeneralRe: Suggestion to CP team Pin
Vasudevan Deepak Kumar5-Mar-08 19:11
Vasudevan Deepak Kumar5-Mar-08 19:11 

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.