|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Embedding .exe.config as a Win32 Resource
Bob -
14 Jan 2006 9:43 PM - 1 message
I have both a .exe.config and a .exe.manifest file and both work fine as files. I would like to embed both files as a Win32 resource. I am able to do this with the .exe.manifest file by referencing it in the .res file with ...
vb.net and c#
benru.liao -
14 Jan 2006 6:14 PM - 6 messages
Is there anything that C# can do it and Vb.Net Can't ? I am a VB6 programmer, and I want to study the VB.Net. But I am confused with Vb.Net and C#. any suggestion for me? ...
CLR and accessible features
pradeep_TP -
14 Jan 2006 9:19 AM - 18 messages
Hi all, I was reading about MSIL and i came to know that there are some features of CLR that can be only accessed by programming in IL. I want to know what are these features which cannot be accessed by languages like c# or vb.net ...
NET2: Bug in TableAdapter Query Code Generator
Mark Olbert -
14 Jan 2006 3:55 AM - 3 messages
There appears to be a bug in the code which (re)generates the command text for queries returning a table field in .NET 2. 1) Create an sql table 2) Create a TableAdapter for the the table in #1 3) Create a query in the TableAdapter in #2 which returns a single value whose value is a field in the sql table ...
Problem with .NET 2.0 with Visual Studio.net 2003
Hari -
14 Jan 2006 2:37 AM - 2 messages
I have installed .NET 2.0 framework recently and getting a crash problem when I tried to debug a mixed code(managed and unmanaged) application by enabling "Mixed" in the debugging properties of the visual studio.net 2003 project. If i use 'Auto" property the application works fine, but i cannot ...
update/insert with microsoft.xml.xquery(.net2.0beta)
Daniel -
13 Jan 2006 11:04 PM - 1 message
update/insert with microsoft.xml.xquery(.net2.0beta) can anyone provide an example of how to update/insert with microsoft.xml.xquery? ...
Unwanted .Net framework dependency
Harry Hanley -
13 Jan 2006 9:36 PM - 11 messages
Somehow my application has developed a dependency on the .Net framework. It is a C++ app built much the same as one would have with Visual Studio 6. We were happily using Visual Studio .Net 2003 with no dependency on the .Net ...
BeginReceive not ASYNC.
Bob -
13 Jan 2006 4:37 PM - 2 messages
Can someone tell my why when I call Socket.BeginReceive() the callback is called on the same thread? I thought that BeginReceive was ALWAYS an async method. Below is the call stack. You can see its calling my callback ...
COM Interop registration failed
John -
13 Jan 2006 4:34 PM - 3 messages
COM Interop registration failed. Type library exporter can not load required library MSCOREE.TLB. I'm currently receiving the above error message when building a sample walkthrough which demonstrates COM interopability between ESRI's ArcGIS 9.1 and .NET. I'm using VS.NET 2003 Enterprise Developer and creating the ...
EventLog with custom Log
Bill Ward -
13 Jan 2006 4:15 PM - 4 messages
I have a suite of applications and services that use a common library and I would like to use a custom event log to gather all the events in one place rather than putting events in the "Application" event log. The code I use to ...
Re: Status Lan connection - bytes send / recieved
Milosz Skalecki -
13 Jan 2006 4:01 PM - 11 messages
Elo, Will try to come back with an example, for now try this one, [link] ...
file watcher renamed event problem
Stephen -
13 Jan 2006 3:52 PM - 1 message
Hi all, I am stuck with a problem and wanted some guidance. I am using FileSystemWatcher to monitor a folder "C:\Temp1" and updating "C\Temp2" say somthing happens in Temp1, I want to update Temp2 Say I create "Text.txt" in Temp1, in the created event I check for whether ...
System.Threading.Timer vs System.Timers.Timer
RK -
13 Jan 2006 3:42 PM - 3 messages
I have created C# windows service to Peek Message Queues in periodic intervals and update the database. In the above scenario which Timer class suitable?? thanks in advance --RK ...
Diff between WebBrowser Component and AXWebBrowser
ESmith -
13 Jan 2006 2:20 PM - 1 message
I'm looking to user a web browser component in VS2005. I like the functionality in the AXWebBrowser component (from ActiveX controls page) that allows me to do this: mshtml.HTMLDocument doc; doc = (mshtml.HTMLDocument)this.SecureWebBrowser.Document; mshtml.HTMLButtonElement ButtonTest = ...
Release Enterprise Library Frame 2.0
Vogeler, volkhard -
13 Jan 2006 1:49 PM - 1 message
Hello, Microsoft announced that the Enterprise Library will be released mid January 2006. What will be the exact Release Date? best regards Volkhard Vogeler ...
How can I get the Region for non-unicode program?
mimi -
13 Jan 2006 1:45 PM - 2 messages
inside Regional and Language Options, How can I get the Language for non-unicode programs? GetLocaleInfo() seems not work for this, thank you very much ...
Unable to cast COM object of type 'System.__ComObject'
Steve Wilkinson -
13 Jan 2006 1:40 PM - 1 message
This problem is driving me up the wall. I'm using .NET 2.0 and VS2005 to work with some of the Windows Media Format SDK through p/invoke I've created the appropriate interfaces I need and decorated them with ...
ConfigurationManager, user settings and application settings
Mark Ingram -
13 Jan 2006 12:12 PM - 4 messages
Hi, I'm looking for a way to save 2 lots of information from my C# application. I want to save information specific to the current user (such as colour settings, non-essential data) and information specific to the successful running of the application (such as server to connect to - but ...
Thread: Thread.Abort() and SmtpMail does not work thougether?
Willy S -
13 Jan 2006 12:07 PM - 5 messages
I am making a windows-service in C#.NET 1.1 (that altso should be possible to run as an application for testing). The service shall do some work and sleep between each time the work is done (the sleep time is set in app.config). ...
urgent!!! Problem opening solution file in Visual Studio
Paras Sharma -
13 Jan 2006 11:20 AM - 2 messages
Hi all, We are facing this big problem. Scenario is as follows. We have one single solution (say EIS) under which there are 25 projects. All the files are saved at a central location under Visual Sorce Safe on a ...
Urgent!! Big Problem opening solution file in visual studio
Paras Sharma -
13 Jan 2006 11:18 AM - 4 messages
Hi all, We are facing this big problem. Scenario is as follows. We have one single solution (say EIS) under which there are 25 projects. All the files are saved at a central location under Visual Sorce Safe on a ...
About the Language property
Mario Vázquez -
13 Jan 2006 11:10 AM - 2 messages
Hi, I'm trying to provide my components and applications of multi-language features. I've found the Language property in Form class and other sontainers such as UserControl, but help does'nt help me too much... I've tried to change the Language property in my UserControl and I've seen ...
Impossible? Who called the Method?
Pieter -
13 Jan 2006 9:17 AM - 11 messages
Hi, How can I know inside a given method, by which method it was called? For instance: I have two property's (Prenom and Nom), both call the Method PropertyChangedHandler(). How Can I know if PropertyChangedHandle was called by the Prenom or by Nom? ...
.NET 1.1 Service Pack 1 installation problem on Server x64
rw -
13 Jan 2006 9:13 AM - 6 messages
Hello, we have a major problem with our .NET app at one of our customers. The server runs on Windows Server 2003 Enterprise Edition x64. We cannot install the Service Pack 1 for .NET 1.1. The setup program quits with an unhandled ...
.NET 1.0 and/or 1.0 hotfix messing with 1.1 application?
rajero -
13 Jan 2006 8:56 AM - 1 message
I've been trying to remotely assist a user who is encountering the infamous "Fatal Execution Engine Error (0x7927baca)" problem when invoking our .NET 1.1-based application. The system in question is running WinXP Home SP2. After sifting through as many documents as we could find, our first advice ...
How to get total record count from SqlDataSource or Gridview ?(NET
Apple -
13 Jan 2006 7:37 AM - 2 messages
Is any method or other function to get total record count from SqlDataSource or Gridview ? ps: Framework 2.0 , ASP.NET 2.0 ...
Why so much trouble with ellipses?
Nathan Sokalski -
13 Jan 2006 5:22 AM - 14 messages
In a recent post of mine I mentioned the inaccurate shapes drawn by FillEllipse. In the response that I recieved I was told that DrawArc had less problems, which I found to be true (I have been using DrawEllipse, but ...
Http web request error when trying to consume a webservice
pramod -
13 Jan 2006 3:50 AM - 2 messages
Hi, I had written an application in .Net 1.1 to consume a webservice. Recently we converted the project to .Net 2.0. After the conversion to .net 2.0 the application does not work anymore. ...
DataGridView "HideSelection"
John T -
13 Jan 2006 2:48 AM - 2 messages
I'm just now getting around to playing with the DataGridView and I'm using it in non-bound mode (adding my own rows for the user to edit). Is there any way to hide the selected cell/row when the focus is not on the ...
Regular Expression Irregularity
Daniel Manes -
13 Jan 2006 2:36 AM - 1 message
Okay, so I got really good at writing regular expressions using the Visual Studio find/replace dialog box, then I went to go use some of them in my code and discovered that they don't work. Reason? The RegEx ...
FileStream Encrypted Impersonation Problem
Greg Hendry -
13 Jan 2006 12:47 AM - 1 message
Object of the excersize: I have a service that needs to connect to securly to remote sevices. I need to be able to store the login information for the remote services in a secure manner. To do this I was going to create an encrypted file containing the login ...
RegEx
TPhelps -
13 Jan 2006 12:19 AM - 2 messages
I have the following regular expressions: Regex.Replace(someString, "[\x0A\x0D]", ""); //remove carriage return line feeds Regex.Replace(someString, "\\s{2,}", " "); //replace multiple spaces with a single space Is there a way to merge the two patterns into one? Thanks in advance. ...
cannot install .net framework (any version)
raseron -
12 Jan 2006 9:55 PM - 2 messages
am having one hell of a time trying to install/uninstall (and vice versa) ..net framework (any version 1.0, 1.1, 2.0) on a laptop running xpsp2. it all began when doing windows updates and the .net 1.1 sp1 failed. since ...
Writing to the APP.CONFIG file
John Cosmas -
12 Jan 2006 9:53 PM - 4 messages
How would I write or update a key in a section of the APP.CONFIG or my application's.EXE.CONFIG file? ...
Drag-n-Drop GAC Assbembly Issue
bfking -
12 Jan 2006 9:35 PM - 2 messages
I recently have lost the ability to drag-n-drop assemblies into the GAC. i can still use the gacutil to register dll's to the GAC but when i drag the dll over to the folder, i get the "can't move" symbol on my ...
where does Microsoft.Xml.Xquery live?
Daniel -
12 Jan 2006 6:44 PM - 2 messages
where does Microsoft.Xml.Xquery live? where does Microsoft.Xml.Xquery live? all i can find is a copy of it in the sample project: [link] ...
Instantiate Shell.Explorer.2 at runtime for a web page
jmi0@att.net -
12 Jan 2006 6:43 PM - 2 messages
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them ...
Instantiate Shell.Explorer.2 at runtime for a web page
jmi0@att.net -
12 Jan 2006 6:42 PM - 1 message
want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them ...
Invoking Windows Services
Sameer -
12 Jan 2006 4:49 PM - 6 messages
Hi, Any help would be appreciated. I have come across an Architecture (not implemented) in my Enterprise, that has a Windows Service (A) written on VB COM that has to talk to another Windows Service (B) to be written on VB.Net. ...
What's the difference between the DirectX control and the Win Amp Control?
UJ -
12 Jan 2006 4:04 PM - 1 message
What's difference between the two? How do I know when to use which one? TIA - Jeff. ...
Building my own front end to the network configuration.
UJ -
12 Jan 2006 2:43 PM - 2 messages
I have a product that will allow users to enter some, but not all, of the network options (TCP/IP Address, Gateway, ...) Are there calls that I can make that will write the appropriate spot in the registry. Or are there ...
Send Outlook Appointment from VB.NET
Alex C. Barberi -
12 Jan 2006 12:47 PM - 2 messages
I need to create an Outlook appointment from a VB.NET class that will be on a remote server. This class should send the appointment to about 50 different people and put it in their calendar. How would I go about doing this? ...
StringInfo class
Wilfried Van Baelen -
12 Jan 2006 12:11 PM - 4 messages
Hi, I am looking for a way to get the contectual forms from Arabic Script. If you use a richtextbox in VB.net, and you fill it with a a unicode string which contains the isolated characters, the control takes care of the ...
abstract user control
danielsanberger -
12 Jan 2006 11:45 AM - 2 messages
Hi, I am not sure if this is the right place for this question! Anyway, here it is: Is it possible to create a user control with abstract methods? I couldn't do it. The reason is that I want to constrain the developer to ...
performance - Comparison
Baren -
12 Jan 2006 10:40 AM - 6 messages
Hi! I have a simple doubt abt the performance when comparing variables with constats values.. Can any one tell me whether to use 1. int a; if(a==10) { MessageBox.Show("done"); } Or 2. int a; if(10==a) { MessageBox.Show("done"); ...
Aspnet_regiis
amitavabardhan -
12 Jan 2006 10:28 AM - 2 messages
I don't know if this is the right forum for me to post my question but I just hope somebody answers my question. Is there any way that I can retrieve the password of the aspnet account. I know that the password is machine generated but is there any method to ...
ConfigurationErrorsException
Chris -
12 Jan 2006 10:19 AM - 1 message
Hi, I am using C# with VSExpress 2005 (.NET 2) and playing around with Configurations. But, in the following Line (the first line) I am receiving an ConfigurationErrorsException: SystemsSection sysSection = ConfigurationManager.GetSection("systems") as SystemsSection; I took the example from: ...
Sending a method as a parameter
Roby Eisenbraun Martins -
12 Jan 2006 9:56 AM - 5 messages
Hi, How can I send a method as a parameter to be executed in a class? If possible without using delegate. public void MethodA() { // Code ...
using INotifyPropertyChanged interface in Compact Framework
dehranph -
12 Jan 2006 8:41 AM - 1 message
On my .Net 2.0 project: I implemented INotifyPropertyChanged on all my business entities to monitor property changes thru PropertyChanging event. It works fine on my web and windows applications consuming my buiness entities but these application do not consume the web service part. ...
Datagrid EnableViewState problem
Calvin KD -
12 Jan 2006 6:29 AM - 2 messages
Hi everyone, I have a datagrid to display search results. The search results at this stage we only return the first 500 records to speed up the search. The problem is, if I turn the EnableViewState on, the search regularly failed ...
Output Difference in Win2k Server + .NET 2.0 and WinXP + .NET 2.0
Subramanian -
12 Jan 2006 6:25 AM - 1 message
Hi al,, I am trying to access an unmanaged library from C#, the code runs fine in Win2kServer + .net 2.0 but it throws a Security Permission excpetion when trying to execute the same part of code in WinXP+.NET 2.0. ...
User profile space / Active directory integration
Mark -
12 Jan 2006 3:49 AM - 1 message
Hi all, I have been given the task of (For each user in Active Directory) retrieving the following information from their Windows 2003 profile Number of and size of the following files each person has Audio Video Word doc Excel ...
System.Net.WebRequest.Create
VJ -
12 Jan 2006 2:09 AM - 2 messages
I have the below code.. executing from .NET APP System.Uri objUri; System.Net.WebRequest objWebReq; System.Net.WebResponse objResp; try { objUri = new System.Uri(strWebLink); ...
Problem - Serialization Is Losing Data
Mauricio Pires -
12 Jan 2006 12:30 AM - 1 message
My projetc has a simple DataDataSet (ds) that has a parentDataTable and a childDataTable table bound to 2 DataGridViews and its lossing data in serialization. The problem happens when: 1)A parent row and consequently its child row (cascade) are deleted from ...
Couldn;t load assembly
rpaleja -
11 Jan 2006 10:36 PM - 1 message
Hi, I have created a custom key called "TestKey". Gave acess to NT Authority\network. Added code in web config... <configProtectedData> <providers> <add keyContainerName="TestKey" useMachineContainer="true" ...
Prevent service from stopping
ThunderMusic -
11 Jan 2006 9:20 PM - 8 messages
Hi, I have a service which is only a server for some objects the user can instanciate and call. Right now, the service starts and then stops automaticaly. The only line of code I added is in the OnStart event and is ...
No .NET config program
Otto Havasvölgyi -
11 Jan 2006 8:24 PM - 8 messages
Hello, I have installed .NET 2.0 on a Windows XP with Admin, and after that there is no configuration program in control panel -> administration tools. What can be the reason of this? Thanks Otto ...
.NET 2 Clr hosting
Robert Ginsburg -
11 Jan 2006 7:24 PM - 2 messages
Does anyone know if .NET 2 retains distinct server and workstation clr hosts ? -Robert ...
Cancel Invoke
Roby Eisenbraun Martins -
11 Jan 2006 6:42 PM - 2 messages
Hi, I created a async method using delegate and I 'm running it using BeginInvoke. I know when it is complete and I can wait until it finishes, but I just cann't find a way to cancel it. ...
Thread syncronization
Rob Smeets -
11 Jan 2006 5:15 PM - 3 messages
Hi, i'm trying to grasp the concept of syncronizing threads, but without success Here is the situation: I'm using an object which connects to a server. After connection i want to send informational requests. If i send a request and the object is not connected yet i tell the Component ...
putting zeros to certain number of leading bits in a number in VB
Cherif Diallo -
11 Jan 2006 4:42 PM - 4 messages
Does anyone know how to make sure that the first 48 bits are zeros in int64 value in VB. Basically what the operation I’m trying to achieve is the equivalent of the following in C# C# version: ...
Problem with visual renderer
Laurent -
11 Jan 2006 4:07 PM - 1 message
Hi all I have a problem while using VisualStyleRenderer. I want to use a back buffer to draw a button using Visual Style. The problem is that the border of the button black (only 1 pixel of thickness). I investigate and I found that the border ...
Serialization Surrogate dosn't work on .NET 2.0 ?
Mauro Sturaro -
11 Jan 2006 3:54 PM - 1 message
Is anyone using Serialization Surrogate in .NET 2.0 ? Using also a very simple implementation of Serialization Surrogate the deserialization fail, if there is a forward reference, with a SerializationException and a message: "The object with ID 1 was referenced in a fixup but does not exist." ...
Weird error
Yanir Kleiman -
11 Jan 2006 3:53 PM - 1 message
Hello, I encountered a very strange error in C#. I had a piece of code that extracts data from a hashtable. Here it is: public static ProcedureData GetProcedureData(string strProcedureID) { // Return procedure data from hashtable: return ...
Outlook with VB.NET
Alex C. Barberi -
11 Jan 2006 3:42 PM - 4 messages
I am writing a class in VB.NET that will send an email. When the email is received in Outlook, that email needs to place an appointment on the Outlook calendar. Does Microsoft have Office 2003 controls that I can download for ...
What component is IE for FCL?
Frank Lee -
11 Jan 2006 3:37 PM - 2 messages
Does FCL have a component which is IE? ...
"Error executing program!" when starting .Net 2.0 application
shot -
11 Jan 2006 2:44 PM - 2 messages
Hi there, i've a problem with the .Net 2.0 Framework. I've created a very simple C++ .NET 2.0 Windows Forms application using Visual Studio 2005. I only create a new project, save and compile it and launch it. Thats ok on ...
When Thread is over
Roby Eisenbraun Martins -
11 Jan 2006 2:04 PM - 5 messages
Hi, I created a new thread from a method. I wnat to know when this thread ended. How can I do that? public void DoWork() { } public void main() { ...
No-Touch Application Can No Longer Read app.config File in .NET 2.
Rob Barnes -
11 Jan 2006 1:21 PM - 2 messages
My application uses the no-touch deployment model. In .NET 1.1, this works great. After I installed .NET 2.0 (and subsequently uninstalled it), the application can no longer read the app.config file. Example: ConfigurationSettings.AppSettings.Get(...) always returns Nothing. ...
problem System.Configuration.ConfigurationManager.ConnectionStrings
Vaidas Gudas -
11 Jan 2006 9:24 AM - 6 messages
I am getting the error, then I am using System.Configuration.ConfigurationManager.ConnectionStrings("..."): 'ConfigurationManager' is not a member of 'Configuration'. in your help it is written that ConfigurationManager is on System.Configuration class why. ...
WebResource.axd concern
vMike -
11 Jan 2006 7:49 AM - 2 messages
I noticed in my logs a request for /WebResource.axd?d=vWmfVPa...&t=632... So I tried it to see what comes up and it starts a download request. I downloaded the file and it is a javascript file. It looks to be a .net file ...
ToString(string) and parsing
Jerry Shea -
11 Jan 2006 6:35 AM - 5 messages
Hi Everyone, If I want to format a type with a string format I can call IFormattable.ToString(strFormat, formatProvider); Does anyone know of a generic way to parse a string like this? DateTime.ParseExact has an overload which takes these arguments but I can't ...
Scrolling text box
Daniel -
11 Jan 2006 3:54 AM - 3 messages
I'm trying to make a commandline type text box using a RichTextBox. I currently have it to the state where formating scrolling works so that I can highlight text (this just uses the SelectionStart, SelectionLength, and SelectionColor properties). However when I try and remove text from the textbox all my formating is ...
Byte conversion to string
Daniel -
11 Jan 2006 3:49 AM - 6 messages
I can't seem to find any byte array conversion functions to strings. I'm receiving data via a network packet and want to convert the byte array contents into there actual character equivilent. For example Convert byte[] byteArray = { 64, 65, some ascii numbers } ...
Index -1 does not have a value - DataGridView
ME -
11 Jan 2006 3:19 AM - 2 messages
I was running into a problem with the DataGridView while binding it to an object Collection. I got it working and I thought others might like to know how. -------------- Problem ------------- The grid was bound to a simple object collection. The object contained ...
What is this {0} thing?
Alex C. Barberi -
11 Jan 2006 12:11 AM - 2 messages
I'm sorry, this is probably a beginner .NET thing, but I never learned it. What is this {0} or {1} stuff in Strings? I don't understand them. ...
How to Move a Directory on a Remote Computer
ESmith -
10 Jan 2006 9:57 PM - 2 messages
I have a progarm that needs to login to a remote system, download multiple directories to the local system, verify that the transfer succeeded, and then move the directories on the remote system to a "processed" directory. What is the best way to accomplish this? Also, how would I handle the case ...
COM+ or Web Service?
ThunderMusic -
10 Jan 2006 9:52 PM - 10 messages
Hi, I have to connect to a distant DLL (.NET DLL) and I would like to know which of the COM+ or Web service is the best... What are their pros and cons? I absolutely don't know how COM+ works, so that's why I can't really ...
ClickOnce Question - Remote location for the ClickOnce deployment
John Yung -
10 Jan 2006 9:44 PM - 4 messages
All, How can I retrieve the remote location for the ClickOnce deployment? I tried the following code, but it does not work: System.Deployment.Application.ApplicationDeployment ad = System.Deployment.Application.ApplicationDeployment.CurrentDeployment; MessageBox.Show(ad.ActivationUri.AbsoluteUri); ...
Services
Buc -
10 Jan 2006 8:05 PM - 2 messages
I have written a VBNET sample service that uses FindWindow to find another VBNET forms app HANDLE and send it a message via SendMessage. The service runs under the local system account with INTERACT WITH DESKTOP checked. It works fine.. I need it to run under a local user account (the local ...
String and StringBuilder ... ?
Alex C. Barberi -
10 Jan 2006 7:40 PM - 5 messages
I'm using VB.NET. I have been reading up for an exam I will be taking in a few hours, and I'm becoming confused... a String's contents never change? I read that every time I change a String it's actually giving me a reference to a totally different ...
Allow application to use multiple version of GAC assembly
Martin -
10 Jan 2006 7:22 PM - 1 message
Hi, I'm developing an application (MyApp.exe) that uses an assembly installed in the GAC (OthersLib.dll). When deploying my application, I want to allow my application to run with different versions of the GAC assembly (version 3.5.* ...
Status Lan connection - bytes send / recieved
newbie -
10 Jan 2006 6:37 PM - 10 messages
Hi all, [link] How can I get these numbers with VB.NET ? I thought somewhere in WMI but I can't find them. Thank you, Aswin ...
Status Lan connection - bytes send / recieved
newb -
10 Jan 2006 6:34 PM - 1 message
Hi all, How can I get these numbers with VB.NET ? [link] I thought somewhere in WMI but I can't find them. Thank you, Aswin ( aswin(at)aswin.be ) ...
Single sign-on with SAML Token
Pete Wood -
10 Jan 2006 6:28 PM - 1 message
Hi - I hope someone can help me please... currently we are working on single sign-on authentication project. we have tried Microsoft SAML practice project from gotdotnet site.... we want to implement custom authentication by checking user in database and ...
Status Lan connection - bytes send / recieved
newb -
10 Jan 2006 6:16 PM - 1 message
Hi all, How can I get these numbers with VB.NET ? ( see attachement ) I thought somewhere in WMI but I can't find them. Thank you, Aswin ( aswin(at)aswin.be ) [attached file: nictransfer.JPG] ...
Should I try to upgrade to 2.0 over this problem?
Brad Wood -
10 Jan 2006 5:44 PM - 1 message
Just looking for some other opinions. I've Been working for some time on a problem with a web service running on framework 1.1. The problem occurs as a result of multiple calls to HttpWebRequest.GetResponse (or BeginGetResponse). ...
Forms Authentication stopped working for .htm/.doc extensions in 2.0!!
Jay Balapa -
10 Jan 2006 4:49 PM - 1 message
Hello, I posted this under security and there were no replies. We have a website running ASP.Net 1.1 using forms authentication and even protects .htm/.doc files. We have associated such files to ASP.Net in Application Settings. ...
Timeouts are not supported exception
Bob -
10 Jan 2006 4:19 PM - 2 messages
I am trying to xml serialize an object but when I pass in a memory stream I get an exception saying that "Timeouts are not supported by this stream." Why are timeouts required? This happens when I compile with VS2k5 .Net 2.0. ...
ASP.Net Deadlocks
Mike -
10 Jan 2006 3:10 PM - 4 messages
I keep getting this message in the log on my web server. When it happens the website will be unavailable for a bit and then things will return to normal. Does anyone know how to resolve this issue? ...
Late Binding Com : MissingMethodException
christof13 -
10 Jan 2006 3:08 PM - 3 messages
Hi everybody, I have created a c# module using late-binding to call methods of a com component. Everything works fine in a console application but when I use this module in a web application I've got this exception : System.MissingMethodException: ...
Can't create WebRequest; NullReferenceException thrown
David Satz -
10 Jan 2006 2:56 PM - 1 message
All my Web-based .NET 1.1 applications stopped working as soon as I uninstalled the older versions and installed .Net 2.0 and Visual Studio 2005 this week. The apps use WebClient.DownloadFile() and WebClient.DownloadData(); in 2.0 those methods always throw WebExceptions ...
plugin
news.microsoft.com -
10 Jan 2006 2:23 PM - 3 messages
anyone know how i can implement plugin in my apps.. ...
Heap and Garbage Collection
pradeep_TP -
10 Jan 2006 2:04 PM - 9 messages
Hi all, I was reading this article ([link]) in MSDN, written by Jerffrey Richter. He has explained the working of gabage collection pretty very well. What is confusing me here is when he talks about heap. He says that garbage ...
problem by creating Zip file using SharpZipLip
Herve -
10 Jan 2006 1:31 PM - 2 messages
Hello, i want to create a back of a directory using the SharpZipLib API. My program generate a zip file, were i can add other file later. When i try to add another file in an existing zip file, this zip file become ...
mscorwks.dll could not be loaded
msnews.microsoft.com -
10 Jan 2006 9:13 AM - 3 messages
I just converted my application from VS2003 (.NET 1.1) to VS2005 (.NET 2.0) and when I run the application on my clients Terminal Server box I get the following error: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll could not be loaded ...
Auto reconnect TCPclient
Freddy Setiawan -
10 Jan 2006 9:10 AM - 2 messages
Hi, is there any ways to make the tcpclient auto reconnect to the server when it's disconnected ? ...
NET 1.1 Exception problem
Adam Klobukowski -
10 Jan 2006 6:55 AM - 2 messages
I have following problem with exceptions: it seems that there is not enough exception classes for me. Let me explain: System.IO.File.Create can throw System.IO.IOException if few cases: path not found, sharing violation etc. But now, how can I check if it fas ...
unable to validate data in asp.net
SathiyaNarayanan -
10 Jan 2006 5:51 AM - 1 message
Hi, I am having a web which is used windows authentication. Inside that i am having a page which has a asp:button event and a page load event. The code inside the button event is just a validate user and then allow the user to ...
Global Group Info in Domain Local Group AD Query Help
xenophon -
10 Jan 2006 12:05 AM - 4 messages
I am enumerating a Domain Local Group. It contains local users as well as Global Groups from other domains. When checking membership of the group, I get a DirectoryEntry with the following Path property: "LDAP://testdc.test.coml/CN=S-1-5-21-1973115903-1958036494-624655392-6671,CN=ForeignSecurityPrincipals,DC=test,DC=com" ...
|
|||||||||||||||||||||||