| Thread | Last Post | Replies |
|
| How to create new asp.net project on a server? | 28 Apr 2005 21:12 GMT | 2 |
I am new to Visual Studio. .net and Windows Server 2003. I have a brand-new workstation and brand-new Win2003 server. My Windows network consists of only these two machines (i.e. no Domains, Active Directory, etc. -- all the other machines on the LAN are either Macs or standalone ...
|
| typed dataset | 28 Apr 2005 20:59 GMT | 1 |
We are implementing Data Transfer Objects (DTO) as Typed DataSets. This means that we would have multiple typed DataSet classes that overlap slightly, sharing tables between them. The issue with typed datasets is that it inherits from the DataSet class and
|
| Opening a Word Document | 28 Apr 2005 17:54 GMT | 3 |
I have an application that opens a word document like so: With WrdApp .Documents.Open(System.Windows.Forms.Application.StartupPath + "\Template.doc", missing, missing, missing, missing, missing, missing,
|
| Assembly Build # | 28 Apr 2005 17:15 GMT | 1 |
I can see in the Assembly.CS file where you cna have .NET auto generated the version/build number that it tags onto the compiled DLL for a web project. How do I read the generated build number so that I can display the version of the web project on my ASPX page?? Im using C# and ...
|
| Doc Management: In SQL Server or in Folders? | 28 Apr 2005 16:26 GMT | 2 |
I'm working on an application (VB.NET 2003) that has to manage Clients, suppliers, Products, Offers, Delivery's, Transportations, ... The users have a lot of documents to manage (faxes, mails, word-docs, pdf's) etc.
|
| KB890828 GroupBox label bug | 28 Apr 2005 15:52 GMT | 2 |
How do I get the HotFix for this KB article
|
| Windows 98 slow .Net performance | 28 Apr 2005 15:50 GMT | 2 |
I developed an app that seems to be running fine on Windows XP. My client how-ever, needs to run this app on Win98.. after installing Mdac and IE and .Net Framework 1.1, it installs on the 98 machine The problem however is that it is horribly slow on windows 98. My client
|
| Where the native code is stored? | 28 Apr 2005 15:34 GMT | 1 |
I heard that nGen tool is use to generate the native code ,so that the response will be faster and there is no need for JIT to compile agagin to native code? What my doubt is ?
|
| 'as' operator | 28 Apr 2005 15:09 GMT | 2 |
How is 'as' operator better than explicit casting while casting to a type.
|
| Bug in .Net or....... | 28 Apr 2005 14:07 GMT | 3 |
I've recently bought a new laptop (Dell Latitude D800) for software designing/building purposes, and i've installed a fresh VS2003 with framework 1.1 SP1 on it. But I've been experience some strange behaviour of my .Net applications:
|
| Need Product ID | 28 Apr 2005 13:59 GMT | 1 |
While developing a application, i need a patch specified in Article ID : 325699 "COM Interop Cannot Properly Deal with A Disconnected Stub" They need a Product ID for contacting support and my product if get expired.
|
| allowDefinition='MachineToApplication' beyond application level | 28 Apr 2005 13:42 GMT | 1 |
This is my folder structre, WebAppln ---------bin ---WebAppln.dll
|
| 'String was not recognized as a valid DateTime | 28 Apr 2005 13:20 GMT | 6 |
I am facing problem in the following situation: I have a text box in the aspx file name: openDate. And my date format is mm/dd/yyyy. C#: private DateTime _opendate;
|
| EVENTLOG.WRITEENTRY THROWS AN EXCEPTION IF THE EVENT LOG IS FULL | 28 Apr 2005 10:30 GMT | 1 |
Sorry to shout, but I'll bet this is a common mistake when programming windows services (or anything that uses the event log). I didn't really think of it until our demo system wouldn't start up just before an important demo.
|
| double qoutes in App.Config | 28 Apr 2005 09:31 GMT | 4 |
I'm having troubles putting a string with double qoutes (") in it in an application configuration file (App.Config). The string i need to put in it is: '/profile "MS Exchange Settings" ' I tried it like this:
|