| Decimals and scientific notation? (4 replies) |
| microsoft.public.dotnet.framework |
| I'd like to convert or parse string values in scientific notation into a decimal. Since I can assign numberic values to decimals in this format, I thought strings would also convert, but I get an error from the Formatter. This works: decimal frequency 3E6M; This doesn't: frequency Convert.ToDecimal("3E6"); I also tried: frequency Convert.ToDecimal("3E6M"); Is this something I'm going to need to bu... |
|
| ObjectSpaces (4 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi All, Does anybody know whether the ObjectSpaces (an Object Relational Mapping tool) is included in the Beta 1 of VS 2005 which was recently released? if not when are they planning on releasing it (atleast a beta) ? Thanks, Chamith |
|
| Help with Run-Time Check Failure #0 (3 replies) |
| microsoft.public.dotnet.framework |
| I am not sure where to turn, I have dropped a message in microsoft.public.dotnet.framework.interop with no response. Can someone point me in the right direction? Can anyone tell me why my function: public int pingPhone() { return 0; } comes across in the tlb as: HRESULT stdcall pingPhone([out, retval] long* pRetVal); I need it to be: HRESULT stdcall pingPhone([out, retval] int* pRetVal); Any ideas... |
|
| Data exchange between two executables (5 replies, VIP) |
| microsoft.public.dotnet.framework |
| I have two vb.net applications running on the same machine, App1.exe and App2.exe. On the click of a button in App1.exe, can I retrieve a value from a textbox in App2.exe? TIA AN |
|
| custom (2 replies) |
| microsoft.public.dotnet.framework |
| I am attempting to deploy the .NET framework across a mid sized corporate environment. I need to customize the install and then deploy it on all machines. Is there a way, and how, to customize a .NET framework install to then deploy? Thanks |
|
| ABOUT MAPNETWORK DRIVE (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| (Type your message here) From: Ranjit Kumar Dear friends, i am doing a project in .NET.i am stuck in mapping the network drive...can any one help me to give the procedures for coding this particular module. Posted by a user from .NET 247 (http://www.dotnet247.com/) Id 2g5s8dBolUqPOkjWEyv4CQ /Id |
|
| Reference to existing class library (2 replies) |
| microsoft.public.dotnet.framework |
| I have a class library that I wrote in one project, and another project (my testing app) as a windows app. I am having difficulty adding a reference to the class library. The class library project is in Whidbey and the windows app is in .NET 1.1, which is why they are both not in the same solution for testing. I am testing WSE2 in the windows app as well, and Whidbey is not supportive of the WSE2 ... |
|
| Types vs. Attributes (2 replies) |
| microsoft.public.dotnet.framework |
| We want to be able to load the classes from a directory that derive from a particular base class. So the question is whether attributes for each deriving class will help us in finding these classes faster or not? We currently have attributes and use those, but it seems very slow to go through all the assemblies and try to get all of the attributes from there. I'm looking for a way to speed this up... |
|
| how to write csv file in c#.net? (2 replies) |
| microsoft.public.dotnet.framework |
| Hi, how to write csv file in c#.net? is there any existing method in .net framework supports doing so? Thank you |
|
| Windows Media Services, H.323 and Video streaming in general (2 replies) |
| microsoft.public.dotnet.framework |
| Hi everyone, pls forgive me for my lack of knowledge and skills if my question sounds very stupid. I am trying to implement a video conferencing software and I am currently looking at a few set of technologies, among them WMP, RealMedia, H.323 and XviD (not sure if it is suitable for streaming even) . I would like to seek the advice of those experts on the following questions, 1) What is the best ... |
|
| How to list all installed data sources? (2 replies) |
| microsoft.public.dotnet.framework |
| I'm writing a program that allows users to import their data into our system. The data can come from any datasource installed on the users PC, eg Access, Excel, SQL, Text Files, etc.. Is there a way to get a list of all the installed data sources? I'd like to be able to provide a list like the one used in DTS (Sql2000). Is this possible? |
|
| .Net2 metadata (4 replies) |
| microsoft.public.dotnet.framework |
| Hello, Where to take info that describe new metadata tables (GenericParam, GenericParamConstraint) and other changes? Any links. Thanks. Alex. |
|
| Windows messages to .NET events (7 replies) |
| microsoft.public.dotnet.framework |
| I recall seeing a document that maps Windows messages to .NET events. Does anybody know where that document might be ? I can not find it under MSDN. |
|
| How to prevent the Memory Leak. (3 replies) |
| microsoft.public.dotnet.framework |
| Hi All, I am working on C#.net. I am facing the problem in releasing the memory. As far as I know, .Net having the provision for automatic garbage collector. But I don't know when that will be called. I am using the Dispose method on unreferenced object to release the memory before the Garbage collector is called. Still I am facing the problem of memory leak. Please anyone can suggest me, how to p... |
|
| how to see in the registry if Framework 1.1 SP1 is installed (9 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi, How can I see in the registry if the .NET Framework 1.1 Service Pack 1 is isntalled? It seems to me that "SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322\SP" should have the value "1" when it is isntalled? Am i right? Thanks, Pieter |
|
| 1.1 SP1 Installation Hangs/Freezes/Locks Up (8 replies, VIP) |
| microsoft.public.dotnet.framework |
| Greetings, I've repeatedly attempted to install .NET Framework 1.1 SP1 in a fairly fresh developer environment (60 days old). Unfortunately, after displaying "Please wait while Windows configures Microsoft .NET Framework 1.1" and the first two completion segments of the progress bar, the installation hangs. Worse, cancelling the installation also hangs, and the next time I try to install, I have t... |
|
| After I installed the new SP2 from Microsoft, my VS 2003 have prob (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| I used to build Web Pages Comments within my code and see it on my brower, now after the install of SP2 I cannot see it and it complaints that "Internet Explorer is not the correct one????, I checked Internet explorere and it is the latest one "6.0" Can please somebody help me on this one?, I even tried to create a new project and I got the same problem??? thanks....Joe |
|
| Change the focused item in list view (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi When i change the selected item in a list view by code this item is not show as selected item .for example when this item is not in shown items (need to scroll) listview don't scroll automaticly and by pressing up and down keys next and previous item form the last selected item will be choosen but by debugging i can see that selected item is the item i select that by code . I want to list view ... |
|
| .NET Framework 1.1 SP1 - does this change the Framework version nu (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| I install .NET web applications at my clients using the xcopy method. I understand that it is important that my Framework version match theirs. If I install Framework 1.1 SP1 and they don't, and then I do further installs, will we see problems? Do we all have to install the service pack at the same time? |
|
| "Cannot be installed because you have one or more hot fixes" (8 replies, VIP) |
| microsoft.public.dotnet.framework |
| When I attempt to install on Win2000 Pro, I get an error message: "Info 9002.Microsoft .NET Framework 1.1 Service Pack 1 (KB867460) cannot be installed because you have one or more hot fixes installed. Remove them and try again." I have no idea what hot fixes are installed or how to remove them. Add/remove programs does not list any. Uninstalling and reinstalling the redistributable for .Net 1.1 d... |
|
| application configuration files (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| I have created an application config file in the bin folder. It works fine when I execute the exe when not in visual studio. When I try to run the project in VS, VS deletes the config file when the app starts. I have gotten around this by making the config file readonly but this really seems to be a hack. Anyone got an idea as to what is going on here and how to fix it. |
|
| Passing to custom UI MSI (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi, Does anyone know if its possible to pass the target directory [TARGETDIR] to a value of textbox (A), (B), (C) in a custom MSI dialog? If not how could I do this? thanks John |
|
| Framework 1.1 SP1 (5 replies, VIP) |
| microsoft.public.dotnet.framework |
| I tried to install the .Net Framework 1.1 SP1 yesterday from Windows Update. The process started and then hung. (Waited 3 hrs). Rebooted and tried again today. Same problem, it starts then hangs. I downloaded the SP1 executable from MSFT Download center and ran locally. Same problem, it unpacks, then starts the installer which begins the install then hangs. I then tried to uninstall .Net Framework... |
|
| Access to installation files from Custom Actions class. (5 replies) |
| microsoft.public.dotnet.framework |
| Hi all, Is there a way to get the path to the temp directory where installation files are unpacked to? Also is there a way to specify in a deployment package that a file should not be installed anywhere but simply included into the package? E.g. I want to include install docs.txt (as losely packaged) but it should not be copied to the destination dir during install? I tried setting "Exclude" to tr... |
|
| Addins and macros? (7 replies, VIP) |
| microsoft.public.dotnet.framework |
| Can a VB.NET macro show a form? If not, can an add in? Because what I want to do is to use Visual Studio and SourceSafe to edit SQL files, but there's one problem there's no way to run them! AAaagh! I've got a nice server explorer and SQL editor, and I've got source control for my projects. I've even got find and replace across files. But I can't run anything. help! |
|