Massimo Galati's Q&A profile
Windows Forms Repost: Exception in class derived from DataGridView
Hi all. I am reposting this because I hope someone will take pity on me and give me an answer. I'm trying to work out how I could be causing an error down at the GDI level. Can someone try and run this code and at least tell me if they get the same error or not Much appreciated Jero ----------------------------------------------------------------------- I have a DataGridView that I am trying to do something a little funny with. I'm using it in ...Show All
Visual Studio 2008 (Pre-release) C# 3.0 uninstall
Hello everybody, I installed LinQ on my computer a played with it a little bit. Then I uninstalled it using the Add/Remove software. But after uninstalling it I still get the messagebox in VS2005 beta2 informing me about C# 3.0 being an "unsupported version and that many features may not work as expected" whenever I open some project. Since VS started crashing more often after installing LinQ I think I need to get rid of c# 3.0 to get it back to ...Show All
SQL Server Problems with Lookup task and dates
I’m trying to make a Lookup transformation with a relation on two string columns and a between dates condition set by parameter: select * from (select * from [dbo].[RgnErhverv_Ansvar]) as refTable where [refTable].[Opretdato] = and between StartDate and EndDate where the second parameter is my Date column (FakturaDato_konv) . My problem is that I keep getting the error: "Error 1 Validation error. Data Flow Task: Looku ...Show All
Visual C# How to have my webcontrols come with images in them
Hi people, I would like to create a webcontrol that has its own icons built into it (basically, the images go with the code as a single file). I thought that a resource file would do the trick but the compiler complains about converting system.drawing.bitmap to system.web.ui.webcontrol.image. Any suggestions/ideas Thank you very much! The best thing you can do is repost ...Show All
SQL Server Copy databases
Hi, Maybe a stupid question, but I'm trying to copy some databases from one server to another. The copy databases wizard says the job is successful and I can see that the job has been done on the remote server. But the copied databases are not there. What do I do Make sure you connected (during the copy) to the right (the same as you have inspected later)instance of SQL Server. HTH, Jens Suessmeyer. --- htt ...Show All
Visual Studio Express Editions keypress......please help
hi guys I have asked this question before with no satisfactory response....... can anyone please explain this to me ........................................................................ I am making a simple animation in vb express.............yes...I know vb is not ideal for game making...but I dont know c++ or c sharp..........so I am stuck with vb.... my problem is this.... when I press a key to move a graphic everythin ...Show All
.NET Development FileSystemWatcher Created event
Hello Guys! I need some advice on this..I know for a fact that one limitation of FileSystemWatcher is it cannot raise an event if a file being copied in the folder is already complete..Are there any ways wherein I can monitor if copying of file is already complete Thanks! Hello, For clarification, are you asking if there is a way to determine if a file that you want to copy already exists in the target folder Or are you asking if ...Show All
SQL Server SQL Server Reporting Services & VB.net Express
Hey, Is SQL Server Reporting Services still limited to a local SQL server or can it also be connected to a remote SQL 2000 server Cheers yep thats cool I have reporting services on my SQL server 2000 and i just wanted to know if vb.net express hs the ability to connect to it. Cheers ...Show All
Visual Studio 2008 (Pre-release) security exception with WCF service
I've a WCF service hosted by IIS. When I try to use the service in a WPF Web Browser Application I get a security exception: System.Security.SecurityException: That assembly does not allow partially trusted callers. How can I solve this I've read in other threads that WCF requires full trust. It doesn't make any sense for me. Isn't WCF supposed to unify everything related to services Why exclude partial tr ...Show All
Visual Studio 2008 (Pre-release) Implicit parameters in lambda expressions
Consider v.FindAll(x => x > 5) We could use an implicit parameter in order to supress the parameter list. So we need a keyword to refer to the undeclared parameter, for instance "it" or "_1". The previous code would be equivalent to: v.FindAll( => it > 5) or mayby: v.FindAll( it > 5) For an unnamed second parameter we could use it2 or _2 etc. Is there any problem with this new simplification ...Show All
SQL Server ERROR: The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used
As the title indicates, I'm having this error during installation. It occurs when I try to install the "Management Studio" part of the program. I've tried a bunch of things like copying to hard drive and installing, but to no avail. To isolate the problem, i've even tried removing Reporting services, since at the time of failure it seems to be trying to install/configure the Microsoft.Reporting Services dll. Additionally, I have SQL Express ...Show All
SQL Server difference between SQL standard Edition and Enterprise Edition
Hi, there, We are running SQL 2000 & SP4 with our ASP.NET application, now we plan to upgrade to Enterprise Edition due to the huge diffirence in price. Can any one of u give an brief introduction of the difference between these two, and what is the advantages of enterprise edition Any suggestion will greately appreciated. Shermaine shermaine wrote: now we plan to upgr ...Show All
Windows Forms "Unknown Publisher"
I built a project in VS NET 2005 and used the "Publish" process to create an installation package to install from a CD. When I run the install and get to the "Application Install - Security Window" it always shows the Publisher as "Unknown Publisher" even though I have the company name in the Publisher Name section of the Publish Options settings. How can I get it to show the company name instead of "Unknown Publishers" I am hitting this p ...Show All
SQL Server unable to log in [MSDE2000]
Hi there. I do apologise if this is the wrong place to post this. I usually use SQL Server 2000/2005 EE. But for this particular project or really just as a testing environment I require to use MSDE 2000 I had installed it, making my own setup.ini file and giving it the instance name, password and the securitymode set to SQL Thing is, I am unable to log in using osql. I always get this error: [DBNETLIB]SQL Server does not exist o ...Show All
Visual C# Speech SDK
Can someone point me in the right direction for using the Speech 5.1 SDK You will get some help from following URL http://www.c-sharpcorner.com/SpeechNet.asp ...Show All
