| Thread | Last Post | Replies |
|
| DataReader's GetSchemaTable Method not fully working | 17 Apr 2006 15:33 GMT | 2 |
So I have this: SqlDataReader rdr = ExecuteDataReader(connection, Command.Text, "Select * from myTableName"); DataTable table = rdr.GetSchemaTable();
|
| .NET 1.1 created event log has only "Not available" properties | 17 Apr 2006 08:48 GMT | 6 |
We are using VB.NET 2003 Diagnostics.EventLog class on Windows 2000 to create our own custom event log. When using Computer Management and doing properties on the event log it only displays "Not available" for the Size, Created, Modified, and Accessed attributes. The event log ...
|
| Cannot get audio resource in Compact Framework | 17 Apr 2006 06:53 GMT | 1 |
I am developing PocketPC application in .NET, I defined audio resource BeepSound using project properties. When I want to get resource using MyApp.Properties.Resources.BeepSound in C#, the byte array is returned, it has correct length, but contains only binary zeros instead of ...
|
| Weird Problem Reading Char[] data from a BinaryReader | 17 Apr 2006 06:29 GMT | 2 |
I ran into a bizarre problem using the NET Framework 2 which I think is a bug (and at least is a very subtle gotcha if it isn't one). I have to create "c style" structures from binary data in my application. The utility method I wrote to do this creates a BinaryReader from the ...
|
| clickonce Deployment eroor throgh VPN in local area Deployment is OK | 17 Apr 2006 04:49 GMT | 1 |
When i try do Deploy my app in one of my clients thats is in my local area network deployntment is ok but when i try to deploy my app to client where he is connectet in my server throgh VPN a have this error.............. Can some one help me please
|
| dotNet 2.0 PDB Files | 17 Apr 2006 01:48 GMT | 3 |
When deploying a .Net 2.0 library or ASP.Net site we are generating PDB file to our development and QA environments. Should we remove the PDB files when deploying to production? The concerns are security and performance.
|
| Simple method of binding PictureBox Image to Datatable | 16 Apr 2006 23:57 GMT | 1 |
Is there a simple way to bind a PictureBox image to a datatable?? I've tried pictureBox.DataBindings.Add("BackgroundImage", dt1, "Picture"); But it doesn't seem to work.
|
| Extracting files from an EXE | 16 Apr 2006 00:39 GMT | 2 |
I have a small exe app ( basic a dialog box) that when lauched needs to "copy" some files in a directory chosen by the user (within the dialog). I cannot use an installation package because there are some particular tasks to be done from the exe.
|
| Do users need this? | 15 Apr 2006 23:59 GMT | 4 |
Windows Update shows .Net Framework 2.? as a software update. I was wondering if its needed by a non programmer like myself. Is there any benefit to the "casual computer user"? Thanks in advance.
|
| store, compare and retrieve encrypted strings from sql 2005 server | 15 Apr 2006 22:56 GMT | 1 |
i encrypt a list of strings with RSACryptoServiceProvider. I follow up this line 1. byte[] bytes = Text.Encoding.UTF8.getBytes(plaintext_string) 2. byte[] encr_bytes = rsa.encrypt(bytes)
|
| Asp.net page trouble | 15 Apr 2006 17:28 GMT | 1 |
Here in my web application, I have a data entry page with serval controls. Some of the controls have autopostback is set true. But the problem is when two or more people are entering data at the same time, in the middle of my data entry , it is brining someone else data on my
|
| Saving images in sql server using asp.net with vb.net | 15 Apr 2006 17:26 GMT | 1 |
i want to store and retrive images from sql server can i t be possible. n e body know plz help
|
| Using VS2005 to create web on server with Framework V1.1 | 15 Apr 2006 17:18 GMT | 1 |
I have Visual Studio 2005. I bought a domain and web hosting service (on a shared server) from a nationally known web hosting provider. Much to my surprise, they don't have Framework V2.0 installed and won't for some time. (I didn't even think to ask!) I'd be glad to use
|
| web reference in a .net class library | 15 Apr 2006 15:58 GMT | 2 |
I have a web service that exposes database contents as disconnected datasets. I would to use that web service from within a class library. I have included a web reference to the service in my class library project. If I bring up the reference in the object browser, I see the web ...
|
| Is there any function return the short date format on the regional and Language Options under control panel? | 15 Apr 2006 13:39 GMT | 1 |
Is there any function return the short date format on the regional and Language Options under control panel?
|