| Thread | Last Post | Replies |
|
| Building a Single Assembly EXE or DLL with C# and C++ Code | 09 Nov 2004 09:40 GMT | 1 |
Building a Single Assembly DLL with C# and C++ Code I am trying to create a single assembly composed of managed C++ and C# code, and I want to do this on the command line. I have confirmed that I can do this in Visual Studio 2005 using
|
| How can I see what's in a collection during debugging? | 09 Nov 2004 08:15 GMT | 4 |
<I also posted this on microsoft.public.vsnet.debugging 'cuz I didn't know which was more appropriate or would get quickest response> Hello, Can someone tell me how I can view the contents of a collection when in
|
| connection pooling | 09 Nov 2004 03:47 GMT | 1 |
we have a c# application (with SQL Server DB) which will run every half an hour. we are using the connection with min pool = 5 and max pool=75. some clients are giving the error that the pool is filled and no active connection is available, though we are properly disposing the ...
|
| receive email in VB.net | 09 Nov 2004 02:19 GMT | 4 |
I use MailMessage to send emails and it works fine. But I don't know what object I can use to receive emails. Could you help me with this? Thanks in advance. Li
|
| To GAC or not to GAC, that is the question | 09 Nov 2004 02:01 GMT | 6 |
During building of one of my applications for deployment it occurred to me that I was using a common assembly, that most of our future applications will be using. So I started to wonder if the assembly shouldn't be placed into the GAC.
|
| Im getting a "(401) Unauthorized" error | 08 Nov 2004 21:11 GMT | 1 |
I'm trying to use the Webclient class to "POST" to a web site. The website is using basic authentication. Im getting a "(401) Unauthorized" error. Here is my basic code: dim myWebClient as WebClient = New WebClient
|
| Following assembly cannot be resolved | 08 Nov 2004 19:14 GMT | 2 |
I'm using Visual Studio 2003. Everything was fine until yesterday. I cannot add a WebBrowser or any other COM component on windows form any more. Every time I open a form in design mode with WebBrowser added on it I
|
| ASP .Net Webcasts | 08 Nov 2004 19:01 GMT | 1 |
If your in my position i know you'll say the ASP .Net webcasts are great......however one let down as always: They cant be downloaded and viewed offline!!!!! Does anyone know if they will be available to download or be avaiable on CD
|
| Managed c++ and static libraries | 08 Nov 2004 18:24 GMT | 1 |
is it possible to build static libraries with managed code? What kind of project type should it be? Is there something like a static assembly? A ' managed c++ class library' is dynamicly linked, right? The only static project I can find is a ' win32' project type, and win32 is not ...
|
| Convert to an Array | 08 Nov 2004 17:33 GMT | 3 |
How would I convert this string to an Array? "243, 567, 324, 345" Where each number becomes a new element in that Array. Thanks
|
| Toolbox items are gone | 08 Nov 2004 16:01 GMT | 2 |
I open one of my project and all the toolbox items are gone. No textbox, no combobox, no label....nothing. How do i restore my toolbox items. thanks Don
|
| Need some help with design patterns. | 08 Nov 2004 15:58 GMT | 1 |
I have a domain model and I am looking for the correct design patterns to use, The following is my domain model Server->[Manager->MessagingService->Processors]
|
| Microsoft Licenses or Subscriptions | 08 Nov 2004 15:39 GMT | 1 |
What all Microsoft Licenses or Subscriptions do we need before we start distributing application to clients?
|
| need help | 08 Nov 2004 15:35 GMT | 1 |
I’m working on a web application using the IIS as my web server and the SQL2000 server for the data base. but when i tried to access the program from two other computer at the same time and i tried to do the same function {inserting to data base} one of the computer inserted the ...
|
| Write to the Event Viewer ? | 08 Nov 2004 14:57 GMT | 2 |
Hi, can anybody point me to some info in how to write to the event viewer ? I've build a COM+ component, and I have no real way to get information on the possible exceptions that occur during execution :( Cheers,
|