|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
naive question on applicatonrunnig from USB drive
GS -
21 Apr 2007 3:46 PM - 5 messages
is it possible for a regular(not power nor admin) XP user to run dotnet applcation from USB drive even if the host does not have dotnet run time?. if so how? I am thinking of C# on .net 2 ...
Socket Problem: Exclusive Bind
MagicBox -
21 Apr 2007 3:35 PM - 4 messages
Hello all, I'm developing a TCP/IP message based client and server. Now, with the server I have a strange problem which I can't get rid of without using a strange work-around. The server is intended to exclusively bind to a given interface and port. No ...
Embedding UserControl in HTML on Vista
Glenn -
21 Apr 2007 1:28 PM - 2 messages
I have a Windows control library with a UserControl that is being embedded into an HTML page with an OBJECT tag. This control requires a configuration file and I have been successfully using a LINK tag to point IE to the ...
Time Setting - HELP!!!
Daniela -
21 Apr 2007 1:24 AM - 2 messages
My computer is stuck in the date : 21st April 2005 and I can't change it to 2007. Tried synchronizingmanually with internet server and it didn't work either! What can I do??? Thanks ...
how to get free discussion on my website ?
apple -
21 Apr 2007 1:15 AM - 1 message
Free Unlimited Storage Free Unlimited Bandwidth Free Free Subdomain Free More Skins Free No annoying pop-ups Free 99% Uptime Free Daily Backups Free Fast, Friendly Tech Support So,what's that? That's our free forum named [link] ...
Name Visability in XAML & Code Behind
hufaunder@yahoo.com -
20 Apr 2007 11:08 PM - 3 messages
In XAML you can give a name to each element so you can access it in the code behind file. This works fine for a WPF application but not a Windows Form application. Here is what I do: 1) Create a new WinForm application project ...
Printing Question
JB -
20 Apr 2007 8:48 PM - 3 messages
Hi Please forgive this basic question, as I am not a coder. I need to know how to Print an ASP web page in an application that has a printer button in the application not the browsers print button, however I ...
Hooking ObjectDataSource Up to a Shared Generic Method
Aeden Jameson -
20 Apr 2007 8:17 PM - 2 messages
Hi Folks, I'm working with the ObjectDataSource class and I'm stuck on how I can specify a shared generic method of my DAO in the SelectMethod property of an ObjectDataSource. For example, I have ...
MethodBuilder.CreateMethodBody
shark -
20 Apr 2007 2:27 PM - 2 messages
Hi, MethodBuilder.CreateMethodBody creates the body of the method using a supplied byte array of Microsoft intermediate language (MSIL) instructions. Is there any way to create and compile method at runtime created from byte[] of c# code? i.e. public int sum(int a, int b) ...
Communicate between custom installer class and .NET deployment pro
Vilhelm -
20 Apr 2007 2:16 PM - 1 message
How do I communicate properties between my C# installer class (which is a subclass of the System.Configuration.Install.Installer class) and my Deployment project. I am creating my installer in Visual Studio 2005. What I want to do is do display a custom dialog to the user where the user ...
ASP Pgm pls Rectify the problem
neeraja.ec -
20 Apr 2007 4:40 AM - 1 message
hi i'm neeraja i'm new to Dotnet subject nd i'm getting one exception while running one ASP Pgm pls rectify the problem and what actually is.... help me out here is my pgm: using System; using System.Collections; ...
ASP Pgm pls Rectify the problem
neeraja.ec -
20 Apr 2007 4:40 AM - 2 messages
hi i'm neeraja i'm new to Dotnet subject nd i'm getting one exception while running one ASP Pgm pls rectify the problem and what actually is.... help me out here is my pgm: using System; using System.Collections; ...
Managed vs Unmanaged Bare Bones Performance Test
adhingra -
19 Apr 2007 8:50 PM - 22 messages
At our company we are currently at a decisive point to choose between managed and unmanaged code on the basis of their performance. I have read stuff about this on various blogs and other websites. Then I decided to take my own test ...
Oneclick deployment
raj -
19 Apr 2007 8:26 PM - 1 message
We are performing oneclick deploymnet using VS 2005. currently, we have it set up so it publishes Debug version. however we need to perform release and debug at the same time. We need to automate this process. We are using cruise control software to currently build the project and ...
Add managed assemblies to GAC programmatically?
Jeff Johnson -
19 Apr 2007 3:59 PM - 5 messages
Let's pretend I really really really don't like ClickOnce and I want to implement my own updating process. Let's also say that I want the update process to be able to add new assemblies to the GAC. Since gacutil.exe no ...
Service OnShutdown is not called
lb.weissman -
19 Apr 2007 3:38 PM - 1 message
Hi, I have a simple service, which I want to stop normally. I added the method OnShutdown, and set the CanShutdown property to true. Still, when I restart the computer my OnShutdown method is not called. The OnStop and OnStart methods are being called. ...
Pending HttpListener requests: multiple and terminating
valentin tihomirov -
19 Apr 2007 1:27 PM - 1 message
Hi, [Issue 1] How do you process multiple requests by HttpListener? I cannot find the intended method of starting multiple pending BeginContext simultaneously. The only home-made example I have discovered is [link], which suggests starting a new ...
ASP.net web development - iTechArt Group
VB -
19 Apr 2007 1:18 PM - 1 message
iTechArt Group - Custom Software Development and Offshore outsourcing Company [link] Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high quality custom software development ...
Dotnet 2.0 bug ? Retrieving security permissions of a desktop fold
gws@newsgroups.nospam -
19 Apr 2007 9:40 AM - 1 message
Hello, If I get the ACL of a folder on the desktop, or for example "C:\My Documents", I do not get the correct security settings. When I check the security using the properties dialog with the windows explorer the right: ...
Re: .Net 1.1 versus .Net 2.0
Spam Catcher -
19 Apr 2007 4:57 AM - 1 message
I believe the world average is 100PCs per 1000 people. But of course in developed countries the number is much higher. There is an esimated 1 billion PCs in the world. With Microsoft having ~90% of the desktop market, it's not surprising there are over 500 million PCs with .NET on it. The ...
How to use WeakReference (dot net 1.1)
Rolf Welskes -
19 Apr 2007 12:59 AM - 3 messages
Hello, I have the following fundamental problem. Say I have a class ClsA and a class ClsB When the system works many objects of ClsB are generated, used and then freed. Now I have from any object clsB01 for example to inform all other existing ...
How to determine a string is in valid dateTime format
Andrew -
18 Apr 2007 8:20 PM - 5 messages
Hello, friends, What is the best way to determine a string is in valid dateTime format? Thanks a lot. ...
Remember Me Checkbox via login control
Frank Miverk -
18 Apr 2007 5:49 PM - 3 messages
Hi, My boss is having a fit over the fact that the "Remember Me" checkbox doesn't stay checked when he visits the site after the initial visit. Any tips on how I might go about doing this? Thx, Frank ...
WindowsForms app gives System.Configuration.ConfigurationException: Child nodes not allowed
QDL -
18 Apr 2007 4:02 PM - 1 message
Hello everyone, I have a small windowsforms app developed for framework 1.1 that uses a configsection in the .config file. Everything works ok on most boxes... On one particular pc i get the error "System.Configuration.ConfigurationException: Child nodes not allowed" while ...
Any recommendations on a good .NET Reflection reference book?
roybrew@att.net -
18 Apr 2007 2:03 PM - 3 messages
Does anyone have any recommendations for a good .NET Reflection reference book? I'm not interested in "intro" books. I need to go a little deeper than that. ...
.NET 2.0 Framework fails to install
H=E5vard_Olerud_Eriksen -
18 Apr 2007 1:34 PM - 4 messages
I keep getting the message: [04/18/07,15:18:42] Error 25015.Failed to install assembly 'C:\WINDOWS \Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll' because of system error: 0x80131107 [04/18/07,15:19:31] ***ERROR EVENT*** : Custom Action Failure:Action ...
Thread Abort and Unhandled Exception Event
pawel.kedzior -
18 Apr 2007 7:16 AM - 8 messages
Hi In .NET 2.0 unhandled exceptions in separate threads cause raising unhandled exception event and terminating the process. This is true for most exceptions, but not for ThreadAbortException, what is reasonable. I have verified this with following example: class Program { ...
WCF & WF & SmartClient
hufaunder@yahoo.com -
18 Apr 2007 4:31 AM - 3 messages
I'm new to wcf & wf and try to get a handle on how all this should be used, in particular for a smart client like an email program, a trading platform, etc. For something like that you have the common 3 ...
Database Designer in VS .NET 2003?
victorcamp -
17 Apr 2007 10:25 PM - 2 messages
I've noticed that the Add Database, Add Table, Add View, etc., right-click menu items are not available in the Server Explorer in Visual Studio .NET 2003. The connection and binding to my SQL Server 2005 works fine. When I ...
Framework Bug: KeyedCollection<T>
Chris Mullins [MVP] -
17 Apr 2007 7:10 PM - 11 messages
KeyedCollection is a very handy little class, that unforutnatly has a nasty bug in it. The bug (which I ran across) causes the following code to fail: if (!rooms.Contains(room)) _rooms.Add(room); The problem is that contains returns "false", but then Add throws an ...
Export Restrictions on .NET ??
Emby -
17 Apr 2007 7:07 PM - 4 messages
There used to be restrictions on the export of "enhanced encryption" (which usually meant encryption with a strength greater than 40-bit) to certain "restricted countries" (Cuba, Iran, Iraq, Libya, North Korea, Sudan, Syria and Vietnam - the list varies over time) ...
AJAX AutoComeplete Z-Index?
mianiro -
17 Apr 2007 7:02 PM - 1 message
I have an autocomplete extender attached to a textbox on a panel. Everything works, but when the list of words pops up, it is under the panel. I tried putting the autocomplete control in the panel, but that didn't work. Any ideas on how to get this on top??? Thanks! ...
How to access Lotus Organizer 6 data using C# ?
Lilian -
17 Apr 2007 4:12 PM - 2 messages
Hi, A customer using a SQL Express 2005 database wishes to import contract data from his Lotus Organizer 6. As I do not own this software I have no idea about the way it stores its data and how I can access it ? (ODBC or something else ?) ...
upgrade .NET version with ClickOnce?
Ben -
17 Apr 2007 3:50 PM - 3 messages
Hello, I've written an application in .NET 2.0 and used ClickOnce deployment. I've set the prerequisites options to 'download from component vendor's website'. When users try to install it via the web, if they haven't got .NET framework ...
WIA to .Net
Mike Partain -
17 Apr 2007 2:07 PM - 2 messages
Anyone know why WIA has not been moved to .Net? As best as I can tell, the current WIA (WIA automation) is a pre-XP designed API. Yes, I know about the com interop stuff - it does not work for the real world. ...
How to do P2P
Donald Adams -
17 Apr 2007 5:28 AM - 4 messages
I need to create an application that can connect from our customer (who uses a proxy server and only allows connections out via http) to our server and if our server has a change of information can send events back to the client ...
.NET 1.1 HttpWebRequest incorrectly interprets "Content-Location" header.
wizofaus -
17 Apr 2007 5:26 AM - 1 message
If you use your browser to navigate to [link], it will redirect you to [link] etc. etc. etc. But if you use WebRequest to fetch that initial URL, the response URL ...
Forms and Labels
Allen Maki -
17 Apr 2007 2:56 AM - 7 messages
Hi Everybody, I am new to Famework Programming and I need your help. In Visual C++ .NET Forms. Labels. If I want to add XXXX to the label, I can do that through the "Text" property in the property editor. But I want to add the XXXX during run ...
XML reader issues....
Lloyd Dupont -
17 Apr 2007 12:30 AM - 3 messages
I have a XML document (not of my making) which starts like that: ========== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "[link]"> ...
Is this CLS compliant?
Andrew -
16 Apr 2007 10:38 PM - 2 messages
Hello, friends, I defined a C# class like the follows in .net 2.0: [Serializable] public class ContractInfo { private string number; private string transCode; ...
Create caching object like TransactionScope
PAF -
16 Apr 2007 4:16 PM - 1 message
Hi all, I need some help. I want to create new object that can make cache for my objects. The best using way I see is to create one object that is used like TransactionScope. For example: using (CacheScope cs = new CacheScope ()) // Starting cache collecting ...
List generic collection
AVL -
16 Apr 2007 12:28 PM - 2 messages
hi, i'm a new bie to .net 2.0.. ive used a list geeneric collection of strings in my code. i would like to append all the strings to get a single value.... I've found the foreach() iteration method...for List collection.. ...
add info file to click once application
send2dudi -
16 Apr 2007 11:14 AM - 6 messages
Hi all I have an application that is installed using click once. I am trying to add a documentation file that will be added to the Start->Programs->My App How do i do that? Thanx ...
print the current time on the screen
Allen Maki -
15 Apr 2007 9:04 PM - 2 messages
Hi everybody, I need help. I want to print the current time on the screen. After research I managed to run the codes below in regular C++. But I could not make it to run in .NET Framework environment. Can anybody tell me how to make these codes to work ...
displaying Windows media center
Kristina -
15 Apr 2007 2:26 PM - 2 messages
When I go from XP to Media Center the monitor turns black but I can here the sound ...
Install Somebody's ClickOnce
Loh Hon Chun -
15 Apr 2007 1:25 PM - 1 message
Hi I tried to install an application that is published as a ClickOnce application. The installation is successful on all PCs except my laptop. So I believe this has got to do with my laptop instead of the ClickOnce application. ...
|
|||||||||||||||||||||||