|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Left function not working
mamin123 -
18 Mar 2006 11:42 PM - 3 messages
Hi, When I add following to my code it is not working. pSource = Left(pSource, 49) Left function is causing this issue and I am not sure what is incorrect. I do not get any error when I compile this code but when I ...
.NET V2 Framework Install Error
Simon -
18 Mar 2006 11:12 PM - 1 message
I have tried installing the .NET framework V2 from both Visual Studio Express and a direct download from Microsoft Each time I get error 2235. It looks like some kind of SQL error - I see some garbled SQL (select distinct and a bunch of colums)... ...
OutOfMemoryException is release mode
akash -
18 Mar 2006 8:38 PM - 2 messages
I have a windows forms app that does a lot of number crunching. In certain calculations I get an OutOfMemoryException, even though the Windows XP performance monitor reports 1GB of physical memory available (2GB total). There is no stack trace available, so I can't pinpoint ...
Microsoft .Net 1.1 framework Will down load but not install
Terry T -
18 Mar 2006 6:48 PM - 1 message
Recently installed Norton Ghost 10 but it will not install Microsoft .net framework 1.1 Also tried downloading from Windows update but it still will not install although it downloads ok.It just looks like its installing but nothing happens even ...
Network and Cyrpto Stream help
Andre Azevedo -
18 Mar 2006 5:14 PM - 3 messages
Hi all, I'm using async NetworkStream methods in my client/server socket app and it's working fine. But after using CryptoStream (base64) in NetworkStream it doesn't work. The following code runs on both client and server: --- tcpclass.networkStream = new NetworkStream(tcpclass.Socket); ...
¤ China ZhongZhan Aids Mei Mei
enlamasperm -
18 Mar 2006 5:01 PM - 1 message
Killer! [link] el***@digi-art.de ...
¤ China ZhongZhan Aids Mei Mei
enlamasperm -
18 Mar 2006 5:01 PM - 1 message
Killer! [link] el***@digi-art.de ...
Preventing Exceptions from bringing down app
Michael Bray -
18 Mar 2006 3:03 AM - 26 messages
I'm writing a library to support provide plugin capability to my applications. It does this by loading DLL's into a new AppDomain for each plugin that is loaded. Now obviously when I write a plugin, I can make ...
Datagrid binding to collection with rowfiltering like dataview
Duane -
18 Mar 2006 1:57 AM - 1 message
Can a collection be used as a datagrid datasource and provide datagrid rowfiltering like when using a dataview as the datasource? Also, is it possible to use a dataview to filter datagrid rows if the data is contained in an arraylist or other collection class? ...
Illegal definition for runtime implemented delegate method.
Roman -
17 Mar 2006 9:55 PM - 1 message
Hi, I have a sulution using the compact framework. On 3 Workstations (winXP and VS 2005) it runs perfectly. On one, two assembly's have build errors: Error <Nr> genasm.exe(1) : error There was an error initializing ...
some design advice
neilmcguigan -
17 Mar 2006 8:33 PM - 2 messages
hi all A. what is the preferred way to load an object, say a Customer (from a db) 1. an instance member on the customer object customer.Load(id) 2. a static member on the customer class? Customer.Load(id) ...
MSCOREE and MSCORLIB
Chak -
17 Mar 2006 7:12 PM - 2 messages
What is the difference between mscoree.dll and mscorlib.dll. Aren't they both related to the CLR ? ...
SuppressFinalize in Dispose confusion
uncaged -
17 Mar 2006 5:52 PM - 8 messages
I'm confused about using SuppressFinalize in Dispose. My class has a Socket member, so FxCop complained that my class needs to implement IDispose. Documentation says that either Dispose or the finalizer (destructor?) get called, but never both. Is that because the examples have SuppressFinalize ...
webHttpRequest doesn't like my netgear router
DL -
17 Mar 2006 4:27 PM - 5 messages
I'm trying to create a program to auto-reboot my netgear router when my wireless connection goes down. I have no control over the webserver installed on this machine (which is apparently violating the HTTP protocol standard). I cannot snoop packets on this HTTP ...
VB input field - >grammar error correct
mPiccoli -
17 Mar 2006 4:10 PM - 1 message
someone can give me an example code. or help me with production of a function, which is examined an input field after grammar. As in the Word. ...
VS2005 and .NETCF compatibility problems!
Cornel Gligan -
17 Mar 2006 4:06 PM - 3 messages
Hi! I'm developing an application for Windows Mobile 5. I'm using the following tools: - Windows XP Professional; - Visual C# from Visual Studio 2005 Professional Edition; - Windows Mobile 5 SDK. I made an exe for my applica and I made an install for it. I installed my ...
XmlBookmarkReader bug using ReadSubtree
eric.olstad@gmail.com -
17 Mar 2006 3:45 PM - 2 messages
I have discovered a bug in XmlBookmarkReader (code provided by MSDN, but not necessarily supported by Microsoft). The article is found here: [link] ...
Character encoding - 1252 vs. ISO-8859-1
JS -
17 Mar 2006 3:37 PM - 3 messages
I was wondering why one would specify character encoding of 1252 vs. ISO-8859-1 when retrieving data via HTTP. My circumstance is that I am retrieving XML via HTTP with French characters in it and I have specified the encoding as follows: ...
Comparing changes between two versions of an assembly
Bill Henning -
17 Mar 2006 3:00 PM - 4 messages
Anyone know if there is a tool out there that will list out the public type/member changes between two versions of an assembly? Thanks in advance, Bill ...
Code Access Security in a SevicedComponent?
Torsten -
17 Mar 2006 1:37 PM - 1 message
Hi, is there any chance to allow only certain assemblies access to a ServicedComponent? The component is activated in a COM+ server application. Role-based security is not an option because I don't want to restrict access on the user level but on the code level. ...
.NET CF 2.0 IMAGE SAVE PROBLEM
John J. Novak -
17 Mar 2006 12:39 PM - 1 message
I'm saving a BITMAP image using the image Save method on a mobile device (.NET CF 2.0). I've chosen the ImageFormat.Bmp format. The image is saved but not all programs can open the saved BMP file (including VS 2005). The ...
Validation and formatting in a layered application
pablolch -
17 Mar 2006 11:42 AM - 4 messages
Does all the validation code resides on the business layer? Where should reside the formating code (how to show dates, numbers, phone numbers, etc)? I underestand that the validating rules should reside at the business layer. But if the business layer expects information (from the ...
CustomAttributeBuilder on the return type in .net 1.1
Anthony Lloyd -
17 Mar 2006 9:52 AM - 1 message
I need to add a custom mashaler to a dynamic delegate I'm constructing. methodBuilder.DefineParameter in 1.1 does allow you to access the return type and I can't seem to get SetMarshal to work with a CustomMarshaler. ...
COM component in c#
Romain TAILLANDIER -
17 Mar 2006 8:51 AM - 2 messages
Hi group is it possible to make a COM component using C# ? thank you ROM ...
Obtaining a "CoClass" from interface in .NET for the purposes of sinking events.
shehrzad -
17 Mar 2006 8:03 AM - 6 messages
I am trying to implement an COM object (in ATL), that can be used in a variety of contexts (Win32 console apps, MFC dialog apps, WinForms C# or MC++ apps). This ActiveX control is a logger component writes a ...
Tool for checking the ID code
Kenny M. -
17 Mar 2006 12:17 AM - 2 messages
hi I want to check in the IL code of my assemblies how many box and unbox instructions are, ILDASM does not allow me to make searches. What tool can I use that allow me to search word in the IL code? ...
Compile c# to jvm?
Dan Randers -
16 Mar 2006 10:05 PM - 3 messages
I seem to remember reading about a plug in for vs.net that would allow you to compile c# to run on the JVM. Does anyone know anything about this? Where can I get it? ...
Converting to big -endian
Kenny -
16 Mar 2006 9:30 PM - 10 messages
Hello All - have a problem that I'm pulling my hair out on. I'm trying to take a hex value and convert it to 16bit big-endian format. I can eaisly get it to little-endian format by convert.ToUInt16(&H600) - works like a champ. ...
KB913384
Sam Norris -
16 Mar 2006 9:27 PM - 6 messages
Is there anyone that can give me more info on KB913384? I've found a dotnet2 hotfix1 on the web and its our exact problem, but we won't install until we know its legit and more about what it was originally ...
IVsMultiViewDocumentView impl sample???
Vin -
16 Mar 2006 9:25 PM - 1 message
Hi, [Visual Studio Integration/Extensibility in C# question this] I am looking for a sample implementation for IVsMultiViewDocumentView interface for "Design" and "HTML" view for my custom editor. Even your code instructions would be great, if not a sample. Point me ...
Framework compatibility problems
Bergfe -
16 Mar 2006 8:48 PM - 2 messages
I developped an application on the 1.1.4322 framework. When i tried to test it on a computer with a 2.0 framework, it says that i don't have the right framework installed. I don't know what to do, since the ...
HttpWebRequest and VPN
Naresh Mirkhelkar -
16 Mar 2006 8:31 PM - 1 message
Hi, I am working on a kind of a "stand alone" m\c where in i have to connect using VPN to get into our company's network. I created a webpage on my local machine (WinXP) and was trying to use ...
probable VisualStyleRenderer.GetBackgroundRegion leak
Scott Dale Robison -
16 Mar 2006 7:39 PM - 2 messages
The following code leaks a ton of GDI handles despite Disposing of the related Region objects: private void Form1_Paint(object sender, PaintEventArgs e) { Region region = null; ...
Windows cannot find the C# compiler
EthrealDaze -
16 Mar 2006 7:26 PM - 2 messages
When I try to compile with .NET, I receive error: 'CSC' is not recognized as an internal or external command, operable program or batch file. My browser is updated, I installed .NET twice to be sure it is properly installed. How ...
Memory overwrite using BinarySearch on x64 server with 4Gb of ram
CyberWatcher Developer -
16 Mar 2006 4:51 PM - 2 messages
Changing the List<T>. BinarySearch to use my own implementation fixes the problem. And I am not getting it to fail on my x86 machine. It fails in release on several Dell 1425 with Win2003 x64 with the Exception: ...
2.0 DropDownList holds old values on postback
msnews.microsoft.com -
16 Mar 2006 3:37 PM - 1 message
I have 2 ddl's that are both populated with standard values. When ddlA item is changed, client side script repopulates ddlB. Although I can see that ddlB has all new items the source retains the old values and on post back the old values are passed. ...
RPC Interface Versioning
patricius.name -
16 Mar 2006 3:26 PM - 1 message
Hi! I am wondering how to handle versioning issues when using remote procedure calls - for example when changing the interface of remote objects. What are best practices and solutions for handling this? Regards, Patrick ...
ClickOnce error
Bruce Parker -
16 Mar 2006 2:56 PM - 4 messages
I have successfully deployed a ClickOnce on our local intranet. When I deploy ClickOnce to our corporate web server outside of our network I am getting an error that I have pasted at the bottom of this post. If I install this on my computer at home from the corporate web server I do ...
How to change the ConnectionString for an auto generated typed dataset in a separate dll ???
tanguay.mathieu -
16 Mar 2006 12:50 PM - 1 message
So here i've made a typed dataset in vs2005 by picking some tables in the server explorer. It generated a typed dataset with everything inside it ok. Now i've decided to put this newly created dataset in a ...
How to generate the .Net project file ".*proj" dynamically in .Net 2.0 ???
Anubhav Jain -
16 Mar 2006 12:36 PM - 9 messages
Hi, I am having few .net source files(.cs or .vb) and I want to dynamically generate the corresponding .net project file(.csproj or .vbproj) for them without using visual studio.So that I could be able to generate and compile the project on the enviroments where Visual Studio.Net is not installed. ...
changing color selector in property grid
Kristopher Wragg -
16 Mar 2006 10:46 AM - 2 messages
I'm just wondering if there is any easy solution to change the pop-up display that is shown when a color property is displayed in the properties grid? We've got a property grid in our application and we don't want ...
Why is my inherited window forms control deleted
tony -
16 Mar 2006 10:11 AM - 2 messages
Hello! I have a very specific question and that is about how to inherit a visual control for example the control System.Windows.Forms.TextBox without causing the View Designer to delete the control when there are some compile errors. ...
Printdialog with networked printers
Dean Maughan -
16 Mar 2006 10:04 AM - 1 message
I have an issue with PrintDialog taking a very long time to open (greater then 10 minutes) when there are a lot of Networked printers installed on the computer that are not currently accessable. How can I get around the long opening time of the Dialog, it seems to be ...
Help needed whit dotnetfx.exe installation question
Rene -
16 Mar 2006 3:42 AM - 1 message
Is there something I can do to force the .Net 2 dotnexfx.exe setup to prompt me for a reboot? The reason why I would like to do this is to test my installer process when the user is prompted to reboot but no matter what I ...
How to get memory freed as by minimize without displaying the wind
Tomzi -
15 Mar 2006 10:54 PM - 4 messages
Hello! Using VS.NET 2003, C++ .NET Form project. I'm beginner to .NET and Win programming so even if my question is stupid please bear with it. I'm having problems with starting a program minimized. In theory it's done ...
VB Project Accessing MDB via HTTP
KimmyGoose -
15 Mar 2006 10:43 PM - 1 message
I have a program written in vb.net which accesses a local MS Access file (.mdb) I would like to place this .mdb file on a website and have the program access it from there. My logic so far would be to change ...
Key qualifiers in WMI class developed in C#
mustang -
15 Mar 2006 8:32 PM - 1 message
I am developing several WMI instance classes using C# and the .NET Framework 2.0 and I want to include a key qualifier, such as "Name", instead of relying on the default InstanceID and ProcessID qualifiers. How can I identify a ...
Forms authentication timeout
kempshall -
15 Mar 2006 8:01 PM - 1 message
I have the forms authentication timeout in my application set to five mintues... in web.config <authentication mode="Forms"> <forms name="Login" loginUrl="Interactive/bounceToLogin.html" ...
Spring Framework Example
Deep Silent Ocean -
15 Mar 2006 7:27 PM - 2 messages
Hi All Can anyone lead me to .Net sample examples/application using spring framework ? Regards Silent Ocean ...
Server looking for WebResource.axd on linex server site is alias o
malverson26 -
15 Mar 2006 7:10 PM - 1 message
My site is a department site off the companys intranet site. The company's site is running on linex my site is an alias i.e. intranet.abc.com would be the companies site my site would be intranet.abc.com/department1. ...
Macintosh version of the .net Framework?
Bootstrap Bill -
15 Mar 2006 7:09 PM - 5 messages
Why hasn't Microsoft released a Macintosh version of the .net Framework? ...
InvalidOperationException with DataGridView bound to object data source
bort -
15 Mar 2006 6:09 PM - 1 message
I am getting an InvalidOperationException with the message "Operation is not valid due to the current state of the object." when using the DataGridView and an object data source in 2.0. After going crazy trying to find the source in a larger application I created a very ...
Seeking Book Recommendations...
Deep Silent Ocean -
15 Mar 2006 5:27 PM - 1 message
Hi All... I am in process of developing enterprise level application where I would have chance to design the framework of the application. The application which I am developing is highly UI oriented. Can anyone recommend me boo/material which gives me idea about framework development examples ...
How to use VS2005 Documentation
XJ -
15 Mar 2006 4:28 PM - 5 messages
yes, VS2005 documentation is a very powerful and complete documentation, but some how when i try to use "example" , the i stuck there, that is no any "help" to tell "how" the user going to handle the sample code (add-on to our existing program), is create a class then ...
Library not registered: System.DirectoryServices
brian -
15 Mar 2006 4:27 PM - 2 messages
I have a program which causes this error on a particular users server, it works fine on loads of other servers. "Library not registered: System.DirectoryServices" The line of code that causes it is: DirectoryEntry Root = new DirectoryEntry("IIS://localhost/w3svc") ...
Diagnostics
Arne Garvander -
15 Mar 2006 4:01 PM - 2 messages
How do a create an optional logging file that I can control from app.config? ...
UrlEncode outside ASP. Net???
AspDotNetDvlpr -
15 Mar 2006 3:43 PM - 3 messages
Hi, I'm writing a console application that will be running as a scheduled application, that basically sends out nag email messages to users of a web application on a daily basis. It's going great so far, but I ran into a ...
File.Copy problem
Kevin Jackson -
15 Mar 2006 3:22 PM - 2 messages
I'm getting the following exception throw when trying to copy a file from a network share to a local folder. 1. The process that is doing the copying is running under a user sqa-powerway\PDP3AppStaging 2. This user sqa-powerway\PDP3AppStaging was granted full control to the ...
PropertyGrid and remote objects
Andrea -
15 Mar 2006 2:18 PM - 1 message
Hi all, I am new to remoting, so I hope my problem is not so big for many of us as it is for me. I have a plugin architecture which consists in many classes derived from a IPlugin interface (defined by me) and Windows.Forms.Form. ...
Modifying Configuration file at application runtime
tanguay.mathieu -
15 Mar 2006 1:34 PM - 1 message
Hello my application must connect to a sql server express database somewhere on the intranet. I've created a login form and am taking values from the app.conf file as follow in the Form Ctor cfg = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); ...
how to buildindex for files in registry before registry scan
Krishna Kumar -
15 Mar 2006 1:24 PM - 1 message
hi, we are involved in developing a product similar to registry mechanic.The registry mechanic during its process of scanning it builds index to all the files which it scans and we need to perform the same.So,can anyone suggest ...
need help on files
AVL -
15 Mar 2006 12:46 PM - 2 messages
Hi, I need some info on text and xml files...... How many users can simultaneously read a text or xml file... I've a web appliaction which needs to access a text file and a xml file.. The current users of the system are around 1000 people... ...
Compare MethodInfo to delegate type?
lee.chappers -
15 Mar 2006 12:17 PM - 2 messages
Hi, I have a MethodInfo object and a Type object. The Type object represents the type of a delegate, for example: delegate void TakesIntReturnsNothing(int x); .... Type delegateType = typeof(TakesIntReturnsNothing); How can I tell if the method represented by my MethodInfo object is ...
Need help on using application variables
AVL -
15 Mar 2006 12:10 PM - 2 messages
Hi, I need help on the usage of application variables... Can I populate application variables through my console application and use them in my web application.... Are application variables specific to web solutions only.. can anyone provide more info on this? ...
VB.net Purchase??
Venkat -
15 Mar 2006 10:24 AM - 4 messages
dear all, I am an automation engineer and I use MS products very extensively. I also have a flair in programming and I have used Visual Basic 6.0 to make small applications to help me do my job better. ...
Important security update
Mohamed Sharaf -
15 Mar 2006 10:20 AM - 1 message
Microsoft is releasing the following security bulletins for newly discovered vulnerabilities: Important MS06-011 Microsoft Windows Elevation of Privilege Critical MS06-012 Microsoft Office Remote Code Execution ...
Will Dot net framework 2.0 auto free the unuse object?
briancfk -
15 Mar 2006 8:47 AM - 2 messages
Recently, my company using asp.net 2.0 to develop a web site When I check the asp.net code, i found that there is many pages that code as the way as below e.g. For i=0 to i=50 ...
How to update .NET framework 1.1 Service Pack 1 on Clients?
ABB -
15 Mar 2006 6:55 AM - 1 message
Finally, We have downloaded and applied serice pack 1 of .NET Framework to all our development and build machines. We have many existing clients which are running our WinAPP application which is using .NETFRAMEWork 1.1 with no service pack on their machines. ...
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler?
Daniel -
15 Mar 2006 5:40 AM - 2 messages
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths? When I try to open the file from .aspx the file read throws: Logon failure: ...
invoke a method of Java applet with c#
exogenic -
15 Mar 2006 5:13 AM - 1 message
Hi, I've stucked with problem how to invoke method of Java applet using c#. It's very easy doing this in JavaScript, but i've got no idea how to deal with this in C# and what i can do with IHTMLObjectElement. I can't ...
how to set ftp port using vs 2005
Rob Latour -
15 Mar 2006 4:49 AM - 3 messages
OK, I give up, how do I set the FTP Port to be used in conjunction with System.Net.FtpWebRequest (in VB.NET 2005 I can set the PASV value, but I can't figure out how to change the port) ...
WebRequest Set Content-Length for reply?
Mark Olbert -
15 Mar 2006 12:56 AM - 3 messages
I'm writing an app which downloads large files over http. Is there a way to set how large the chunks of data should be that come back from the server when I create/submit the WebRequest? Or is that totally up to the server? ...
Advice on Handling Large File Download via HTTP
Mark Olbert -
14 Mar 2006 10:38 PM - 4 messages
I'm writing a C# app which downloads large files via http from a server. These files are often in excess of a gigabyte. I am trying to figure out the best way to download these kinds of large files in .NET. While I've successefully downloaded test ...
Drag of MemoryStream stops at the application form boundary.
chuck rudolph -
14 Mar 2006 10:19 PM - 1 message
I need to interface to an application via drag/drop that does not support FileDrop, so I have written the code to turn the FileDrop array into a CIDA and then stuffed the CIDA into a memory stream. So far so good. ...
Getting File Owner with .NET 2
John G -
14 Mar 2006 9:29 PM - 1 message
I have the following VB.NET code (VS2005) to get the owner of a file. It works fine on my PC but I get exception errors when accessing mapped drives. Documentation on the new classes is non-existant. strFile is a full path and ...
ProcessStartInfo.WorkingDirectory and Mapped Network Drives
mhetherington -
14 Mar 2006 8:21 PM - 13 messages
Has anyone successfully called the Start() method on a System.Diagnostics.Process object with the object's ProcessStartInfo.WorkingDirectory set to a path on a mapped network drive? For example, if I have "w:" mapped to "\\serverA\share1" and set ...
How does one track down possible memory leaks in .NET 1.1?
Dave -
14 Mar 2006 7:59 PM - 2 messages
Hello, We have a large client server application written in c# .NET 1.1 using Sql Server 2000 MSDE as our database. Our application also uses Crystal Reports 11 and Infgragistics 2005 Version 3. My question is that I think our app is experiencing some sort of memory leak, but I don't ...
newbie: Interactive service
Peter Schmitz -
14 Mar 2006 6:56 PM - 2 messages
Hi, I'm trying to develop a .net windows service, but I've got one general question: If I want to write/read to files on the local harddisk - does the service need to be marked as interactive? Best wishes, ...
How to get the Process Name with minimal privilege?
A1b2c3d4@community.nospam -
14 Mar 2006 6:41 PM - 2 messages
Hi, System.Diagnostics.Process.GetCurrentProcess().ProcessName fails for a caller with minimal privilege on Windows 2003 Server: System.InvalidOperationException - Couldn't get process information from remote machine. System.ComponentModel.Win32Exception - Access is denied. It works ok on Windows 2000 Professional. ...
IE Crashes when trying to display compressed (gzip) Dot Net Control for the first time
Google Groups -
14 Mar 2006 4:40 PM - 1 message
Hi, I have the following configuration: Server side: Apache 2.x with deflate module configured for cotet-stream. Client Side: IE 6.0.2 SP2 dot net framework v1.1.4322 ...
Threading Question.
Rik Beacroft -
14 Mar 2006 4:17 PM - 4 messages
An method is called on an object instance on a new thread. This method loops eternally and does various things. I want to be able to then set a property value on the same instance of the object. Once set, the eternally looping method will pickup the property value ...
Worker thread is blocking UI !!!
Gancy -
14 Mar 2006 3:23 PM - 4 messages
Hi, I am trying to add nodes into a treeview control (through recursion) from a secondary thread. Following is the code snippet class Test { private delegate void ThreadSafeCallback(); private System.Threading.Thread thrMIBTree; ...
Profiler API 2.0 bug?
Mikhail Pilin -
14 Mar 2006 3:04 PM - 2 messages
I call GetStaticFieldInfo(), GetAppDomainStaticAddress(), GetThreadStaticAddress(), GetContextStaticAddress() methods during GarbageCollectionFinished() notification. SetEventMask() has following flags as arguments: COR_PRF_MONITOR_CLASS_LOADS COR_PRF_MONITOR_MODULE_LOADS COR_PRF_MONITOR_APPDOMAIN_LOADS COR_PRF_MONITOR_THREADS COR_PRF_MONITOR_GC All work properly. I decided to add COR_PRF_MONITOR_CODE_TRANSITIONS and/or COR_PRF_MONITOR_ENTERLEAVE (Enter2/Leave2/Tailcall2 are empty: ret 16/ret ...
need help on xml response
AVL -
14 Mar 2006 3:01 PM - 1 message
hi, i'm a newbie to dotnet... I need help on xml responses received from a web service.. How to parse the xml response....sent by a web service.. I dont want to use the proxy object created .net when I add a web service.. ...
Forms authentication failed for the request
Bill Long -
14 Mar 2006 2:36 PM - 1 message
I have a web application that was developed for .NET 1.1. It uses forms authentication and a custom handler for jpg and gif files so I have the approprate extension mappings. I have some directories that are excluded from ...
Windows Service
Arne Garvander -
14 Mar 2006 2:09 PM - 1 message
I tried to put the body of my windows service in the on start event. That didn't fly since the on start event only runs for 30 seconds. Do I need to start a thread for the main body of my service? If so how? ...
mssql reporting services
DavidT -
14 Mar 2006 12:39 PM - 2 messages
how can I create a order list for a company in reporting services. It is straight forward how to create the dataset and create the items on the order but how do I get the companies address details from another table to appear ...
.NET Runtime Event Log Entries
BLsunev -
14 Mar 2006 11:00 AM - 2 messages
I have a Windows 2003 server which is getting some strange entries logged, entires which I am uinable to trace the source of. When I log in via RDC I get an application popup saying that the IIS worker process blew its top. ...
Transactional Message Queue
Willy -
14 Mar 2006 10:39 AM - 1 message
Dear Sir, I have a quesion about the transactional microsoft message queue order. On the microsoft web site it is written that, if multiple messages are sent to the same queue, Message Queuing guarantees that they arrive in the destination queue exactly once and in the order in which they were sent ...
Want to know about .Net Socket Implementation
Faisal -
14 Mar 2006 10:34 AM - 2 messages
Hi, People I have written an ftpclient in .net now a strange thing is happening while debugging every thing is working all right but when i run the program normally the system hangs on socket.receive() can any body give ...
is .NET using COM/COM+ technologies?
Steve -
14 Mar 2006 3:29 AM - 5 messages
I want to know what technologies make distributed computing possible in ..NET? Is .NET framework CLR using COM and COM+ technologies? Please advise. thanks!! ...
Could not find a part of the path
Matías -
14 Mar 2006 1:25 AM - 6 messages
I have two servers with windows 2003. I have an app running under server 1 (asp 1.1) and I try to write files in the server 2. In the server 2, I have a full access to the directory, but I have the error ...
playing one sound after another in .NET...
Ben Callister -
14 Mar 2006 1:22 AM - 2 messages
hello- i need to play a .WAV file and then programmatically play another .WAV file after the first one has finished playing. ideally, i dont want to require DirectX be installed on the machine. i am currently using the System.Media.SoundPlayer class for playback and hope to not have to wonder ...
FTP - Two Developers same questions
Jay Pondy -
14 Mar 2006 12:19 AM - 1 message
Frank Walker in another post and I are both having the same problem with an FTP Web Request where the Request object is issuing a 'PWD' command followed by a 'CWD' command using the results returned from the PWD command. ...
Printing Rich Text Format
Ilya Dyoshin -
13 Mar 2006 11:40 PM - 2 messages
Hi all! Is there a possibility to print RTF document in .NET Framework, without writting own RTF parser?? There's lots of tables and some text formatting tasks In my RTFs... So writting own RTF parser would be a bit hard. ...
Using Reflection with nested DLLs
News -
13 Mar 2006 11:20 PM - 4 messages
I'm using System.Reflection utility to load and execute a user written DLL routine. This has worked well before. I wrote two .NET DLLs. The first (let's call it DLL1) has a public class (C1) with a public function (F1). ...
visual studio 2005 install failing
Daniel -
13 Mar 2006 11:19 PM - 1 message
visual studio 2005 install failing I am installing visual studio .net that I downloaded from [link] with my subscription and I get this erro when installing it: Error 1311.Source file not found: C:\vs2005\cd1\_15780_RTL_x86_enu_NETCT_v2.0.cab Verify that the file exists ...
System.Windows.Forms.HtmlDocument and mshtml.HTMLDocument
Filippo Bettinaglio -
13 Mar 2006 11:16 PM - 1 message
Hi, VS2005, C# I have developed a UserControl embedded in a HTML web page. And I can access to the DOM with the following code: HTML page: …….. <BODY onload=loadDoc()> ……. ...
Clarification about Microsoft.mshtml component within .NET 2 frame
Filippo Bettinaglio -
13 Mar 2006 11:13 PM - 5 messages
Hi all, In the past 3 days I have done some research about Microsoft.mshtml component within .NET 2 framework. I need some clarification/comfermation about the Microsoft.mshtml componet and microsoft stargey. In specific: Microsoft.mshtml within the .net 2 ...
CS1595 after installing VS2005 side by side with VS2003
Guogang Hu -
13 Mar 2006 8:59 PM - 2 messages
I installed VS2005 and .Net 2.0. After the installation, my existing project in VS2003 starting to show me this error message: " An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll Additional information: Unable to generate a temporary class (result=0). ...
|
|||||||||||||||||||||||