Answer Questions
denisemc SELECT values between two selected DATES
Hi, was wondering if someone can help me, I trying to extract values from a database, but dates beween, 2 certain dates. But, somehow, the values that's displayed, aren't the correct values. I'm using access2003, with VB.NET. the data type af the 'adddate'-column are "date/time", and I'm using a DateTimePicker to alloy the user to select their own 2 dates. this is the SELECT statement, Dim comm As New OleDb.OleDbComma ...Show All
nickicha Best Practices for n-tier on .net 2
Hello. I usually in asp.net 1.1 make my web application, then I created a class library in which one I put my objects like (persons, authors, books, etc). In another class library I put my Data Access Logic Layer, this one is used by the above class library. and the object class library is used by the web application. How this should be done in asp.net 2.0 I tried to make a class library but I cant add a web.config to that classlibrary to ...Show All
Reed Robison Custom plug-in dll Problem in Win 2003 Standard edition
Hi all chemas-microsoft-com ffice ffice" /> > > We develop a Custom logging plug-in dll in C# (using IWMSEventNotificationPlugin Interface)that fetch data from Windows Media server client log file information and load in to Sql server through Webservice. The plug-in dll is working fine in Win 2003 chemas-microsoft-com ffice marttags" /> lace>Enterprise lace> edition But it is not working in standard edition. > &nb ...Show All
Kory Chang Mutex and ManualResetEvent
Hi all, What are the differences between ManualResetEvent class and Mutex class Thanks, Suresh. Thanks . I want to learn more on how mutexes achieve Thread synchronization between processes in .NET.Can you provide some links for articles,sample codes etc for the same. Thanks, Suresh. Hi Heath, I tried the following code to request owning the Mutex object while creati ...Show All
Holy Eggplant Caption Property
I am trying to read the property Caption of the fields of my table Customer of a Database of Access. The property Col.Caption always the same value of the property returns Col.ColumnName. In the helps that I found in the MSND say The caption of the column. If not set, returns the ColumnName value. Dim sql As String = "SELECT Cliente.*" & _ " FROM Cliente;" Dim sa As OleDb.OleDbDataAdapter = New Ole ...Show All
Jason Rawlins Remote DLL referencing
Hello All, How can i reference a dll on the server.. i am not talking about web services of course. A pure DLL residing on the server, how can I reference it Not too far off what i was thinking off. my concern was to make sure i am not way off in my model. Thanks Again.. Hi, The only way to achieve this would be to use DCOM by registering your .NET DLL for COM Interop on the ...Show All
league city How-to establish an efficient cache strategy for DataTable(s)
hi, i would like to know if there's any efficient method to cache frequently used tables here is my problem, i do cascade filters with different tables, each time, i re-do a DISTINCT filter for childs, (takes some time) here is an example of possible orders : bpm,key,genre bpm,genre,key genre;bpm;key genre;key;bpm key;genre;bpm key;bpm;genre artist,title,comment artist,comment,title title,comment,artist title,artist,comm ...Show All
StephenA Error with Web app calling Web service when publishing.
I created a web service and a web app that uses the web service. I am not running the app or the service under IIS in development I am using ASP.Net Development server. Everything works as expected I publish the site and the web service to the development server (it is running team foundation server and sharepoint services as well). I have configured sharepoint to exclude both the site and the service. I configured both apps in ...Show All
Valana Reflection: Hooking into instance creation.
Is there any way, at runtime, I can set up an event handler, callback, hook (or something along those lines), to get notified whenever a new instance of (some type) gets created The classes being hooked would be writen by me (not framework / 3rd party), but I'm looking for a way to automate this rather than putting a call in every constructor, similar to how AppDomain.CurrentDomain.AssemblyLoad fires for each new assembly that gets loaded into ...Show All
ashwinv Making fonts the same size
I'm trying to display all of the installed fonts in a control but I have a problem with the fonts ending up being different heights despite the fact that I create all my font objects with the same size parameter: Font f = new Font(myFontFamily,size); For example, I have Garamond and Haettenschweiler that come out really small whereas Gautami is much larger (and has a lot of whitespace below it). Does anybody know how I can adjust the si ...Show All
Ronda141834 How to generate 64 bit executables with visual basic .net?
We have code that was created in visual basic 6. Now we have a new itanium 64 bit machine, and want to take the old code and generate 64 bit executables that will run on the ia64 machine. The question i have is what is the easiest way on doing that From what i see on the forum it looks like i have to take the project generated with visual basic 6 and convert it to .net 2005 edition, and than using the .net framework 2 beta will cr ...Show All
newxplanet "public replaceable void MyFunc(...)"
The c# virtual keyword (I use it on a method) is equal to Overridable in VB so I thought it would do just what I wanted it to: that an inheritor of my class can replace my version of the method, but not that it has to implement the method itself. Can what I want be accomplished, or is it that the nearest thing I can do is to create and overloadable method Yes that's correct. For example, the following code ...Show All
Manrey Assembly and Assembly file version numbers
Hi everyone. Here's an email I recently posted to a respected guy at MS named Vincem ( http://blogs.msdn.com/vincem/ ). I'd like to post this same mail here to see what other people are doing with regard to .Net assembly version attributes. I'm doing a spot of research in an attempt to make an informed decision regarding versioning of .Net assemblies. I've read (and re-read) the blog entries you kindly posted ( http://blogs.msdn.com/vincem/arch ...Show All
Pav Socket failed when client apps run on other PC
Hello, I am creating a .net socket application using c#. I was able to run my client/server apps on my local machine using sockets. But when I tried to run the client apps on different PC, an error message is prompted below: 1st Error: +-----------------------------------------------------------------------------------------------+ Request for the permission of type System.Net.SocketPermission, System, Version=1.0.5000.0, Culture=neutral, Publ ...Show All
Brad Carroll What should i be looking at for code reusuability
i have been set the following task in work "analyse our current systems and source code to identify potential area's which could benefit from either reusuable, self-contained components or from pre-developed code snippets. Production of a high-level spec detailing the components and code required" so im sorta stumped as to where to start with this basically all our systems are winforms or intranet based webforms in VB.NE ...Show All
