| Thread | Last Post | Replies |
|
| Installing??????????? | 22 Mar 2006 09:22 GMT | 5 |
How do you install net framework 1.1 on computers not connected to the internet and thus not connected to Windows Update? TIA
|
| aspnet_wp.exe stopped unexpectedly | 22 Mar 2006 08:19 GMT | 4 |
I've just started playing with .Net recently and have encountered a problem for which I am hoping you will give me the solution. I have a label web control on my .aspx page and I want the TimeDate stamp to be displayed when I call this page from the browser. so in the text ...
|
| Problem sending email from Webform | 22 Mar 2006 07:52 GMT | 5 |
I am sending two emails from the same procedure, one to myself (while testing) and another (a comfirmation) to the user on the website. I was having difficulty finding a relay server to SMTP though, but was able to do this though one of my personal account, Cabbage.Org. It ...
|
| installing .NET 2.0 on Windows Server | 22 Mar 2006 07:13 GMT | 1 |
I'm new here and new to .NET Up to now, I developped my application localy with Microsoft Visual Web Developer 2005 Express Edition. Now I want to install my application on a Windows Server (not shure what version - can check).
|
| Intellisense has gone whacky | 22 Mar 2006 00:59 GMT | 2 |
Intellisense has begun to act up. It has worked great until now. It just started that when I type the first letter of a word it immediately adds a set of parenthesis after the letter. If I try to backspace, I can delete the close parenthesis but when I get to the open parenthesis ...
|
| Any alternative for memcpy in dotnet | 22 Mar 2006 00:36 GMT | 1 |
I was wondering if there's any alternative for memcpy in dotnet. What I actually have to do is to copy the bytes of a uint variable to a byte array. How is it possible. Regards
|
| .NET Assemblies vs. COM DLL | 21 Mar 2006 21:01 GMT | 5 |
A COM object is in a thread as a running binary that is available to be used by it's clients. .NET Assemblies refer to DLLs that have MSIL not binary code. Do .NET obects run in their own threads? Is it simply a matter of copying the object's MSIL
|
| MS Access Datetime (Short time) -> DBDate | 21 Mar 2006 20:30 GMT | 1 |
I am using Ole Db to get data from MS Access into my C# windows application. In the database file, there is a column with datatype 'Datetime' and format 'Short Time'. However, in my C# application, it is displayed as a date. I tried changing
|
| where to find Windows Installer 3.0 SDK ?? | 21 Mar 2006 19:37 GMT | 2 |
I'm an MSDN universal subscriber, but can someone give me a hint as to where I may find the Windows Installer 3.0 SDK (specifically looking for ORCA.MSI). thanks, rob.
|
| Problem printing polygon | 21 Mar 2006 19:26 GMT | 1 |
When I send a graph (polygon) to printer, I receive the next message: Object referente not set to an instante of an object.--- at System.Drawing.SafeNativeMethods.GdipFillPolygonI(HandleRef graphics, HandleRef brush, HandleRef points, Int32 count, Int32 brushMode)
|
| DefaultValue Property attribute in design time | 21 Mar 2006 13:53 GMT | 2 |
I'm having trouble getting the DefaultValue property attribute on my server control show up in design time. Here my property code: <Bindable(True), _
|
| Timer Control | 21 Mar 2006 13:40 GMT | 1 |
I have a SQL query that takes about 1.5 minutes to run after the click of a button. I also have a timer on the form that works perfectly indepentently. But once I combine them, them timer won't receive its event until the sql query is completed, which makes it totally useless. Is ...
|
| Formatting Numbers | 21 Mar 2006 13:38 GMT | 9 |
two questions on formatting numbers: - Given is a decimal/money datatype in SQL-Server, e.g. decimal(9,4), thus displaying a value like 13.2000 How can I prevent to display the unnecessary zeros at the end?
|
| Crystal report viewer error after deployment | 21 Mar 2006 11:35 GMT | 2 |
Dear reader, I created a very simple vb.net windows application with just one control: a crystal report viewer. If I deploy this application to another computer, I receive following error
|
| ClickOnce Deployment Profiles | 21 Mar 2006 10:51 GMT | 1 |
I need to have multiple deployment profiles for a .net 2.0 winforms project. This is my requirement: 1) Re-use same project for multiple ClickOnce deployment profiles. 2) Each profile will have it's own custom deployment properties such as
|