DotNetNuke Development
http://www.itechart.com/ DotNetNuke development services for DNN include: =B7 Product Design and Analysis =B7 Prototyping =B7 Incremental Development Approach =B7 Full Product Testing Cycle =B7 ...
1 replies
Re: Reflect on a property of a property
Barry, >Dim myType As Type=Me.GetType >For Each mi As MemberInfo In itemType.GetMembers(BindingFlags.Public Or _ > BindingFlags.SetProperty Or BindingFlags.Instance Or _ ...
0 replies
Re: HttpWebRequest inconsistency 8-[
Nice story... I'm already sleeping... If you realy need the solution see the link bellow: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=499572&SiteID=1 I'm afraid that some peopl...
1 replies
Re: Exception handling in AppDomain threads
Hello, Marc! With best regards, Vadym Stetsiak. Blog: http://vadmyst.blogspot.com You wrote on Thu, 1 Nov 2007 12:45:00 -0700: MS> Hi, MS> I'm trying to build a robust applicat...
1 replies
Re: Thread handle & synchronization
On 2007-11-02 10:22:02 -0700, John <aacdio@nospam.nospam> said: > I need to get handle of thread so I can pass it into WaitHandle.WaitAny > method and wait until thread finishes its ex...
4 replies
Configuration Management
I have found an excellent resource on understanding Windows Application concepts and exam 070-306. http://technical-talk.com/mc/mcsd/mcsd306.asp
0 replies
Re: DotNetNuke Development
On 2007-11-02 12:55:30 -0700, "sloan" <sloan@ipass.net> said: > Please stop. > > You've already been asked to stop in another newsgroup. If you must reply to spam, pl...
0 replies
How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql server machine.
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: u...
0 replies
Casting Rules
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...
1 replies
Where is my DB?
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...
4 replies
Re: HttpWebRequest inconsistency 8-[
Pascal Soveaux wrote: > Hi, > > WebResponse contentlength returns an Int64 BUT HttpWebRequest.AddRange > takes an Int32. > > Please point me to the specification that requir...
0 replies
Viewstate Problem
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 ...
1 replies
Re: Windows Desktop Search (WDS) APIs
Hello Sriman, Did you see this http://www.microsoft.com/windows/products/winfamily/desktopsearch/choose/windowsdesktopsearch/developers.mspx ? --- WBR, Michael Nemtsev [.NET/C# MVP] :: blo...
0 replies
Re: Accessing C# Enum in vb6
> If you came accross the same situation, How you managed to resolve the >issue? Most people just accept and live with it. But since you have existing VB6 components, you should be able...
0 replies
Re: process exit event and thread synchronization
On 2007-11-04 14:41:02 -0800, tb2000 <tb2000@discussions.microsoft.com> said: > [...] > Analyzing this it seems the deadlock is caused because both the event and my > manager code ...
6 replies
Re: Vista X64 GDI+ and System.Drawing errors
On 2007-11-04 17:06:02 -0800, Dale <dale0973@nospam.nospam> said: > [...] > where p is the object instance that I passed in UserData. > > A strange thing is that if I set a br...
3 replies
What a difference PowerShell Cmdlet and PSCmelet?
Hi! What a difference PowerShell Cmdlet and PSCmelet? -- http://www.alvas.net - Audio tools for C# and VB.Net developers
1 replies
How to debug Powershell commandlets?
Hi! How to debug Powershell commandlets? -- http://www.alvas.net - Audio tools for C# and VB.Net developers
1 replies
Re: File Download warning
On 2007-11-04 23:07:01 -0800, Xena <Xena@discussions.microsoft.com> said: > I got a window alerting me to a program download if I opened or saved it. > The program ends in .exe, and I'...
0 replies
Ling to SQL and error recovery
Hi! Here is a simple console-program that illustrates the problem. It uses Northwind database and requires only Customer and Order entities. The problem is that if the first datacontext.Submit...
7 replies
Re: Debugging the System...
Hello Sriman, which system? :) which environment? --- WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour "The greatest danger for most of us is not that our...
0 replies
Invalid UNC path in my .NET applicaton
Microsoft Development Environment 2003 Version 7.1.3088 Microsoft .NET Framework 1.1 Version 1.1.4322 Windows 2000, version 5.0 (build 2195: Service Pack 4) I am having problems loading xml stor...
2 replies
Performance issue with filestream.write on huge file
I have 6,235,099 records in my db table. Each record needs to be converted to an XML element and outputed to a file. Since each XML element have about 329 bytes, the resulting files will be about 2...
2 replies
Re: Is C# written in C++ underneath?
On 2007-11-05 15:37:33 -0800, "Alan T" <alanNOSPAMpltse@yahoo.com.au> said: > Why the MS C# compiler was NOT written in C#? Assuming Microsoft's C# compiler was the first C# c...
1 replies
Client Socket Shutdown is not visible on the Server Socket
I have two apps. Client and Server (both are windows console apps). Im using Client Socket of this definition AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp and Im using async c...
1 replies
First Prev Next Last