Hi Friend, http://www.Discussweb.com a Forum is a place on the Internet where people interact by posting and reading messages about topics that are of interest...
Hello, This is my first posting on CSharpNET. I'm a software engineer have been developing web applications and services using C#. I have a question about...
..net 2003 saed ... first of all import "Microsoft.Win32" namespace declare a variable like Dim LicenseKeyReg As RegistryKey ... for creating a key ... string...
Hi, Does anyone know a tool to create a C# class from sql table (also with only public properties without get/set) to use to create a type to use in a web...
This site lists out all types of code generating tools. Here is a link for C# ones. http://codegeneration.net/generators-by-language.php?language=3 I...
Dear members, Did anyone knows the best practice when to use Themes and when to use CSS with custom controls? In other words who is better? Thank you Mahmoud ...
Hi, I can't seem to figure out why the .NET runtime can not load an assembly compiled as a DLL when the DLL is located anywhere but the application directory....
I have been at this all day. Trying to write it to work for C# feedback page. Protected Sub Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs...
Don't really know enough about your application or the specifics of how you're trying to copy the image, so I'll just hazard a guess and say that you may well...
Don't know if I can help you with anything specific, but here are few points to consider : - make sure your inpout.DLL was developed for 32-bit Windows (i.e. ...
http://www.developerfusion.co.uk/utilities/convertvbtocsharp.aspx ... -- Marcus Philippe www.anjosdejesus.com [Non-text portions of this message have been...
Hi, I'm developing a website on VS 2005 on windows environment and I have an existing database on linux Server (MYSQL), How can I connect my application to...
Hi: I have to know sth about " binding " in C#.Net 2005. I just know that this is an architect of developing the project for amatours not profetionals. But I...
Dear all, I'm newbie in C#.NET. I'm doing my graduate project" motion detection using webcam in C#.NET". I already learn some of the motion project in...
Good topic and just in time to discuss! well I have been considering to go back to binding recently, as I used to do it in my initial career start , for...
You may download and install connector/net http://dev.mysql.com/downloads/connector/net/5.0.html ... Luciano Bastianello - MBS CP Navision Development Software...
Did you chk Jerry Ormar blog Workarounds - In some cases, it's necessary to clear the Temporary ASP.Net Files folder and restart the application pool. We've...
Well, system architectures.. That general depends on your project and the details. If you have a really small project (like one or two pages) . no big details ...
Hi, Thanks for your rich reply. Your advice, has already been adapted in my case where I have 22 datasets, where I use a dll layer that I put all the data...
Try to use this stored procedure, it does all the paging stuff in the sql server. not in the app memory.. create PROCEDURE CitiesStates_GetPaged ( @WhereClause...
The problem has been solved. With the help of the Assembly Binding Log Viewer I was able to determine the information in the app.config file was only...