Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Can't step into stored procs from Server Explorer
Jerry J - 3 Nov 2007 10:52 PM - 1 message
I am trying to step into a stored procedure from Microsoft Development Environment 2003. I have SQL Server 2005 on a server. I've created a connection to my SQL Server database and can see all the tables and the ...
Score Accessing C# Enum in vb6
Sriman - 3 Nov 2007 3:56 AM - 2 messages
Hi,   Did any one tried to access/called  C# enum in vb6? Actually we are migrating the few vb6 components to C#.net. Conversion process went fine. But I could not able to access/see the exact Enum values in vb6  Like ...
Score What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my
DR - 2 Nov 2007 11:53 PM - 2 messages
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up in msvsmon.exe on the ...
Score Casting Rules
Aeden Jameson - 2 Nov 2007 10:57 PM - 2 messages
Suppose I have the follwing Public Interface IEntity End Interface Public Class TestEntity     Implements IEntity End Class Public Interface IRepository(Of T As {IEntity}) End Interface Public Interface IConcreteRepository     Inherits IRepository(Of TestEntity) End Interface ...
Score How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql se
DR - 2 Nov 2007 9:05 PM - 1 message
How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql server machine. I get this error when i try to connect to remote machien with visual studio: unable to connect to microsoft vistual studio remote debugging monitor named ...
Score Where is my DB?
darrel - 2 Nov 2007 8:47 PM - 5 messages
I'm still trying to wrap my head around how VS.net, SQL Express, and the built in membership provider all works. At home I've been struggling to get it all to work. I constantly run into errors with the ASP.net configuration wizard. ...
Score Viewstate Problem
Ritu - 2 Nov 2007 7:03 PM - 2 messages
Hi, I get a viewstate error on my machine when trying to load a page with grids. The error is The viewstate is invalid for this page and might be corrupted. The bizzare part is that the error occurs only one my machine. There ...
Score Thread handle & synchronization
John - 2 Nov 2007 5:22 PM - 8 messages
Hi, I need to get handle of thread so I can pass it into WaitHandle.WaitAny method and wait until thread finishes its execution. How can I obtain WaitHandle from Thread ? Is thread signaled if it is in sleep state ? If not, is it possible to find ...
Score Windows Desktop Search (WDS) APIs
Sriman - 2 Nov 2007 4:29 PM - 2 messages
Has anyone worked on Windows Desktop Search (WDS) APIs for Windows Vista? Need some help/lead in resolving Vista Administrator issue for using WDS. Any Help would be appreciated. ...
Score process.MainWindowHandle returning 0
tb2000 - 2 Nov 2007 1:36 PM - 1 message
I am trying to start a cmd process and manipulate its main window thereafter. (.NET 2.0 - c# code - see below) Sometimes I however get a process.MainWindowHandle == 0 from the process, despite a nicely started fresh process main window being visible. The process ...
Score DotNetNuke Development
VB - 2 Nov 2007 9:53 AM - 3 messages
[link] DotNetNuke development services for DNN include: ·    Product Design and Analysis ·    Prototyping ·    Incremental Development Approach ·    Full Product Testing Cycle ...
Score Configuration Management
rickyclarke9@gmail.com - 2 Nov 2007 5:25 AM - 1 message
I have found an excellent resource on understanding Windows Application concepts and exam 070-306. [link] ...
Score Get the Project and Class Name in Runtime
Alfredo Barrientos - 2 Nov 2007 4:09 AM - 2 messages
Hi, How can i get the Project and the Class Name of my .net project in runtime, i mean, i want to generate a new exception, and i want to know, the project, the class, the method or function, where the error ...
Score Is there any way to give xsl in C# a hint as to how large the resulting document will be so that it
DR - 1 Nov 2007 10:46 PM - 1 message
Is there any way to give xsl in C# a hint as to how large the resulting document will be so that it preallocates more efficiently? ...
Score Exception handling in AppDomain threads
Marc Selis - 1 Nov 2007 7:45 PM - 4 messages
Hi, I'm trying to build a robust application framework that will be used by other developers in the future.  Their applications should be able to recover themselves if they are crashing. So, I thought, the best way to handle this is to lauch their stuff in a ...
Score Reflect on a property of a property
Barry Gilbert - 1 Nov 2007 6:26 PM - 1 message
I have a class that has a property of a type of another class. Like this: Public Class Employee    Public Property Shift As Shift    ' Get and set stuff    End Property End Class Public Class Shift ...
Score Reflect on a property of a property
Barry Gilbert - 1 Nov 2007 6:26 PM - 1 message
I have a class that has a property of a type of another class. Like this: Public Class Employee    Public Property Shift As Shift    ' Get and set stuff    End Property End Class Public Class Shift ...
Score Reflect on a property of a property
Barry Gilbert - 1 Nov 2007 6:25 PM - 3 messages
I have a class that has a property of a type of another class. Like this: Public Class Employee    Public Property Shift As Shift    ' Get and set stuff    End Property End Class Public Class Shift ...
Score Application Deployment
Symeonb - 1 Nov 2007 2:17 PM - 2 messages
Hi There, I am starting a project to choose the best method and tools to deploy our c# app - it probably needs to include obfuscation, maybe some for of encryption/source code protection etc and certainly be able to run without the framework being previously installed. I know ...
Score RE: Deixem de postar jogos, filmes e s?ries da treta e postem -> Lost.S03.DVDRip.XviD-SAiNTS. Obriga
x - 1 Nov 2007 11:26 AM - 1 message
n?o gostas deixa na beira do prato ...
Score GetRequestStream Strange Behaviour
ashehu - 1 Nov 2007 9:12 AM - 3 messages
Hi all, I have two applications on the same machine with exactly the same code. One is a Console application that is used for testing and the other runs in a sharepoint web part. The Console application works fine, but calling this: ...
Score Fastest way to move XML document into and back out of CLR function
DR - 1 Nov 2007 1:41 AM - 1 message
Fastest way to move XML document into and back out of CLR function In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass an xml data type variable into a C# CLR function and retrieve it back out of ...
Score dynamically named controls
Pete Morris - 31 Oct 2007 11:57 PM - 4 messages
question about VB 2005 express . is it possible to refer to controls dynamically? I mean instead of referring to [ textbox1.text]    can I have a mystring = "textbox1" then refer to the control named in mystring? Is that possible?  What's the syntax for it? ...
Score Monitor.Pulse allows thread race
msdn@comsquared.com - 31 Oct 2007 10:51 PM - 3 messages
Here is a quote from MSDN regarding the behavior of Monitor.Pulse: “The thread that currently owns the lock on the specified object invokes this method to signal the next thread in line for the lock. Upon receiving the pulse, the waiting thread is moved to the ready queue. When the thread ...
Score Administrator Credential Check
Sid Price - 31 Oct 2007 10:20 PM - 3 messages
My client is asking that when their application is run by a regular user an administrator level user be able to enter their credentials to enable certain advanced features. The application does not need to run with the admin's credentials, we just want to validate that the user asking for the ...
Score Instance Scoped Settings
Sid Price - 31 Oct 2007 8:34 PM - 2 messages
I am writing an application that needs to be a multi-instance application. With VB.NET 2005 this is pretty straight-forward except that I can not find any information about saving instance specific settings. The idea would be to have an instance identifier passed into the application from the command ...
Score OnClick - Method With Databind
Jl_G_0 - 31 Oct 2007 6:29 PM - 1 message
Hey all. hope someone can give me a little advice here. I have a GridView, and on each line of it there's an <asp:imagebutton> like this: <asp:ImageButton ID="hlCancel" runat="server" ImageUrl="/details.png" ...
Score no .NET framework 2.0 configuration utility
Jurjen de Groot - 31 Oct 2007 4:33 PM - 5 messages
Hello, I'm working on an XP-machine (all updates installed). I want to be able to run an application from a shared drive, for this to work you have to allow this using the .NET framework configuration utility, I only see this tool ...
Score Tool for Converting C to C# ?
lucius - 31 Oct 2007 4:02 PM - 3 messages
I know the Java Language Conversion Assistant exists for Java->C#, what is there that does the same for ANSI "C"? I have some console applications and some console/curses applications that have straigth C source that compile on a Unix platform that I ...
Score Regex problem
Barry - 31 Oct 2007 2:44 PM - 2 messages
Hi I need to capture /contract_info/index.asp?action=Delete&site=DB&id=17016852 from dim s as string = "<a href="javascript:NewWindow('/contract_info/index.asp?action=Delete&site=DB&id=17016852')">Details</a>" ...
Score How do you turn off auto proxy detection?
codemutt - 31 Oct 2007 1:50 PM - 1 message
I've got a problem where my HTTP WCF messages are not going where I want them to go because my company has tightened its proxy restrictions. Basically the AUTO-DETECTION of a proxy that has been set up for the browser ...
Score Performance Wizard tool does not respond
Benjamin Fallar III - 31 Oct 2007 9:33 AM - 1 message
Hi, When using the Performance Wizard in the Tools menu, it does not response. I have Visual Studio 2005 Team Suite edition, and before I was able to profile my application using Performance profile using the Performance Wizards in the Tools menu... after installing Visual Studio 2008 Team Suite ...
Score wpf - databinding problem
Rolf Welskes - 31 Oct 2007 12:42 AM - 10 messages
Hello, because there are no news group for window presentation foundation and one has told me I can use this, here my problem: I make the following binding in code:             SolidColorBrush mySolidColorBrush = new ...
Score How is fastest way to construct an XML node then a bunch of slow xquery modify statements?
DR - 30 Oct 2007 8:31 PM - 1 message
How is fastest way to construct an XML node then a bunch of slow xquery modify statements? This SQL Server 2005 logic is rather slow to simply add a new item to an xml document. Any way to do this all in one statement and faster for creating a ...
Score Ref. overloaded method in XML comments
Paul S - 30 Oct 2007 8:06 PM - 8 messages
Hi In a class InfoCollection I have 2 overloads:         public virtual DataSet Update()         public virtual DataSet Update(UpdateType ut) that I reference in the documentaion on another method ...
Score Ref
Paul S - 30 Oct 2007 8:04 PM - 1 message
Hi In a class InfoCollection I have 2 overloads: public virtual DataSet Update() public virtual DataSet Update(UpdateType ut) that I reference in the documentaion on another method /// <summary> /// Delete this object and removes it from the collection. Call ...
Score SOAP ENV Header and HTTPWebRequest
broersen - 30 Oct 2007 7:39 PM - 1 message
Hello, Does someone know how to create manually the header for an SOAP message, without having an WSDL? I also use an X509 certificate for connecting to the webservice. Can anyone help me to get on the right road. I have to talk to an old Java webservice, so that's why I don't have an WSDL. ...
Score VB Assistance
kirad832 - 30 Oct 2007 6:18 PM - 2 messages
I am working on an assignment and need some assistance if anyone could help: Need to use a for next statement and give a value to five elements usin a one dimensional integer array value So far I have Sub Main() ...
Score Installing Raid drivers on XP with no floppy drive
davlyn - 30 Oct 2007 5:35 PM - 2 messages
I have just upgraded to a Dell XPS 720 which arrived with Vista Ultimate installed. I can1t use half of my programs properly so decided to partition the drive and put XPPro back on until Microsoft sort out all the bugs with ...
Score VS.NET 2005 solutions and projects ??
jobs - 30 Oct 2007 5:04 PM - 2 messages
kinda confused. I have this folder called C:\PROJECTS with a bunch of projects .. some are websites, some are webservices, one is a console ap, another is a Data Access layer (I presume classes). I'm suppose be taking over support for this code so the folder was ...
Score Windows workflow foundation question
Roar Jøssund - 30 Oct 2007 3:32 PM - 2 messages
Hello, I have a workflow related question.  WF books typically shows samples where the workflow directly shows user interface to the user. I want to have a smart client and a n-tier architecture. According to [link] ...
Score Config Files
Mick Walker - 30 Oct 2007 3:15 PM - 1 message
Hi All, Does anyone know of any config file reader classes that I can implement within my application. I am not attempting to read the current applications config file, but other applications. I need to be able to add sub nodes to existing nodes within the document. ...
Score HttpWebRequest inconsistency 8-[
Pascal Soveaux - 30 Oct 2007 3:14 PM - 4 messages
Hi, WebResponse contentlength returns an Int64 BUT HttpWebRequest.AddRange takes an Int32. Please point me to the specification that requires a range to be pass as an Int32, AFAIK 1 or more digit is not a synonym for Int32. Here is the detail of the communication. ...
Score Very unefficient binary stream
Jaakko Salmenius - 30 Oct 2007 3:08 PM - 4 messages
Hi, ..NET 1.x uses very unefficient way to store binary data to a resource stream (e.g. .resources file). For example when framework stores System.Char or System.Boolean it actually serializes the whole type and the value. As the ...
Score ClickOnce Application unable to load dll, locked by other process
Andrew Purnis - 30 Oct 2007 2:22 PM - 1 message
Hi. I am getting an unusual problem from my ClickOnce deployed application.  It is self updating using the APIs not using the auto update settings. Once in a while the application will throw this exception, but starting it again it works fine.  The SharpZipLib is deployed with the ClickOnce ...
Score Newbie Question - Pass a parameter when consuming XML feed
Bishop - 30 Oct 2007 1:46 PM - 2 messages
I use the following code to consume a XML feed and populate a dataset. Dim myReader As System.Xml.XmlTextReader = New System.Xml.XmlTextReader(myXMLURL) Dim ds As Data.DataSet = New Data.DataSet() ds.ReadXml(myReader) Can anyone point me in the right direction for changing this code to pass a ...
Score How do I downgrade from build 1378 to 832?
Faedros - 30 Oct 2007 11:12 AM - 4 messages
I installed VS2008b2 and as part of that got .Net framework 2.0.50727.1378. since we use 2.0.50727.832 in our development work and the two versions are not 100% compatible (e.g. SortOrder is defined in two places in 1378), I ...
Score Referncing generic in XML comments
Paul S - 30 Oct 2007 10:04 AM - 2 messages
Hi A have a generic class - InfoCollection<T> The code comment for my constructor is:         /// <summary>         /// Instantiates a new instances of the <see ...
Score interface
Bhuwan Bhaskar - 30 Oct 2007 5:24 AM - 3 messages
Hi, How can I use the functions in class / object if they are same in interface. Code is attached. I want to implement function  f of i1 and i2 in the objcet. Thanks and regards. Bhuwan interface i1 { string f(); ...
Score asp.net config...why doesn't it create membership provider?
Darrel - 30 Oct 2007 1:26 AM - 5 messages
So I'm reading/watching tutorials showing me how to set up roles and users via the Web Configuration Wizard. However, I constantly run into issues with it just not working. It appears that to enable all of this, it's supposed to be adding ...
Score I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this
DR - 29 Oct 2007 11:18 PM - 1 message
I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this it returns 1 each time. as if ival keeps getting set back to 0 each time i call this clr stored proc. How to fix so that ival ...
Score Class Diagram Kills VS 2005
Dave T - 29 Oct 2007 10:46 PM - 3 messages
When I try to add a Class Diagram to a VB project or open one that already exists, VS 2005 crashes.  Just goes away, no warning or anything.  In the error log I find ..NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error (7A0592A2) ...
Score VB.NET - .NET framevork, and unit testing book recommendation needed!
gamesforums - 29 Oct 2007 9:06 PM - 6 messages
Hi! I've been programming in VB.Net and done testing with TypeMock and MbUnit (Testdriven.net) for about 2months now at work. I can see that my testing skills and particular my knowledge about the .NET framework is far too weak. Far to often I choose to implement custom stuff ...
Score LINQ Where extension override
Jason Dentler - 29 Oct 2007 8:46 PM - 1 message
I have created a two classes to wrap some COM interfaces. I don't have any control, influence, source-code, etc. for these COM interfaces. The first class, Media, is an individual data item and exposes some read-only properties of the underlying COM interface with return values of ...
Score Finding a certificate in the X509Store
jperezvazquez - 29 Oct 2007 8:37 PM - 1 message
Hello All, I am trying to find a certificate but I am unable to find the certificate that I want. I am using the following code: <code> .... string SearchTerm = "XXXXXXXXXXX"; X509Store oX509Store = new X509Store(StoreName.Root, StoreLocation.LocalMachine); ...
Score Unable to connect to Visual Studio's Localhost Web Server.
Flytrap Brix - 29 Oct 2007 7:50 PM - 6 messages
et al: Using Visual Studio 2005 Team Edition on a Windows XP Professional 2002 SP2 computer.  Other components are the aforementioned SDK. After installing the Visual Studio SDK (February 2007) I was no longer able to develop web projects.  Most strange.  There was a good deal in ...
Score CLR Shared Memory, C# DLL load
DR - 29 Oct 2007 7:28 PM - 1 message
CLR Shared Memory, C# DLL load How to share memory between CLR calls to the same C# dll? Is there some way to know in the C# dll when the dll is loaded? Is the dll reloaded each tiem a method is called from SQL Server or is the DLL loaded once when the C# dll ...
Score Registry problems
dudaudio - 29 Oct 2007 5:31 PM - 2 messages
I am unable to load any programs after a major crash of Vista Home Premium. The programs load ok (eg Auturoute 2007) but when I try to run them I get told that my registry entries are incorrect and to reload the program again. ...
Score Closing SafeHandle
valentin tihomirov - 29 Oct 2007 3:21 PM - 2 messages
The SafeFileHandle is an extension of SafeHandle, which requires Close() or Dispose() after used according to the docs. There are many examples on using the named pipes in .Net. All the examples expoit FileStream(CreateFile(PIPE_NAME)). You may look at ...
Score Issue with SqlCacheDependency
param - 29 Oct 2007 2:46 PM - 1 message
Hey Guys, I have been struggling with this for few days. when i use SqlCacheDependency sqlDependency=new SqlCacheDependency("test","dbo.USStates"); where test is the name of connectionstring and dbo.USStates is the table name everything works fine. but when i use ...
Score can't install or uninstall dotnet framework
Pete Morris - 29 Oct 2007 1:43 PM - 2 messages
hi, I'm having problems trying to install the .NET framework. Every time I try to run the installer I get a message  saying that the patch packet could not be opened. Trying to uninstall doesn't work eiter. ...
Score What type objects can we can not serialiaze in dot net ?
Bhuwan Bhaskar - 29 Oct 2007 9:01 AM - 3 messages
Hi, What type objects can we can not serialiaze in dot net ? Thanks N Regards, Bhuwan ...
Score Key code activation
T Bunch - 28 Oct 2007 10:36 PM - 4 messages
When I go to reinstall vista I cant activate the key code because it says it has been used already. Please help ...
Score wpf net 3.0 Changing Colors in a bitmap
Rolf Welskes - 28 Oct 2007 10:29 PM - 6 messages
Hello, because there are no news group for window presentation foundation and one has told me I can use this, here my problem: I have a bitmap in wpf for example using BitmapImage. Now I want to change brightness, Colors etc. ...
Score .NET Framework 2.0 Configuration Tool
JJ - 28 Oct 2007 5:17 PM - 3 messages
I'm running Vista Ultimate 64-bit. Whenever I start up the .NET Framework 2.0 Configuration tool, it always crashes on me before I can do anything with it. It crashes immediately after it starts up. How do I get around this? ...
Score Turning off Windows Mail
aqualifestl - 28 Oct 2007 3:39 PM - 2 messages
I am trying to install internet secutiry software but keep getting a message saying I can't remove or install this program with Windows Mail running. I have tried just signing out and closing windows mail but continue to get the ...
Score RE: System Centre Service Manager
Gal - 28 Oct 2007 1:14 PM - 1 message
Those updates can be download from the MS Connect site. From [link] Posted via DevelopmentNow.com Groups [link] ...
Score How to create CHM file for Visual Basic 2005 Project
tvin - 28 Oct 2007 3:55 AM - 4 messages
Hi, Please can you help me, i want to create Compiled html help file for my Visual Basic 2005 Express Edition's project. Can you advise me please? Thanks so much Tvin ...
Next »