mikecmr's Q&A profile
.NET Development Where is System.Threading.Parallel?
Where does one find the System.Threading.Parallel library It is supposedly part of the BCL, according to ECMA 335, but Google only turned up three references to it, with one of them in the standard itself. For those of you unfamiliar with this library, it is supposed to make parallel computing easier, by providing classes such as ParallelFor, ParallelWhile, and ParallelForEach. System.Threading.Parallel is n ...Show All
Windows Forms FileLoadException
Been having fun with trying to embed a windows forms control into an aspx page. I know it works, I've done countless tests of the scenario, I'm just having a problem with the real things now. The kicker is, when I run the application from the web, by typing in my machines IP address instead of localhost, it works without a problem. It finds the dll referenced in the object tag, loads it up and executes it with a problem. However, when I try to e ...Show All
SQL Server SSIS error listing
Is there a list of all the SSIS Error codes and what they mean Ex. -1071607778 is an error code output when a lookup task fails to find a match. I haven't been able to find any information on the different error codes. Is there a description file or enumeration file that exists somewhere I think it's still hex, the L at the end is usually included in literals to denote the size of the integer - i.e. L = long, w ...Show All
Windows Forms Drawing a point on a Custom UserControl
Hi all, I know this is very easy in .NET to draw different types of shape but how can I draw a point on the UserControl. I couldn't find a DrawPoint() method in MSDN. Would anybody please tell me how I can draw a point Thanks a lot. Thank you very much for your reply. But I want to draw a point which occupies only a single pixel and I tried the FillEllicpse() method, it doesn't seem to work. Is there ano ...Show All
Visual Studio Express Editions I need to get volume information from the hard disk. What can I do?
I am trying to implement a copy protection scheme for my programs and I need to determine the volume information of the hard disk on wich the program is installed. Is there a way to do it from VB 2005 Some information is returned by My.Computer.FileSystem.GetDriveInfo but this might not be enough for your scheme. ...Show All
Smart Device Development Migrating CF1.0 Application to Visual Studio 2005
Hi, We are trying to migrate our CF1.0 project to VS 2005, it is causing a lot of problems with UI - all screens have to be re-drawn with the new controls (the code seems to still work). Please let us know is there any upgrade or converion tools available. Kinldy also provide us some information about smooth migrating techniques from older .Net CF applicaitons to .Net 2.0 CF Thanks Hi Daniel, Thanks for your rep ...Show All
Visual Studio Team System VSS Migration Error
Unable to write to SQL Server: .\SQLEXPRESS due to Error: The size (4969) given to the parameter 'Mappings' exceeds the maximum allowed (4000). This popped up twice and prevented my migration from going through. You'll notice the link goes no where. So, any clues/suggestions on what to do next Thanks, Drew Umm, little help here Tryin' to migrate over by this weekend and this is currently the on ...Show All
Windows Search Technologies #msntb_toolbar_full_name#
I have the following sign come up on the screen. #msntb_toolbar_full_name# is unable to load config file. If you recently upgraded to a newer version of #msntb_toolbar_full_name # and have not restarted your computer since the upgrade,please try resarting your computer.If the problem persist,please reinstall the #msntb_toolbar_full_name#. I'm currently running WXP Home Edition,IE7. W Defender.This problem only occured after I complet ...Show All
.NET Development Question about Custom IHTTPHANDLERS
I am tasked with writing a code that that will pass off requests to a customer Handler in certain cases for all filetypes, but we want to use the standard handler for others. In Order to handle all of the filetypes I thought it was going to be easier to set the web confing to verb="*" path="*" and then write a custom HandlerFactory to pass the request to the custom handler or create an instance of the default handler... The Custom handler works ...Show All
Visual Studio Express Editions Registration?
I downloaded Visual C++ 2005 Express Edition and install it on a local machine that has not and will not have internet connection. How can I now register the product Thanks for any guidance. It is not possible to register without internet. If you install from the CD image it is not necessary to register it, it will not expire. It might nag you to register but it is safe to ignore it if it does. Moved to Inst ...Show All
Visual Studio Tools for Office Please help me...
Dear Experts, I am creating a Word Document project using Visual Studio 2005...However, when I tried to "Run" for the test...there was a warning which is said like this: "The assembly must be granted full trust before the solution will run." What should I do know in order it works.. ...Please help me... Thanks, Jennifer It looks like you've come across a databinding bug. When we set the databin ...Show All
Windows Forms DesignSurface Control Selection problems
We've implemented a custom designer, using DesignSurface etc. and it's all working OK except for a minor niggle: I drag a control from the toolbox onto the design surface, and the SelectionChanged event is fired, and our handler sets the selection on a PropertyGrid. This all works as expected. The problem is that when I click on my control for the first time, the selection changes to the DesignSurface control. Why If I click on the cont ...Show All
.NET Development HTML
Does anyone know if I am able to edit and compile or check HTML for errors in visual studio.NET I am fairly new to this so I am checking to see what exactly visual studio.NET is capable of. Thanks for your time ...Show All
Visual Studio Crystal report from XML
I have a VB.Net (2003) project that has a simple Crystal Report. The report displays data contained in an .XML file. Using the wizard, I was able to get it to displaty properly. The problem, is that I would like the user to be able to choose an .XML file (of the same format) and have the report dynamically display its contents. I cannot figure out how to change the .xml file that it reports on during runtime. Can anyone help me in t ...Show All
.NET Development Table Schema Info - MS Access
I have created C# .NET methods for examining a table in SQL 2000 and code generating a class which contains a place for each field and it's appropriate data type (See example 1.0 below). It also generates the entire data layer for inserting, deleting and updating the table with stored procedures. I have been trying to figure out how to port the code to do the same thing for an MS Access database and generate the insert, delete and update methods ...Show All
