|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is thi
DR -
27 Oct 2007 4:24 AM - 2 messages
there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this? I have a simple wraper around System.Diagnostics.Stopwatch.GetTimestamp() : public partial class UserDefinedFunctions { [Microsoft.SqlServer.Server.SqlFunction] ...
What is the best possible resolution that C# timing tests can get? milliseconds? nanoseconds?
DR -
27 Oct 2007 1:16 AM - 2 messages
What is the best possible resolution that C# timing tests can get? milliseconds? nanoseconds? ...
Iterating through the GAC on Mono
ali.hodroj4 -
26 Oct 2007 6:35 PM - 2 messages
Hello, all. Can anybody point me to documentation about how can I programmaticaly (via C#) iterate through the global assembly cache on Mono? I know how to do it using Microsoft .NET on Windows by using a bunch ...
Help With Windows Service
Charles A. Lackman -
26 Oct 2007 6:23 PM - 2 messages
Hello, I wrote a Windows Service is VB.NET and it works like clock work every night. The problems is that the driver I am using to connect to a datasource become inactive at a period of time. I destroy all it's ...
ClickOnce Installation - Finding 'data' directory
jd -
26 Oct 2007 2:56 PM - 3 messages
Hi, we're trying to get to grips with using ClickOnce installers and are having some problems. Once installed, the majority of the application will reside in the following directory: C:\Documents and Settings\<username>\Local Settings\Apps\2.0\<x>\<y> ...
A Must Read!!!
clarke.ricky1@gmail.com -
26 Oct 2007 1:42 PM - 1 message
I have found an excellent resource on understanding Windows Application concepts and exam 070-306. [link] ...
Drag Drop of eMail to own application
Manuel Baerten -
26 Oct 2007 9:38 AM - 1 message
Hi everybody, i like to drag and drop an eMail of Outlook ( Express & Xp ) and Thunderbird into my own application ( C# ). There'in the dropped eMail should be readed and the subject, body text, Recepiant, ... should be displayed into textboxes. ...
a .net framework bug
Shwu -
25 Oct 2007 7:12 PM - 7 messages
I don't know where to report a bug to MS. Here is the bug description: I have an activeX created by ATL/C++, which shows a tree view with multiple state checkboxes and icons. It works fine to embed the activeX to the main ...
Re:Issue with SQL Cache Dependency when passing a SqlCommand as input parameter
param -
25 Oct 2007 3:25 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 ...
ListDictionary/NameValueCollection question
Vikas Manghani -
25 Oct 2007 3:25 PM - 2 messages
Hi I have a situation wherein I need hashtable type functionality and at the same time, the collection must preserve the order of the items. In other words, if I add items Key Value "a" "Val - A" ...
Could not load file or assembly
Sehboo -
25 Oct 2007 2:55 PM - 2 messages
OK, let me try one more time before I give up... We have an application for .net 1.1 framework. Now I am converting it to .net 2.0. All our assemblies are strongly named. We are using the ...
How to print a line using internal printer font ?
Bassam -
25 Oct 2007 12:50 PM - 1 message
Hello any one knows how to print a text line to a printer from inside vb.net or c# using internal printer font not an OS true type font ? I tried system.drawing.printing and printdocument but did not work ! ...
Open Home Page and Start Without Add-ons
jens-berninger -
25 Oct 2007 6:01 AM - 3 messages
Operative Systen WinsowsXP-Pro SP2. IE 6 or IE 7 Normally you get the choises "Open Home Page" and "Start Without Add-ons" when you right click on the Internet Explorer icon on the desktop. On 3 different PC's I have experienced that these choices disappears. It ...
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server
DR -
25 Oct 2007 2:37 AM - 1 message
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I ...
sending an email from windows application .net 2.0
Sridhar -
24 Oct 2007 10:45 PM - 4 messages
Hi, I have created a windows application to send emails using vs 2005 in vb.net. I am having problems sending the emails. The operating system on which this application is run is windows vista business. we have an exchange ...
easiest way to upload a C# class library to a SQL server 2005 and deploy as CLR function
DR -
24 Oct 2007 10:00 PM - 2 messages
easiest way to upload a C# class library to a SQL server 2005 and deploy as CLR function Do I have to upload the .dll and then run sql command to load it into sql server, or is there a more integrated way to do this in visual studio 2005 ...
.NET Runtime 2.0 Error - in the Application Event Log
SteveS -
24 Oct 2007 8:01 PM - 5 messages
EventType clr20r3, P1 perfws.exe, P2 1.0.0.0, P3 47151b11, P4 perfws, P5 1.0.0.0, P6 47151b11, P7 32, P8 2b7, P9 system.exception, P10 NIL. I am running a Windows Service application that does multithreaded ...
Strong name validation failed
Sehboo -
24 Oct 2007 7:41 PM - 2 messages
One more try since I don't have the option to remove PublicKeyToken as somebody pointed that here.. We are using enterprise library (EL) in our application. We want to upgrade our application from .net 1.1 to .net 2.0. Since we have ...
Type is not marked as serializable.
ericmhhui -
24 Oct 2007 7:11 PM - 1 message
Hi, I have the following C++ code snippet that always give me the error. The type A in Assembly ........... is not marked as serializable. when I try to run it. My class already has the [Serializable] attribute. What am I still missing or I am doing something wrong completely? ...
Spot the Bug: Fun Concurrency Bug
Chris Mullins [MVP - C#] -
24 Oct 2007 6:19 PM - 23 messages
I hit this bug last night in some test code I had written. It took a few minutes to figure out what the root cause was, and it left me thinking, "Wow. That was an interesting one that doesn't come up very often!". ...
REF Error
sheetz0507 -
24 Oct 2007 3:43 PM - 2 messages
I am receiving REF errors on a spreadsheet where I track hours for drivers. How can I correct this error without copying and pasting a new column for each person? ...
Multiple GC.Collect Calls...
ben.heebner -
24 Oct 2007 3:20 PM - 3 messages
Howdy everyone. I've been looking online for the past few week about calls to the garbage collector in .NET. Current I'm using code that through inheirtance is using a class that invokes the GC.Collect call every 10 minutes. I'm working on a dataserver and the genius that put ...
EntLibConfig.exe - strong name validation failed
Sehboo -
24 Oct 2007 2:58 PM - 3 messages
We are using enterprise library (EL) in our application. We want to upgrade our application from .net 1.1 to .net 2.0. Since we have changed code in enterprise library, we can't just go with the newer ...
Multithreaded application on a MultiCPU/MultiCore machine
Giulio Petrucci -
24 Oct 2007 8:23 AM - 2 messages
Hi there, what happens if I write a multi-threaded application and run it on a multi-processor or multi-core machine? I mean: are all the threads executed on the same core/CPU the same? Or can they be executed on ...
Old fashioned Borderstyle of UserControl
Ole -
24 Oct 2007 7:31 AM - 2 messages
Hi, I have created a custom control that inherits the UserControl (Framework 2.0) but when I set the borderStyle to Fixed3D i get the old-fashioned "sunken" border instead of the "blue/grey" dimmed new border as textbox uses. I there a way to change that? ...
Visual Studio 2005 Team Suite and Performance Wizards
Benjamin Fallar III -
24 Oct 2007 6:28 AM - 1 message
Hi, When using the Performance Wizards 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 ...
When to use class and when structure
Bhuwan Bhaskar -
24 Oct 2007 3:23 AM - 10 messages
Hi, When to use class and when structure in our application? Thanks, Bhuwan ...
How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load int
DR -
23 Oct 2007 8:55 PM - 3 messages
How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load into Sql Server 2005 or is there some special project type that I need to start with? ...
Process.Start throws exception when starting firefox after firefox crashes
Gene Chang -
23 Oct 2007 8:24 PM - 3 messages
I have an application that starts the default browser by using Process.Start(URL). The one time that I get a file not found exception is when Firefox has crashed and comes up with the "Firefox - Restore Previous Session" screen. ...
Could not find the "flash.ocr"
ruth hope -
23 Oct 2007 8:17 PM - 2 messages
whenever I leave my PC , I get the warning "could not find the flash.ocr" and the screen saver deos not load. Operating system Windows XP media player how can I fix this? ...
How to create a C# clr dll to use in sql server 2005 with vs 2005?
DR -
23 Oct 2007 7:44 PM - 1 message
How to create a C# clr dll to use in sql server 2005 with vs 2005? I see walkthroughs on how to load them into SQL server, etc. but how to create the project? just regular class library and match signature or is ...
ThreadPool.QueueUserWorkItem
JT -
23 Oct 2007 4:51 PM - 4 messages
Hi, I'm looking to build an application that fires off a number of processes. I have created a class (process wrapper) that contains an instance of a Process and some associated information like a friendly name, enum flag for status ...
LINQ
JP -
23 Oct 2007 4:22 PM - 2 messages
Is LINQ to SQL supported in the 3.0 Framework or is it only available in 3.5? Thanks, JP ...
Generic delegate question
Barry Gilbert -
23 Oct 2007 3:19 PM - 5 messages
I have a class that has a generic method that looks something like this: Public Sub Initialize(Of T As MyBusinessListBase(Of T, C), _ C As MyBusinessBase(Of C)) _ ...
Generic delegate question
Barry Gilbert -
23 Oct 2007 3:19 PM - 1 message
I have a class that has a generic method that looks something like this: Public Sub Initialize(Of T As MyBusinessListBase(Of T, C), _ C As MyBusinessBase(Of C)) _ ...
Could not load file or assembly 'Microsoft.Office.Interop.Word'
bennblum -
23 Oct 2007 12:33 PM - 1 message
Hi, I have a machine running XP Proffesional that had Office 2007 installed. I removed Office 2007 to install Office 2003 (our VSTO development is for Office 2003). I am using C# in a Microsoft Visual Studio 2005 IDE. The application attempts to create a new word document through a web ...
Could not load file or assembly 'Microsoft.Office.Interop.Word'
bennblum -
23 Oct 2007 12:33 PM - 1 message
Hi, I have a machine running XP Proffesional that had Office 2007 installed. I removed Office 2007 to install Office 2003 (our VSTO development is for Office 2003). I am using C# in a Microsoft Visual Studio 2005 IDE. The application attempts to create a new word document through a web ...
Testers & Reviewers Needed for Open Source .NET Project
Mike -
23 Oct 2007 11:27 AM - 7 messages
I am looking for volunteers to help review the source code and design of NValidate, an open-source parameter validation library written in C#. It's purpose is to streamline your parameter validation code, and make it easier to write, so that you're more likely to do it consistently and correctly. ...
System.OutOfMemoryException while Creating PDF files
Aryan -
23 Oct 2007 10:08 AM - 3 messages
Hi, I am using C# with framework 2.0 and creating PDF files on-fly, along with this I am using Windows 2003 Server. I am using Byte[] to take the data input and then save into pdf format on harddrive location. ...
Can a .NET 1.1 app run on a PC which have .NET 2.0 installed only?
albusmw -
23 Oct 2007 7:40 AM - 8 messages
Hello, I have a questions regarding the issue "Does .NET 2.0 contain .NET 1.1": We want to install .NET on a machine that has only 1 GByte Flash Harddisc. At the moment, there are developement teams that already ...
WPF, what's it good for
Tina -
23 Oct 2007 1:08 AM - 2 messages
After looking at some of the videos on MSDN on WPF all I see are spinning stars and other neat graphics. Is it possible and is it smart to write business applications in WPF using datagrids and all of the common widgets. ...
vs2008 and silverlight
GaryDean -
23 Oct 2007 12:51 AM - 2 messages
I built a vista image and installed vs 2008 beta 2 in anticipation of using SilverLight. After reading up on silverlight in the forums I find it doesn't even have basic widgets, data access, or much of anything other than ...
Why we got exception when number of properties is big?
Andrew -
22 Oct 2007 7:51 PM - 3 messages
Hello, friends, The following function works fine if the classSource has relatively smaller number of properties. However, it would give an exception when its number of properties gets bigger, say about 100. Any ideas? If this does not work, then, what is the better way to copy data from one ...
Error 80072efd
Brian in Pa. usa -
22 Oct 2007 7:37 PM - 2 messages
whats with this it has been working for almost a year now nothing. I am able to use my hotmail email account to send emails with no problem but now i cannot use my windows live messenger for IM's and that is all my relatives ...
Override My.Application.Log.WriteEntry
jtokach -
22 Oct 2007 6:20 PM - 1 message
Hi, Is it possible to override the My.Application.Log.WriteEntry method? Thanks, Jim ...
FIFO policy in SessionPageStatePersister
John Wang -
22 Oct 2007 3:25 PM - 1 message
With in .NET 2.0 framework, SessionPageStatePersister class is provided to be an option of ViewState persister. After turned to it, we found most users lost their ViewState objects while they were busy to click the links in aspx form. With tracing the application text log, we found the session is OK, not ...
How to obtain a reference to derived class from base?
Sid DeLuca -
22 Oct 2007 1:39 PM - 3 messages
I'm trying to centralize some initialization routines in my web application by placing logic into a 'base form' that all web pages inherit from. In the class for the base form, I would like to be able to reference in some ...
ANN: NUnit 2.4.4 Released
Charlie Poole -
21 Oct 2007 6:41 PM - 1 message
The NUnit 2.4.4 release is the latest in the 2.4 series and provides some new functionality in addition to a number of bug fixes. The most visible feature change is the new ability to tailor the text output ...
|
|||||||||||||||||||||||