|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
CompileAssemblyFromSource leaks handles
AMercer -
20 Oct 2007 9:52 PM - 1 message
Microsoft.VisualBasic.VBCodeProvider.CompileAssemblyFromSource() leaks a handle at every call. Under the IDE (VS2005), it leaks two handles at every call. This behavior does not vary with different params (see sample below). When GenerateInMemory is true and the compilation is successful, there is ...
Removing Cardspace Icon from Control Panel
darkrats -
20 Oct 2007 5:07 PM - 3 messages
This is a repeat of a previous post (months ago). I'm still looking for an answer. So, if anyone want to have a shot at it . . . . ------------------------------ Installing .NET 3.0 on my Windows XP (FAT32) system puts a CardSpace icon in ...
What is type safty in dot net?
Bhuwan Bhaskar -
20 Oct 2007 4:38 AM - 9 messages
Hi, What is type safety in Dot net? Bhuwan ...
'Function A' is not a member of 'Class 1'
AlBruAn -
19 Oct 2007 8:41 PM - 4 messages
I have a class named CheckVoucherRequest and within it, I have a function declared thusly: Public Overloads Shared Function RetrieveAllInfoForVoucherRequests(ByVal areaID As Integer) I'm trying to access info for the voucher requests by calling the function as follows: ...
Vista directory properties
Flomo Togba Kwele -
19 Oct 2007 7:13 PM - 2 messages
In Vista, if I select a directory, right-click and choose Properties, then select the Customize tab, does the framework expose properties for the following items? Use this folder type as a template (drop down) Change Icon (button) Thanks, Flomo ...
CollectionBase question
saju -
19 Oct 2007 1:06 PM - 3 messages
Hi all, There are two properties in the CollectionBase class. The documentation says "The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property." ...
DCOM Issue with Excel
Michael Burgess -
19 Oct 2007 12:15 PM - 6 messages
Hi there, When I try to get an instance of my Excel application in code I get an UnauthorizedAccessException thrown with 'Access Is Denied'. I've heard that DCOM needs permissioning to allow access, but I'm not sure how. I've tried adding ASPNET into the security as a user with ...
Domain Controller Unable to connect to the Time Server
jon mateo -
19 Oct 2007 2:57 AM - 1 message
Hi, We have a domain controller that has a problem syncronizing to an external time server. I tried almost all the solution posted in this forum and to other forum in the Internet and still it does not work. I also tried to use the command w32tm /unregister and w32tm /register to ...
no scrollbar showed for ActiveX control in a WinForm
Shwu -
18 Oct 2007 9:30 PM - 2 messages
Hello, I have an activeX control created by ATL, which shows a treeview. It works fine on my development machine for a C# form to embed the control. If the content of the treeview beyonds the visible area of the form, the vertical ...
ComboBox loads slow
0to60 -
18 Oct 2007 5:29 PM - 5 messages
I am noticing that it seems to take windows a long ass time to paint a ComboBox control that has say, 32000 items in its dropdown. Yes, I know that's a lot. However, I have a VB6.0 application that uses DAO to access ...
Is there a way to save the whole graphic state in WPF?
HappyGilmore -
18 Oct 2007 4:57 PM - 1 message
Consider the following pseudocode. What I want to do is save the complete graphic state at the beginning of a function and then restore it back at the end of the function call. In GDI+ there are functions Save() and Restore(), ...
Oracle Data Access Problem in .Net 2.0
amit sinha -
18 Oct 2007 11:40 AM - 2 messages
I have build after converting the distributed environment application from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded in my development environment Server .I have 2 project in the solution . First Proj. Used for Connection to Oracle DATABase(calling connection ...
XAML WPF ListBox bug
furuya -
18 Oct 2007 10:04 AM - 2 messages
"ListItem2" selection is normal, but "ListItem1" selection is strange . Please, Do test by IE. <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
Complex Linq Query, building the Where Clause
Harald SMS -
18 Oct 2007 9:03 AM - 3 messages
When building a query for the LinkToSql a need to build a where clause that has both individual values and range selections like this SQL Query: - WHERE( (IdItem BETWEEN 1 AND 10 OR IdItem = 15 OR IdItem BETWEEN 30 AND ...
WSRM (WebService Reliable Messaging) Implementation in .net
naamala -
18 Oct 2007 6:39 AM - 2 messages
Hi, Whether WSRM (WebService Reliable Messaging) implementaion is available in .net technologies? Whether WSE 3.0 contains the implementation of WSRM? Thanks ramesh ...
Geting the wrong culture info
deepak -
18 Oct 2007 1:45 AM - 1 message
HI There, i am facing a strange problem ,i want to change the regional setting of my computer and use the same in my application. now i change my computers regional setting to german(DE-Germany) .i restarted the machine . ...
Geting the wrong culture info
deepak -
18 Oct 2007 1:44 AM - 1 message
HI There, i am facing a strange problem ,i want to change the regional setting of my computer and use the same in my application. now i change my computers regional setting to german(DE-Germany) .i restarted the machine . ...
Exception Handling
Sid Price -
17 Oct 2007 11:15 PM - 9 messages
I have a third party class library (C#) that I am expanding and using with an application (VB.NET) and I am having trouble catching exceptions in the application. The class library has an exception handler that it calls: catch (Exception ex) ...
System.Resources.ResourceManager problem
Jacek -
17 Oct 2007 4:06 PM - 1 message
Hello, I am still writing a small application in VS.NET2003 and found some strange behaviour when adding multiple languages. My application consists of 1 exe (vb project) and a dll (c# project). I used SRGenerator to produce resource files and SR.vb. When added to my exe it worked perfect. Unfortunately when I ...
Async TCPListener (FW 2.0): Quit listening
Armin Zingler -
17 Oct 2007 2:42 PM - 10 messages
Hi, surprisingly, I didn't find any satisfying answer to the following question: Situation: I use the TCPListener's BeginAcceptTcpClient method. In the callback procedure I call EndAcceptTcpClient. To stop listening, the listener's stop method is to be called. ...
Passing URI Parameters to WPF App Affecting Deployment
JStorm -
17 Oct 2007 2:31 PM - 8 messages
I have created a WPF "stand-alone" application that is deployed via ClickOnce over http. One of the features I want to take advantage of is the ability to pass parameters through the activation URI. I have checked the option to ...
Splitting WCF ServiceHost configurations into separate files?
jonesst2608@googlemail.com -
17 Oct 2007 1:34 PM - 4 messages
Hi, I have several ServiceHost instances each implemented in its own DLL. The services are being self-hosted by a forms application. I'd like to split the ServiceHost configuration parameters that are all currently held in App.config into separate files so allowing the ...
Configuration Sections .net 2.0
Neil -
17 Oct 2007 12:29 PM - 1 message
I'm trying to use the new .Net Configuration classes to parse a custom configuration element. It seems to work fine if I stick to using attributes to store my values but if I want to use text between the tags like below it ...
ANN: RunSharp (Runtime Code Generator) v0.1 has been released
simek -
17 Oct 2007 10:57 AM - 1 message
Hi All, For those interesting in emitting their own code at runtime using Reflection.Emit, please have a look at my new project, RunSharp, and let me know what you think ;) [link] Regards, ...
TFS Builds release/debug dirs
Manso -
17 Oct 2007 10:30 AM - 2 messages
Hi, I couldn't find a dedicated Team Foundation/MSBuild group so I'm using this. Please correct me. We are trying to custimize the TFSBuild.proj file and add a AfterDropBuild target to copy files etc for a web application project. We are not able to ...
How do you stop Visual Studio underlining code errors?
mj.redfox.mj -
17 Oct 2007 10:05 AM - 1 message
Since re-installing Visual Studio 2005, it has started underliing all errors in my code and effectively making them hyperlinks, and when I hover over these 'errors' I get the option to 'Ctrl + Click to follow link'. This is SO annoying, but what is more annoying is that there appears ...
Set minimum height on TableRow in FlowDocument (WPF)
Anthony Meehan -
17 Oct 2007 9:46 AM - 9 messages
Hi, Is it possible to set the minimum height on a TableRow or TableCell in a FlowDocument? Within a RichTextBox I would like an existing table to have a minimum height without having to fill it will content. Thanks, Anthony. ...
PRoblem with System.Windows.Forms.Application.StartupPath when running test project
Patrik -
17 Oct 2007 9:29 AM - 6 messages
Hi, I am not sure this is the right forum but I will give it a try. I am using the built-in test project template that exists in Visual Studio Team Edition. This project runs unit test on code that is using the property ...
Assembly binding at runtim
Abhishek -
17 Oct 2007 7:21 AM - 4 messages
Hi, I am using .NET framework 2.0 and am facing a problem with assembly versioning. We have a many dlls which we ship as an application. Now all these dlls are packaged and shipped as independent units. These dlls may or ...
parsing text file
Benjamin Fallar III -
17 Oct 2007 6:58 AM - 3 messages
anybody who has a better idea on parsing a very large text file faster... and how to determine the number of lines in a textfile? ...
Named anonymous types??
William Stacey [C# MVP] -
17 Oct 2007 1:29 AM - 4 messages
Maybe an Oxymoron, but this would be very useful. Anonomous types are great for doing projections (especially in Linq), but not being able to pass or return them is a bummer. Why couldn't they add something like an "AS" ...
Saving data with button in sql database
Zeljko Bilandzija -
16 Oct 2007 7:50 PM - 1 message
Hi, can somebody help me in this? I want to insert some data in table on this way; i have button, and in Button_Click event handler i have integer variable with some data (for example, variable = 10), and i need to insert this data in database ...
transferring data between windows forms
Yasin Cepeci -
16 Oct 2007 7:46 PM - 4 messages
How can I transfer string like variables between two form(except txt file). ...
Memory Management
Samuel -
16 Oct 2007 7:03 PM - 9 messages
Hi I have written an application that processes large images and therefore uses a lot of memory. Due to the fact that this application suppose to be widely distributed I need to control the memory consumption, I release all objects when no long ...
Separator in a ToolBar which is populated from a data provider
KenP -
16 Oct 2007 3:58 PM - 1 message
I am creating a User Control ToolBar which is populated by a Data Provider and am having a hard time getting the Separator to work properly. I have tried DataTriggers inside my DataTemplate but they give me a Horizontal Separator not a Vertical one. I have also tried a DataTrigger inside my style ...
Getting started with scripting automated builds
Quimbly -
16 Oct 2007 3:48 PM - 5 messages
I'm trying to find some good resources on how to script a VS build. Our solution is fairly large, and includes a WinForm app, web services, a couple of websites, etc. I'm trying to find a way to automate the build and partial ...
Microsoft.IIS.Metabase missing?
Sergei Shelukhin -
16 Oct 2007 2:49 PM - 1 message
Hi. I have found some posts on the net mentioning Microsoft.IIS.Metabase namespace in metabase.dll assembly that allow you to configure IIS via C# code from .NET 2.0 app, however, neither this namespace nor a file with such name is available on my computer with .NET 2.0 and developer ...
Creating a chart in Excel using VC++ .net 2005
antarikshv -
16 Oct 2007 11:37 AM - 3 messages
Hi, Can any one please help me in creating chart in VC++ .net 2005 and Excel 2003. I am stuck at the point when i want to give a specific column as the X- axis and a specific column as Y-axis. currently i am able to specify a ...
FtpWebRequest doing a CWD in addition to PWD, with extra "/"
Eugene -
15 Oct 2007 10:57 PM - 2 messages
Hi, I am not sure if anyone has encountered the same problem and know the answer... When I set an FtpWebRequest to do PWD with the following code, _FtpWebRequest.Method = WebRequestMethods.Ftp.PrintWorkingDirectory; _FtpWebResponse = (FtpWebResponse)_FtpWebRequest.GetResponse(); the trace showed that FtpWebRequest also does a CWD, as shown in the ...
What is the best approach to determine if there is a change?
Andrew -
15 Oct 2007 9:54 PM - 5 messages
Hello, friends, We are developing c#.net Windows app using .net 2005. In a form, there are about 80 editable controls, such as text boxes, combo boxes, masket boxes, etc. We need to detect if any of their values has been changed when a user ...
Linq - How to get multipule results from SP call
GenCode -
15 Oct 2007 4:05 PM - 1 message
Prob a dumb question but here goes I am calling an SP from Linq The SP returns multiple results First a select returns a table then an int return value (int) When I call my SP like this DataClassesMyDataContext dc = new DataClassesMyDataContext(); ...
.NET 3.5 and Bluetooth Communication
Meelar -
15 Oct 2007 11:41 AM - 1 message
Does anyone know if .NET 3.5 will contain libraries which will allow for easy integration with Bluetooth technologies? I'm new to Bluetooth and I'm looking for any information that would help me and escpecially as it pertains ...
script debugging - no checkbox in options/debuggin/JIT
ChrisHarrington -
15 Oct 2007 5:16 AM - 3 messages
I installed .net 2 sdk to use as script debugger. But there is not a check box for script under tools -> options -> debugging -> just-in-time Is it not possible to use sdk debugger for script? Chris Harrington ...
Whats needed for 3.0 apps
GaryDean -
14 Oct 2007 11:31 PM - 8 messages
Sometime ago I was playing around with dotnet 3.0 and was using VS 2005 with Orcas. Now I want to write some 3.0 asp.net applications also usiung SilverLight. I now see there is a vs 2008 beta download. Should I use that ...
Help for a one year fresher to enter the software industry
mrnagrajan -
14 Oct 2007 5:58 PM - 15 messages
Dear Freinds, I am hoping a postive answer from this group. I have done my graduation currently and looking for a break in programming in C# or VB.NET with SQL Server. After graduation i joined a computer institute and did a one year course there. For first six months i was nearly ...
|
|||||||||||||||||||||||