| Thread | Last Post | Replies |
|
| PLS-00306: wrong number or types of arguments in call | 20 Apr 2005 09:47 GMT | 3 |
I am facing the problem while entering data: I am using C# parameters to PL/SQL functon..... ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to '....'
|
| find assemblies in subdirectories | 20 Apr 2005 08:00 GMT | 4 |
We were wondering if there was a way to force .Net to search in subdirectories for assemblies or if anybody knew of some way to do this? So far I've been looking into the appdomain object. I can add some private assembly paths, but didn't know if that's the easiest/best way to ...
|
| MailMessage seems to break SMTP protocol | 20 Apr 2005 05:50 GMT | 2 |
I have a .net (1.1) app that uses the MailMessage class to send email. I have it connecting to the microsoft IIS SMTP Server on the local machine which then actually sends the mail. The problem is that when I send email to certain domains I get an error
|
| Communication problem | 20 Apr 2005 05:42 GMT | 3 |
I'm loading a form from within a DLL. I want to let the form call certain functions within the DLL, but I'm not sure how to do that without creating something elaborate. There's got to be an easy way to do that, right? Any help would be appreciated. Thanks!
|
| minimum required privileges to get processname | 20 Apr 2005 03:53 GMT | 1 |
My console application (vb.net, .net framework 1.1) is using a call to Process.GetCurrentProcess.ProcessName. It works fine when I run the app as administrator, but I would like the run it with a normal user account using the
|
| Visual Studio NET installation Error | 20 Apr 2005 03:29 GMT | 2 |
I have problem installing Visual Studio NET. I got message setup failled and error 11708 in Event Log. I am using Win XP Professional SP2. Is anyone have a clue what migt happen?
|
| StreamReader.Read blocking? | 20 Apr 2005 02:16 GMT | 1 |
I realise this sounds a bit strange, but it appears that StreamReader.Read is blocking. I have redirected stdin, out and err of a particular process, and I spawn threads that handle the reading of the streams by placing the stream data into a local buffer.
|
| Grabbing a Screen Shot - Entire Screen | 20 Apr 2005 01:39 GMT | 2 |
Is there a way to grab a screen-shot of the entire screen? (that is, the desktop and all open windows) Can this be done from the .NET framework - or is there a way to call out to Windows.
|
| versions | 20 Apr 2005 00:21 GMT | 2 |
how many versions of dotnet can I run? Should I uninstall 1 and 1.1 and install beta 2?
 Signature D@nnyBoy
|
| NET framework setup failed | 19 Apr 2005 22:39 GMT | 2 |
We are looking for help getting NET Framework to install on our computer. We started by trying to install Quickbooks 2005 which seems to start by installing net framework but it failed to install. So we downloaded it from Microsoft's website. This also failed to install. We are ...
|
| http//:localhost/MOD11VB HTTP/1.1 500 Server Error | 19 Apr 2005 22:10 GMT | 2 |
I installed Visual Studio Beta 2005 but setting up the SQL server was so complex I uninstalled it and put Visual Studio 2003 Academic on. I am totally new to Visual Studio and trying to teach myself from books and online classes.
|
| VB.NET to c# convert | 19 Apr 2005 19:53 GMT | 15 |
Hey all Our company recently started using .net and started in VB.NET. We've since changed to c#, but has some code already written in VB.NET. I'm looking for a converter that will just take vb.net and convert it into farely nice c#.
|
| Using XMLDocument.Load with a memory stream... | 19 Apr 2005 19:14 GMT | 5 |
I am looking for examples that would illustrate something similar to the following requirements: I am building an in-memory xml structure using the following as the setup and classes to perform this step:
|
| Security Exception | 19 Apr 2005 19:00 GMT | 3 |
I took over a little c#-command-line-programm(connect a db and creates a cvs-file) for upgrading. I always get a security exception when I`m running it from the network on other clients.
|
| Match Blank Characters outside Multiline Comments | 19 Apr 2005 18:14 GMT | 1 |
Hi, all, I'm now writing a program to compress JavaScript code. One puzzle is how to write a regular expression to find out and remove all the redundent blank spaces. However, those blank spaces that are in the comments should be kept
|