| Thread | Last Post | Replies |
|
| VS .Net cde behind files missing | 08 May 2005 15:30 GMT | 3 |
When i create a new aspx file in VS.NET 2002 no code behind file is created. Instead, the aspx file is created with this at the top: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="$FILENAME$.vb" Inherits="$INHERITS$"%>
|
| newbie : Some quesitons on Microsoft Visual studio 2003 | 08 May 2005 06:15 GMT | 6 |
I am new on Microsoft Visual Studio 2003. Several questions : 1) How can I compile an HTML page, and check it syntax
|
| Admin rights required for framework Installation ? | 07 May 2005 22:01 GMT | 1 |
I searched the archives and web and could not find a definitive answer. I am working on an installer (using Wise for Windows Installer) for the client piece of a client/server application. Question is: Will the clients need Admin Rights on their machines to
|
| I need Help On Basic | 07 May 2005 16:27 GMT | 8 |
anyone here can guide me to make my .net works. i cant connnect to SQL data.
|
| Dotfuscator question | 07 May 2005 11:04 GMT | 2 |
Hello Everybody !!! When i create programm using C# i must understand that my programm from exe - module can be converted to the source file by Reflector.
|
| Adding literals to an existing Enum at runtime | 06 May 2005 23:16 GMT | 2 |
I have seen an example of how to create a new Enum at runtime using EnumBuilder. However, I was wondering if I could add literals to an existing Enum at runtime ?
|
| how to discover GMT (Time Zone) currently? | 06 May 2005 19:58 GMT | 2 |
how can i now by writing code, which is the GMT (Time Zone) currently configured in the machine? thanks to all
|
| link required | 06 May 2005 17:33 GMT | 1 |
Where do I find the link to get the information regarding how to automate Power Point by using VB.Net in Office 2003?
|
| Framework create multiple folder into system Root | 06 May 2005 16:58 GMT | 1 |
Is there anything know about framework that is creating multiple folder into windows system Root folder? For now on certain server, when I launch a .net application a folder is created into c:\windows folder with a random name like those,
|
| Oracle Reference Cursors using Enterprise Library | 06 May 2005 16:56 GMT | 1 |
I have the trouble with the stored procedure returning ref cursor. I used the code provided by Horst. The Package ... ----------------------
|
| How do you enumerate SQL Servers in .NET | 06 May 2005 16:42 GMT | 2 |
I would like my application to be able to enumerate all available SQL servers for the user to pick where they want the database created. The Wizard for Sql data access does this. I just want to enumerate a list so I can put them in a drop down box. I'm really at a loss of ...
|
| Oracle Reference Cursors using Enterprise Library | 06 May 2005 16:39 GMT | 5 |
I'm trying to use the Enterprise Library to return result sets from Oracle using a package which returns a reference cursor. While this works outside the Library using the OracleClient namespace objects directly, I can't get it to work inside the library. Package access doesn't ...
|
| programmatically generate xsl | 06 May 2005 16:23 GMT | 5 |
I am trying to write an application that will generate XSL files (trying to automat some of my development), but am having a heck of a time. I just don't fully grasp the namespace issues I am having. This is what I have so far:
|
| VS.NET 2005 Beta 2 managed stored proc creation | 06 May 2005 16:08 GMT | 1 |
In Beta 1, the Microsoft.Data.SqlServer.SqlContext.GetCommand static/shared method allowed for the creation of a SqlCommand with a pre-assigned Connection property denoting a SqlConnection associated with the DB where the assembly was installed.
|
| C# and DCOM | 06 May 2005 14:21 GMT | 3 |
I need to create an application/service that will run all the time on a server and will need to expose one of its methods through COM/DCOM. It will be accessed by many clients at the same time but they will be accessing shared data so they will simply be queued.
|