|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Temporarily installing .NET Framework 1.1
Howard Kaikow -
23 Dec 2006 9:01 PM - 3 messages
I have an OS that has VS .NET 2002 installed, so it has .NET Framework 1.0. Can I install .NET Framework 1.1, for several months, use a particular app requiring 1.1, then uninstall 1.1 without affecting the current VS .NET 2002 ...
MS Enterprise Instrumentation Framework and request tracing
google@bigwaveprojects.nospm.nospm.com -
22 Dec 2006 8:58 PM - 1 message
I am creating a web application in ASP.NET 2.0 and am using EIF for my logging manager. My goal is, in debug/diagnostic mode, to have the ability for each page request to log from page inception to page ...
difference between a .dll and .ocx????
giddy -
22 Dec 2006 7:54 PM - 24 messages
Hi , i'm a C# with programmer with a prety good background , but i'm embarrased to admit i'm still not clear about dlls and ocx's i've seen a good set of links and i did'nt get much out of them.. .so ...
System.Diagnostics.Process throws System.NotSupportedException
Joe K -
22 Dec 2006 6:57 PM - 4 messages
I just recently ported an application from .Net 1.1 to .Net 2.0 and am getting the below exception. Basically it looks like Process.TotalProcessTime and Process.StartTime now throw an exception when I try to retrieve these properties from a remote system (in this case remote ...
Sign an Assembly
abhimanyu -
22 Dec 2006 1:04 PM - 2 messages
Hi, Can I sign an assembly(DLL) after building it. I do not want to use VS and check the sign | Delay Sign option. I want to sign it using some utility like al.exe or sn.exe but could not get the exact syntax. ...
2.0 Generics - Feature or Bug?
Zachary Turner -
22 Dec 2006 4:24 AM - 8 messages
Consider the following generic class class MyClass<T> { private MyInterface _SomeInterface; private string _SomeFormatString; public string GetSomeFormattedString() { T[] ArrayOfTs = _SomeInterface.GetArrayOfTs(); ...
HttpListener BeginGetContext does not seem to handle more than 2 request simultaneously
Kunal -
21 Dec 2006 10:41 PM - 5 messages
Hi Friends, I'm trying to host a webservice that will receive/process multiple client requests simultaneously. For this purpose, I wrote the following code, but it does not seem to be handling more than two at a time. I ...
detecting 12 or 24 hour support for DateTime
freddyboy -
21 Dec 2006 7:52 PM - 4 messages
Hi I'm trying to detect if the current culture support 12h or 24h? I need to change string values based on the hour formatting. I tried to DateTime dt = new DateTime(1,1,1,14,0,0,0); string s = string.Format("{0}:00", dt.Hour.ToString()); // ...
Framework 3.0 Installation Problem (99% CPU Utilization)
gk1962 -
21 Dec 2006 4:22 PM - 9 messages
I am attempting to install the .NET Framework 3.0 and it is pegging the CPU when trying to load the installation components. I ran the installation without any problems on my desktop, but cannot get it to run on my laptop. For the last 30 minutes the setup has been displaying ...
List of shortcut keys for RichTextBox
peterbf -
21 Dec 2006 11:53 AM - 3 messages
Hi I have been looking for a list of shortcut keys for the RichTextBox. I need this because I use a RichTextBox which must only contain text. So I have been capturing the shortcut keys Ctrl+v to make sure that ...
Hardware Buttons Pocket PC
Sheikko -
21 Dec 2006 8:50 AM - 1 message
Hi, I am deveopping an application on the pocket pc and I need to program hardware buttons to toggle between 2 application. Exactly from the code of the first application I open a second application and throught the keys of my device I want to toggle between these two application. I want to ...
Debug Outlook addin in VS2003 vs. VS2005
Marius Groenendijk -
21 Dec 2006 8:34 AM - 1 message
Hello NG, Develop an Outlook addin in VS2003. Debug it in VS2003 (using Outlook.exe as start program) So far so good. Installed .NET Framework V2.0 and VS2005. VS2003 and VS2005 work fine side-by-side. But I'm no longer able to debug the addin in VS2003: ...
Call Graph from Assembly or Code
Aamir Mahmood -
21 Dec 2006 3:11 AM - 2 messages
Hi guys, I need a tool that can create a method call graph from analysing my C# code or assembly. I actually want to list functions being called by each function recursively (whether same or different class, public or private or protected or static ...
My namespace in C#
Arne Garvander -
20 Dec 2006 8:51 PM - 3 messages
I have tried 1. Add a reference to Microsoft.VisualBasic.dll. 2. add "using Microsoft.VisualBasic.MyServices; I still can't the name My namespace to work in a C# program. What could I be doing wrong? ...
Debug or Release ?
mikemeamail -
20 Dec 2006 8:13 PM - 11 messages
Hi everybody, Is there a simple way to know from the code if an assembly is in debug or release mode ? Concretely, when my application is running, i'd like to know in which mode it is configured. Any help appreciated. ...
Aynchronous Web Request Handling - Help Required
Kunal -
20 Dec 2006 6:04 PM - 1 message
Hi Friends, I'm trying to modify my synchronous model to asynchronous one and I need help from experts out here.I'm hosting a web service (asmx) using HTTP.SYS and HttpListener. This is most similar to the example code ...
Visual Studio Sp1 for Professional version.
Arne Garvander -
20 Dec 2006 5:21 PM - 8 messages
I downloaded the following: Visual Studio® 2005 Team Suite SP1 This download installs Service Pack 1 for Microsoft® Visual Studio® 2005 Standard, Professional, Team Editions. It fails to install on two computers that I have with the professional ...
typecast array of object to bindinglist of object
param -
20 Dec 2006 4:49 PM - 2 messages
Hi all, I have a Web Service that returns a bindinglist of objects. However, on the client side it comes across as an array. Is there a way in VB.Net to typecast the array back to a bindinglist? TIA! ...
Clr WIC memory
David S -
20 Dec 2006 3:34 PM - 1 message
I use the new WIC (windows imaging component) in the framework 3.0. When i decode an image with CopyPixels from the WICBitmapSource interface in pure win32 project the CopyPixels method do not increase in memory but when i compile in clr the CopyPixels method increase to 2-3 time in memory and ...
Problem with network share FullTrust since IE7 install
Steve Mowbray -
20 Dec 2006 1:30 PM - 2 messages
Hi I setup FullTrust on a network share using caspol so I could maintain my code on a network share and also build and run from the same place using caspol. Since installing IE7 yesterday the network share security level has ...
Writing something like MathPlayer
Andrey Dzizenko -
20 Dec 2006 1:21 PM - 1 message
I have a task to write an own language like MathML and an own interprete= r = like MathPlayer. Of course, it's not MathML =3D) If anyone isn't hip to MathPlayer, it works like that: Mathematical formula is presented in MathML code; ...
Rule Engine
Ram Shankar Yadav -
20 Dec 2006 11:11 AM - 5 messages
Hi guys! I'm planning to to my MS Software Systems Thesis on Rule Engines. Although I searched a lot on the we I'm not able to get any specific help on XML based Rule Engines in .NET C#. ...
Running installed application asks for MSI
Pieter -
20 Dec 2006 9:26 AM - 2 messages
Hi, Two VB.NET Windows Forms (2.0) applications had the same behaviour when they were run the first time by a user: after clicking on the shortcut, the location of the MSI-file is asked, and a part of the installation is ...
VS Failed to publish one button (worked well before)
Jean Paul Mertens -
20 Dec 2006 9:20 AM - 3 messages
Hello, I tried to publish my windows app for one button deployment but got this error --------------------- Error 5 SignTool reported an error 'Failed to sign bin\Release\WindowsPortaal.publish\\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253 The signer's certificate is not valid for signing. ...
WINDOWS VISTA, WINDOWS XP ( X64 ) PRO CORP SP2, OFFICE 2007, PROJECT 2007, PUBLISHER 2007, HACKING L
leo -
20 Dec 2006 4:03 AM - 1 message
WINDOWS VISTA, WINDOWS XP ( X64 ) PRO CORP SP2, OFFICE 2007, PROJECT 2007, PUBLISHER 2007, HACKING LESSONS 1-17, other 2006/December/20 new programs ------------------------------------------------------------------------ PC new programs 2006-Dec-17 Nr=5262 MICROSOFT VISUAL STUDIO 2005 TEAM EDITION FOR DATABASE ...
Problem with DataSet ReadXml
Angel "Java" Lopez -
19 Dec 2006 7:53 PM - 1 message
Hi people! I'm running a Visual Studio 2005, Professional, on Windows XP Professional. I've found a little big problem, reading a DataSet. If I try: ds.ReadXml("c:\data.xml") it raises the exception ONLY in Web Sites: ...
Visual Studio 2005 weird behavior
00_DotNetWarrior -
19 Dec 2006 7:30 PM - 7 messages
1. I created a Solution in VS 2005, the Solution "Solution 'Solution1' (0 projects)" shows up properly 2. then I added a New Web Site At this point, the solution disappears from the solution explorer! I only ...
setup & installation
e_yossi -
19 Dec 2006 2:52 PM - 2 messages
Hi, 1. I have created a windows application project that uses Access DB. Does the 'setup project' is the way of making a setup exe that will instal both my application and the access data base in one time? ...
How to detect a handle leak with a GC
joproulx -
19 Dec 2006 2:42 PM - 4 messages
After trying to investigate a handle leak problem in my application, I found out this post which pretty much describes the behavior that I have experienced: [link] And here is part of my code: ...
Reflector not running under correct framework version
TomC -
19 Dec 2006 10:51 AM - 5 messages
Hi I have written a plugin for Lutz Roeder's Reflector tool. The plugin requires framework version 2.0. On my machine at home and my machine at work (XP SP2 and SP1 respectively) the plugin works correctly - I have ...
Lesson on the .NET Framework
Master Programmer -
19 Dec 2006 6:56 AM - 1 message
Well kids, Todays lesson in computing is an explanation of the Microsoft .NET "Framework"............. DEFINITION *************** The MS "Framework" is a term used to describe the Visual Basic .NET (is it still called that today?) "Runtime Files" needed for a .NET (there I ...
Obfuscator, and sequencer components
mark.green -
18 Dec 2006 11:36 PM - 1 message
Hi folks, What is the best recommendation as far as an obfuscation (and possibly licensing) system for a developer who's starting up? I don't have a huge budget but I don't want to be pruned at the shoots :( Or do I not ...
problem in data logging from within HttpListener
Kunal -
18 Dec 2006 10:27 PM - 5 messages
Hi friends, I have tried to host a web service using HttpListener of .NET 2.0 (with help from the article [link]). The server runs fine, accepts and responds to requests just fine. I'm ...
Handling multiple web requests parallely
Kunal -
18 Dec 2006 10:24 PM - 5 messages
Hi friends, Can anybody share with me code snippets of handling simultaneously multiple http requests from different clients ? I'm using the HttpListener for this purpose. Have used the BeginGetContext model but it does not seem to work. Requests are still being handled ...
Request.ServerVariables("HTTPS") always off
lanem -
18 Dec 2006 9:28 PM - 3 messages
I'm trying to test my page to see if it is secured, and if not, redirect to https:// + URL. I'm trying to test the page using Request.ServerVariables("HTTPS"), but it always comes back "Off", even though ...
Calling a webservice on a Worker Thread Hangs
moonliver -
18 Dec 2006 7:30 PM - 1 message
Hello, and TIA, I am calling a webservice Method called HelloWorld from a WindowsService that is modified to work like a windows forms application. If I call the HelloWorld Method from the "onStart" Thread it works fine. If I create a worker thread using the code below and then call the web ...
Sending e-mail and truncated message
Eve -
18 Dec 2006 5:03 PM - 1 message
I'm using System.Net.Mail.MailMessage. What's happening is long messages (I didn't count the number of characters) are truncated in the e-mail body. I found a post on another forum that says, "There are no limitations to the ...
Problem with format of msmq messages, .net
Peter Hurford -
18 Dec 2006 4:47 PM - 4 messages
Hi, First time using msmq in .net environment and I think I am missing something obvious. I am using the System.Messaging classes Message & MessageQueue to send a message. I want to send a plain-text message (e.g. "Test"), but by default the ...
saving collections in Settings.Settings
Irfan -
18 Dec 2006 3:51 PM - 5 messages
hi, I wanted to save a simple collection in Settings.Settings but i am not able to retrieve it. Although no errors while saving it but no value are retrieved either. Do i have to do something different.Am i missing something? ...
Why is XML the core part of .Net Framework?
Hooyoo -
18 Dec 2006 11:35 AM - 5 messages
I think it's easy to understand CLR is the core part of .Net Framework. Bute how to understand XML is the core part of .net framework? Can you talk something about it? ...
Control Reference from String
Barry -
18 Dec 2006 9:59 AM - 2 messages
Hi I have programmatically create about 5 TextBox controls on a Windows Form , their name are "txt1", "txt2", "txt3" etc which method/function return a reference to the TextBox control given the name "txt1" etc; something like TextBox txtBox1 = (TextBox)Control.FromName("txt1"); ...
How to preserve session in embeded browser?
navyliu -
18 Dec 2006 9:42 AM - 3 messages
When I plug my IE into my own managed forms in C#,I always lost cookies in the new IE page(if the new IE page is generated by the javascript "Window.open()").How to solve this problem?Can I use axWebBrowser to solve ...
regarding shared assemblies in .net
AVL -
18 Dec 2006 9:15 AM - 2 messages
Hi, How do we refer a shared assembly in a web application/ Any samples.... ...
A strange problem
Robert -
18 Dec 2006 7:39 AM - 1 message
Now I'm working on a B/S system, the cliens' operation system are Windows 2000.I'm confused with this situation:When I use this system in the LAN enviroment,the IE shows pages very slowly from time to time(the network ...
My plugin problem
Robert -
18 Dec 2006 7:37 AM - 1 message
When I plug my IE into my own managed forms in C#,I always lost cookies in the new IE page(if the new IE page is generated by the javascript "Window.open()").How to solve this problem?Can I use axWebBrowser to solve ...
Problem opening IE7 as a new process
Rob Latour -
17 Dec 2006 11:08 PM - 1 message
Hi, I had used the following (vb.net 2005 ) code to launch a web page with Internet Explorer 6 without any problem. Dim myProcess As New Process myProcess.StartInfo.Verb = "open" myProcess.StartInfo.CreateNoWindow = True myProcess.StartInfo.UseShellExecute = True myProcess.StartInfo.FileName = WebPage ...
.NET Show - Missing Episodes
BlackWasp -
17 Dec 2006 1:04 PM - 1 message
Does anybody have a link where I can obtain a copy of the videos for episodes 14, 16 and 17? A friend of mine wants these for his collection and they appear to be missing on the Microsoft site. ...
|
|||||||||||||||||||||||