| Thread | Last Post | Replies |
|
| Fatal error LNK1256: ALINK operation failed (8013110E) | 06 Sep 2004 17:05 GMT | 1 |
I'm creating a GUI using Windows Forms in C#. The application needs to call functions from a (unmanaged) C library. My solution is to create a managed C++ DLL that contains a wrapper class containing methods which make calls to the library, handling strings, etc. I could then ...
|
| Hey! what wrong with the damn .net framework 1.1 sp1 for w2k3?! | 06 Sep 2004 15:08 GMT | 2 |
my iis 6 was alright but after installed .net 1.1 sp1 from windows update, it down!!!! after rebooted, always "Server is too busy" !!!!!!! untill now!!!!! What wrong with this nuts thing?!!
|
| SMTP Sending to junk folder | 06 Sep 2004 12:49 GMT | 1 |
I am writing a program that sends emails to my hotmail account from my account at work I'm using the standard .NET SMTP class and using my email address in the from (not spoofing). IIS is relaying the mail to our internal exchange server, however when this mail arrives in ...
|
| Directly deriving from MulticastDelegate | 06 Sep 2004 11:22 GMT | 3 |
It is possible with C#? If not, anyway to define my own event accessor methods as in MC++? Best regards, Paul.
|
| trying to pass Request.QueryString as input parameter | 06 Sep 2004 10:25 GMT | 1 |
I am trying to pass an input parater to SQL Server. The parameter is a URL querystring variable. I can't seem to get it to pass a variable, only a literal value... Help!
|
| Monitor.Wait/Monitor.Pulse | 06 Sep 2004 10:14 GMT | 2 |
I just want to be clear on this.... If a threadA performs a Monitor.Pulse(lockobject), but threadB has not yet entered Monitor.Wait(lockobject), when threadB finally gets around to doing its Monitor.Wait(lockobject) it is
|
| Managed Messaged Box blank after XP SP2 | 06 Sep 2004 09:36 GMT | 2 |
I've installed XP SP2 on my XP PC and thereafter all managed message boxes are blank (no text in caption, body and buttons): I've tried from both VB and VC++. Non managed message boxes still work (tried from C++ and VBS). I'm using VS.NET 2003 and .NET framework 1.1
|
| Adding httpModules problems | 06 Sep 2004 08:09 GMT | 3 |
When we defined this section in web.config in the main root, <httpModules> <add name="ApplicationModule" type="Myspace.Community.ApplicationModule,Community" />
|
| Compile warning??? | 06 Sep 2004 02:11 GMT | 1 |
When i compile my app i get the following warning... not sure how to get rid of it. I have removed and added my 'Reference' back in but it didn't change anything. Warning: The dependency 'MyDLL, Version=1.0.1672.16368, Culture=neutral' in
|
| encryption wonderment | 06 Sep 2004 01:10 GMT | 2 |
In our application we have an encrypted datafile. To be a bit user friendly I had an encryption test at the begining of the file. I put the encrypted value of an 8 bytes known array. (the crypting algo uses
|
| Hor to Receive EMail? | 06 Sep 2004 00:11 GMT | 1 |
Can I use dotNet framework class library to receive POP3 EMail? I hope there is a namespace like System.Web.Mail that can help me to do the job more easily. But I can't find that? Is there any one can help me? Thanks!
|
| Which language is fastest for this? | 05 Sep 2004 20:43 GMT | 4 |
I'm using ColdFusion for these task: - disk writes - searching for items within a string or array - looping
|
| Calling a .NET assembly through PURE UNMANAGED code | 05 Sep 2004 19:33 GMT | 7 |
I am tiring to load an assembly from memory ( e.g. System.Reflection.Assembly.Load( byte[] ), this works fine through managed and mixed code. NOW, I am tiring to achieve the same thing through PURE UNMANAGED code, I can't use com or com interop, does some one have an idea
|
| Directory.Exists(path) creates a directory | 05 Sep 2004 18:33 GMT | 4 |
I"m using this method to determine if a folder\directory exists: Directory.Exists(path) and as I call it, it creates (by itself - even though the folder doesn't exists) a new folder according to tha path I passed it and returns 'true'!
|
| JulianCalendar formatting + parsing difficulties | 05 Sep 2004 17:49 GMT | 2 |
I'm implementing a program dealing with astronomic phenomena and need to use Julian Calendar dates (for dates before the Gregorian Calendar changeover). I can use the JulianCalendar class to convert dates to and from the Julian Calendar, but I'm unable to use any of the built-in ...
|