| Thread | Last Post | Replies |
|
| VbScript Function to encode into base64 compatible with .NET function System.Convert.FromBase64String | 21 Mar 2006 00:17 GMT | 1 |
I am using the following code to convert a byte array in vbscript which is passed to a web service: Function ByteArray2Text(varByteArray) 'Convert byte array into a string with VBScript
|
| ExecuteNonQuery() Error - Attempted to read or write protected memory | 20 Mar 2006 23:35 GMT | 5 |
I brought a project into Visual Studio 2005 that worked fine under VS .NET 2003; now I'm getting an error when I execute a SP. With profiler, I see the query going through fine; if I cut & paste and execute it in an ISQL window, the query executes fine. The SP is
|
| programming a Datalist | 20 Mar 2006 19:55 GMT | 1 |
Hi All, Environment: ASP.Net , framework 1.1, VS2003. Database: Sql server 2000 I have an MS DATALIST which has Item Templates, show the image and the price right next to the "PRICE" text. the image name and the Price is being
|
| Where to report a .net 2.0 x64 bug? | 20 Mar 2006 19:26 GMT | 1 |
I have made a test project with about 150 lines of code which causes a ‘System.AccessViolationException’ when run on an x64 bit system. It’s the combination of UTF8Encoding.UTF8.GetBytes, UTF8Encoding.UTF8.GetString, and a BinarySearch which trigger the bug.
|
| executing code upon assembly loaded | 20 Mar 2006 15:52 GMT | 1 |
in a Class Library C# project i make classes and methods public so it can be called from external module. in C++ / Win32 a DLL have a DLLMAIN procedure that is being called when the DLL is loaded.
|
| webHttpRequest doesn't like my netgear router | 20 Mar 2006 14:16 GMT | 4 |
I'm trying to create a program to auto-reboot my netgear router when my wireless connection goes down. I have no control over the webserver installed on this machine (which is apparently violating the HTTP protocol standard). I cannot snoop packets on this HTTP
|
| Library not registered: System.DirectoryServices | 20 Mar 2006 14:13 GMT | 1 |
I have a program which causes this error on a particular users server, it works fine on loads of other servers. "Library not registered: System.DirectoryServices" The line of code that causes it is:
|
| is win32 programming dead? | 20 Mar 2006 14:10 GMT | 40 |
a few years ago I started learning C#/.net. I noticed that it wasn't very fast but it was easy to learn and fast to program. But recently I saw some tests which proced .NET to be rather slow compared to native windows programming.
|
| Left function not working | 20 Mar 2006 04:33 GMT | 2 |
When I add following to my code it is not working. pSource = Left(pSource, 49) Left function is causing this issue and I am not sure what is incorrect. I do not get any error when I compile this code but when I
|
| Can you sell .NET technology? Know of any sales Leads? | 20 Mar 2006 03:25 GMT | 1 |
Can you sell .NET technology? Know of any sales Leads? Canadian-based IT consulting firm, specializing in implementing Microsoft .NET technologies, seeks individuals for commission referral-based leads.
|
| No joy implementing IInternetSecurityManager -- any sample code? | 19 Mar 2006 16:51 GMT | 1 |
Having (laboriously) implemented IInternetSecurityManager in response to WebBrowser.WebBrowserSite.IServiceProvider.QueryService, I now find that (a) only GetSecurityID() and MapUrlToZone() get called, and (b) nothing they return does anything useful. Return bad stuff and the ...
|
| Network and Cyrpto Stream help | 19 Mar 2006 16:37 GMT | 2 |
I'm using async NetworkStream methods in my client/server socket app and it's working fine. But after using CryptoStream (base64) in NetworkStream it doesn't work. The following code runs on both client and server:
|
| Problems With Struct | 19 Mar 2006 14:03 GMT | 1 |
I have the following structure. I need to create a pointer to it for calling the Windows API. When I try, I get an error. I have found that the String is the culprit. In the C declaration for this structure, the String is shown as UNICODE_STRING. Can someone tell me the correct ...
|
| Did I buy obsolete book? | 19 Mar 2006 11:06 GMT | 1 |
Help, I just bought "Applied Microsoft .NET Framework Programming" (0735614229) only a month ago, and found out that the second edition of this book, titled "CLR via C#" is now available. I don't think Amazon will take the book back, so is my brand new, but old
|
| OutOfMemoryException is release mode | 19 Mar 2006 04:25 GMT | 1 |
I have a windows forms app that does a lot of number crunching. In certain calculations I get an OutOfMemoryException, even though the Windows XP performance monitor reports 1GB of physical memory available (2GB total). There is no stack trace available, so I can't pinpoint
|