| Thread | Last Post | Replies |
|
| Forms Databinding Question | 17 Aug 2005 07:31 GMT | 1 |
This question refers to: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q313482 First question:
>> [from article] |
| Why the machine code stub? | 17 Aug 2005 07:15 GMT | 3 |
Why do .net compilers build exe:s with a piece of machine code in the beginning to launch clr/jit? That makes the program no longer cpu independent but still slow because the app itself (msil) must be compiled... Are .net DLLs the same, ie they have to be for the right cpu?
|
| Starting up SDK doco from the command line? | 17 Aug 2005 03:18 GMT | 3 |
This is a question for DOS programmers, if there are any here... :) I'm successfully using the command line for c# programming, except for one thing - I can't startup the SDK documentation from it. To get the SDK doco I have to startup IE on the "...\SDK\StartHere.htm", and then ...
|
| VS.NET Deployment proj: can it install a service? | 17 Aug 2005 02:58 GMT | 2 |
I've built a service that can be easily installed by simply copying it into place and running InstallUtil.exe -install <service.exe>. But it'd be great if a Setup project could do that because then the one setup.exe could take care of all that messy transactionality stuff. But ...
|
| please help with instalation of windows vista beta 1 | 17 Aug 2005 00:54 GMT | 4 |
I tried installing vista beta 1, 3 time and everytime it showed me a blue screen on the boot-up of the first restart. please help Im desprete
|
| Getting UNC Path | 16 Aug 2005 20:32 GMT | 2 |
Can anyone tell me how to get the complete UNC path from the folder path ie: folder path = g:\apps and I need to get UNC = \\server01\share\apps? Is there a dll I need to reference or something? I am utilizing VB.net and am using version 1.1 of the .net framework...Thanks, Jason
|
| Is there a way to know for how much time the system has not been rebooted? | 16 Aug 2005 19:06 GMT | 3 |
When I open my MIRC, it tells me "x days xx hours xx minutes xx seconds have passed since your system last rebooted". I wanted to know if there is some way to know this information within .NET. Thanks
|
| NEWBIE Debugger QUESTION | 16 Aug 2005 19:00 GMT | 4 |
Hi I need to debug a call to a function and so put a breakpoint there: Client.UPDATE_Client( _ errMsg, _
|
| Build for framework 1.1 when having 2.0 beta 2 installed | 16 Aug 2005 15:53 GMT | 1 |
I just wander if I can configure my Visual Studio (programming in C#) to compile for Framework 1.1 instead of 2.0 beta 2 that is default. I have the Visual Studio 2005 Beta 2 installed. Thanks in advance.
|
| how do I find position of character in string | 16 Aug 2005 12:03 GMT | 9 |
I want to "look" through a comma delimited String and "take it apart" by finding the comma's and then put each "set of characters" into seperate strings - - - maybe an array, maybe seperate cells in a table -or- whatever... Can anyone help me locate the commands (samples) that ...
|
| TypeResolve & GetType() | 16 Aug 2005 10:45 GMT | 5 |
I've a piece of code which does Type.GetType("full.type, name") on a type that is located in an assembly that is currently not loaded. I don't have control over the code that call this and I don't have any control on the string that get passed.
|
| How can I disable shadow copying for my assembly? | 16 Aug 2005 06:44 GMT | 5 |
I have a component that needs to access files which exist in the same directory as the DLL containing the component itself. To determine the component's installation directory, I'm using System.Reflection.Assembly.GetExecutingAssembly().Location. This worked fine
|
| Browser Folder Control | 16 Aug 2005 06:15 GMT | 3 |
Can anyone recommend a browse folder dialog control for ASP.NET (VB)? I need my web page to allow a user to select a file on their server.
|
| Help with regular expression? | 16 Aug 2005 03:34 GMT | 5 |
I'm hopeless at regular expressions (I just don't use them often enough to gain/maintain knowledge), but I need one now and am looking for help. I need to parse through a document to find a URL, and then reconstruct another URL based on it. For example, I need to scan a
|
| Solution with C# Project and VB project | 16 Aug 2005 03:13 GMT | 2 |
I have an ftp client written in c# that I would like to add to a solution that currently contains one VB Project. Should I just add the c# as a project to the solution. Any KB articles I can read to figure out how to call this c# project from the vb project?
|