| Thread | Last Post | Replies |
|
| VS 2005 Professional and Sql 2000 | 06 Mar 2006 21:43 GMT | 2 |
My company recently upgraded the VS 2003 to VS 2005 Professional edition. The VS 2005 Professional edition bundles with the Sql 2005 Developer edition. However they decided not to upgrade the Sql 2000 Standard edition to Sql 2005. How to deploy the Sql database to Sql 2000 if the ...
|
| Class Library in .Net 2.0 | 06 Mar 2006 20:29 GMT | 1 |
I use a helper class library on my web site. Under asp.net 1.1 I would only install helper.dll to production. In the 2.0 framework I get a Helper.pdb and helper.xml when I compile in release mode.. Do I need to install those in production?
|
| Client receiving: "Web Service method name is not valid" | 06 Mar 2006 16:54 GMT | 1 |
I have a WinForm exe (client) connecting to an asmx WebService (server) When I try to connect to WebMethod A, everything works fine. But when I rename the WebMethod A to B, the client (actually, SoapHttpClientProtocol.BeforeSerialize) throws:
|
| Calculating Time-off period between 2 dates | 06 Mar 2006 15:55 GMT | 1 |
I need a function that can return the total time off between 2 dates. I have a table call tblTimeOff which has the following fields StartTimeOff, Interval (minute), Weekend Sample data for tblTimeOff:-
|
| Can't edit a protected menustrip in an inherited form. | 06 Mar 2006 15:32 GMT | 2 |
I have a form in a windows control library with a menustrip on it. The menustrip, as well as all of the items on it, have their modifiers set to Protected. Now i inherit from this form in another project. Neither the menu strip
|
| Bizarre behavior in design mode when inheriting from a form with a timer. | 06 Mar 2006 15:27 GMT | 4 |
this is so bizarre. Try it for yourself. In VS 2005: Create a windows control library with 1 form. The only control on the form is 1 enabled timer whose tick event has MessageBox.Show("hello");
|
| C# ASP .NET -- UTF-16 encoding to UTF-8 | 06 Mar 2006 14:23 GMT | 4 |
I have a web application written in ASP .NET (VS 2003) which an Adobe Acrobat Form posts XML to. I am able to get the XML using the Request.InputStream however the XML is UTF-16 encoded. This means that the byte[] that i get from the Request.InputStream looks like:
|
| Restricting Inheriting Scope of a class | 06 Mar 2006 08:03 GMT | 1 |
I am designing some class for my DataLayer. The scenario is i have three classess Class1,Class2,Class3. Class1 is base class for class2 and class3. It's a DLL project. What my problem is i want only class2 and class3 to be viewed as the part of the DLL and Class1 should be
|
| Problems installing .NET Framework on WinXP Pro box | 06 Mar 2006 06:31 GMT | 1 |
A client called to report our application "stopped working today". As soon as the application is launched, they receive an error (application failed to initialize). After a few tests it was determined that all .NET applications fail with the same error. I asked them to ...
|
| Porting References to OpenSSL MD5 Routines | 06 Mar 2006 06:09 GMT | 2 |
I am building an app that has to replicate the MD5 hash created by a second app which uses OpenSSL. I'm confused about how to "map" the following to the .NET MD5 routines: MD5_Init(&c); MD5_Update(&c, src, len);
|
| FS: Visual Basic.NET VB.NET books for sale - CHEAP!!!!!! | 06 Mar 2006 03:37 GMT | 1 |
I have for sale seven (7) Visual Basic 6 books. I'll take $21 for all books. I'm selling them as a set only. I am in the Houston, TX area (USA). If you are local to me, you are more than welcome to pick them up. If you want them shipped to you, I will charge you actual shipping ...
|
| SqlDataReader underlying data | 05 Mar 2006 22:39 GMT | 1 |
I'm trying to figure out how the SqlDataReader works, and this is my main question: When SqlCommand.ExecuteReader() is called, are all rows of the query returned immediately? This would mean the a call to reader.Read() would
|
| StreamReader problems with BaseStream Position | 05 Mar 2006 15:46 GMT | 2 |
I'm creating a class to read some text datafiles. These files start with a header with variable length, followed by a section with data values (numbers in separate lines) also with variable length. The data section must be read sequentialy, so my approch to this is:
|
| pdf | 05 Mar 2006 07:01 GMT | 2 |
need .net control to convert doc file to pdf.. where can i find such software
 Signature gusse
|
| Serialization Gurus? Unexpected Binary Behavior | 05 Mar 2006 00:43 GMT | 3 |
I'm seeing something very odd with binary serialization, and I wanted to make sure I'm not misunderstanding what goes on under the hood. Let's say you have a graph with two objects, one referencing the other (parent/child):
|