| Thread | Last Post | Replies |
|
| Off Topic : NAnt build automation question | 07 May 2006 16:38 GMT | 1 |
I am a NANT newbie. I would like to use NAnt to automate my build processes - but have come unstuck early on in the process. I have several projects under a /src directory. There is some inter-dependencies between some projects.
|
| Specify network traffic for two LAN card | 07 May 2006 14:09 GMT | 1 |
Hi experts, I have written an email sending Windows service but we want to use different IP/LAN card/boardband service to send email, different from the IP of the web server. Could we do that in programming level or server configuration?
|
| Visual Studio 2005 | 06 May 2006 22:09 GMT | 1 |
hi * can use Visual Studio 2005 with the dotnet Framework 1.1 ? must i configure anything ? thanks
|
| jpeg encoder | 06 May 2006 21:34 GMT | 1 |
I am using the default jpeg encoder but I find the quality unacceptable even when I ramp up the quality paramater to 100. Are there any good free encoders out there? .NET would be ideal put p/invoking is not a problem.
|
| VS.NET IDE assembly references... | 06 May 2006 19:33 GMT | 1 |
I have a C# project which references assembly myassembly.dll. The project worked fine. Then I removed the reference from the Reference list and added the assembly with the same name, but an older version.
|
| single to string problem | 06 May 2006 02:53 GMT | 2 |
can someone help me with that, it's driving me nuts... ----- dim s as single = 42.5 dim msg as string = s.tostring()
|
| Data Access Layer using TableAdapter & Performance / Packaging | 06 May 2006 02:18 GMT | 1 |
I have a question / concern regarding the new suggested way of creating a data access layer in an n-tier application. Typically, a web application specifically, using the SOA (Service Oriented Architecture) approach. At various sites such as 15 Seconds
|
| Reading ISO filenames | 05 May 2006 21:01 GMT | 4 |
I am receiving some XML form a component that I can not change. This component reads emails from a POP3 Server and takes the body and attachments and write them in an XML format for me. Now, the filenames of the attachemnts are also in the XML, but
|
| Cyber cafe software in .net | 05 May 2006 20:26 GMT | 1 |
I want to develope cyber cafe software (like cafe cup or internet cafe software) in .net , any one have sample code or have some web links. Thanks in advance. Hardik Shah.
|
| Converting from Single to double error | 05 May 2006 18:34 GMT | 7 |
I have a problem converting values from Single to double. eg. When the Single value 12.19 is converted to double, the result is 12.1899995803833. Anyone know how to avoid this?
|
| VS2005 BadImageFormatException msmq | 05 May 2006 16:45 GMT | 3 |
I am trying to port an application developed with VS2003 to VS2005. The project builds successfuly but when I run it, it throws a BadImageFormatException in the following line of code in the constructor of my main form :
|
| Looking for general Validating and Validated events in VS2005 | 05 May 2006 16:07 GMT | 7 |
I'd like to call my ancestor Validation Function every time any control on a Win Form generates a Validating or Validated event. I'm using VB. I've extended Textbox, for instance, to have its events do this for me, but my extended textbox doesn't get created by those wonderful ...
|
| Database access failed after few entries | 05 May 2006 14:02 GMT | 1 |
I have tried to access a database using asp.net. after some entries like 120+, I got an unspecified error message. Anyone know what is happening, it seems to be stuck at the same line even when i added a new line. Here is the error message:
|
| Sockets Related Question... | 05 May 2006 11:07 GMT | 1 |
I have a socket based client server app.The data is in binary format.... My question is that i am giving a hard coded port number to connect to the server machince...
|
| Socket Communication Through internet...! | 05 May 2006 11:04 GMT | 1 |
My problem is that i have a client which was, uptil now, running inside a lan and using sokcet communication to connect to server which is also insdie the same lan.....(it was all working fine) Now, i want this client app to be able to connect to my server from
|