mjwills's Q&A profile
Visual Studio Team System Again Problem in FxCop when Adding Custom Rules...
Hi... I m adding new custom rule by the Add Rule.. I have 13 Custom Rule and I developed in visual studio project. After I complied the Project and Make a .DLL File. That DLL file i put in Rule directory where MicrosSoft FxCop 1.32 is located in Rule Directory. After wards i am starting Fxcop Software that time Custom Rule Displaying with the 13 Rule in tree View. When i am analysing the Project .DLL by adding new Target That time its giving information about Customes Rule in Message Board. When i am go through the Information related to the Custom Rule and Click on the that Information that time "Error" Comes on the Sc ...Show All
Visual Basic windows generated code
In Visual Basic 2003, the windows generated code could be seen. Where it is in VB2005. .NET 2.0 introduced the concept of partial classes, where the defintion of one class can be placed in several files. The designer makes use of this and creates a Form1.Designer.vb file, containing the designer generated code. ...Show All
.NET Development Explanation of exitContext parameter of WaitAll() in layman's terms?
Hi, I am rather new to threads, and I have recently made my threads working. But there are quite a few new concepts to learn, and I am struggling to understand the "exitContext" parameter of the System.Threading.WaitHandle.WaitAll() method. On http://msdn2.microsoft.com/en-us/library/27y100eh(d=ide).aspx I have read "Notes on Exiting the Context", but there are a few new concepts to me here: What is a context-bound class What is a nondefault managed context What is a synchronization domain Could anybody help explaining the exitContext to a thread-rookie Thanks! Best regards, Torbjorn ...Show All
SQL Server AdventureWorks db for 101 Samples
I'm not sure if this should be asked here. If it's the wrong place, let me know and I'll correct. I've just downloaded 101 Samples for Visual Studio 2005 . But the data access samples require AdventureWorks database which is not included in the C# sample. Who know where I can get this database It is a SQL 2005 database, I think. Thanks! You can download AdventureWorks from this site: http://www.microsoft.com/downloads/details.aspx FamilyID=2adbc1a8-ae5c-497d-b584-eab6719300cd&DisplayLang=en ...Show All
Smart Device Development Can not find the <process.h> header file for VC++ 2005 smart application
Hi, I tried to include the process.h file in the VC++ 2005 smart device project but I got the error when compling: fatal error C1083: Cannot open include file: 'process.h': No such file or directory After making the line #include "process.h" blank, I got the error although i have set /MT option error C3861: '_beginthreadex': identifier not found. So I think _beginthreadex is part of process.h. I searched for this process.h, it is in C:\Program Files\Microsoft Visual Studio 8\VC\include, and I added this into the inlcude directorty for C++ project in the Tool->Option but I then got many other error when compling ...Show All
Windows Forms MonthCalendar Control
I need to make the monthcalendar control in vb.net to display three months, that was easy. I need it to automatically display it as the previous month, current month, following month, in that order. That's the part i can't figure out. If anyone could please help, that would be excelent!! ...Show All
Visual Studio Express Editions What to do?
A little story: - I have on my computer 2 OS (Windows XP SP2 - with all the things: .NET Framework 2.0, Visual Basic Express Edition 2005, all updates and Windows XP SP2 - without .NET Framework and Visual Basic) I maked a program in Visual Basic (ok...is running) but on the other OS (without .NET Framework) is not running.What I can do to make the program running on all computers without installing .NET Is necesary .NET or no If is necesary I most return to the classic Win 32 Programing. :-( ...Show All
Visual Studio ReportViewer Cause error after deploying the webserver
Dear all, When I deploy my web project into my Web server,everything is work,but except the report does not work properly. The config of my webserver is win2003 with IIS 6.0.And I make use of the report in the local processing mode and set "sessions state mode=InProc","cookieless mode=UseCookie"on the page of the state management in IIS. The error message is showed below Server Error in '/' Application. I was using the machine name when accessing the application. My machine name includes an underscore: abc_1234 and that was creating the problem. I tried using the ip address and it works just fine. Ho ...Show All
Visual FoxPro VFP to show UPS tracking info.
Hi; I have a place in my app where I populate a grid with various info including a txtbox that stores a UPS tracking #. I'd like to make this 'clickable' so it opens up a web browser to show the ups tracking info from the UPS site. I would need to do the same for fedex. I have no idea where to begin. Any pointers and ideas would be greatly apreciated. Aleniko. put a hyperlink on the form.... MLOC='http://wwwapps.ups.com/WebTracking/processInputRequest HTMLVersion=5.0&loc=en_US&Requester=UPSHome&tracknum='+ALLTRIM(TRACKING_N)+'&AgreeToTermsAndConditions=yes&track.x ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Mesh Intersect Confusion
EDIT: Let me make my question simpler: How do I shoot a ray (using the Intersect function) from one mesh to another mesh Original Post: I recently found out that the Mesh.Intersect function requires you to transform the ray by the inverse of the Mesh's matrix. I can kinda understand how this works with picking, but, I am trying to shoot a ray from one mesh to another with an arbitrary direction. Now I'm dealing with TWO matrices, not just one. Right now I am taking a point from the "source" mesh, transforming it by the inverse of the "destination" mesh's matrix minus the "source" mesh, then calling the "destination" mesh ...Show All
SQL Server how can I manage MSDE with SQL?
please I need some help about how can I get MSDE for VB6 and I want to know how to manage this on th Customer machine Download MSDE from here: http://www.microsoft.com/sql/msde/downloads/download.asp Here is a web based administrative tool: http://www.microsoft.com/downloads/details.aspx FamilyId=C039A798-C57A-419E-ACBC-2A332CB7F959&displaylang=en If you want a Windows based administrative tool, you can use the SQL Server 2005 Express Manager to manage MSDE: http://www.microsoft.com/downloads/details.aspx familyid=C7A5CC62-EC54-4299-85FC-BA05C181ED55&displaylang=en Before you can install the Express Manager, yo ...Show All
Software Development for Windows Vista Long running with dehydration/rehydration examples
I've been looking for a good example of using long running workflows and rehydrating a workflow after some event occurs. So, looking at the basic example of an order with a state machine workflow, how do I rehydrate the workflow after say a week or something when I want to flag the order system that the order has shipped Is it the responsibility of the host to poll the order system and correlate / rehydrate the workflow when the status changes, or should a service be created Would the service rehydrate the workflow The only examples I can find assume that the workflow will always be in-memory (aside from the Delay activi ...Show All
Software Development for Windows Vista Manifest files for Vista
Hi, For some of the exes of my product, I need administrative privilege. So I embed them in my application with "requireAdministrator". It works fine on Windows Vista and prompts for allow/deny or administrator uname/password as applicable. But the same program has non consistent performance on previous OS versions(XP, 2003 Small business etc). It shows blue screen sometimes for the applications where these manifest files are embedded. One can avoid these blue screens if the embedded manifest file is also present in the same directory as the exe for other OS. I do not want to make my application dependant on the presence o ...Show All
Windows Forms .Net Version Question
I just bought a new program and after I installed it and everything, when I try to run it, it comes up with an error message that says C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscowrks.dll could not be loaded. I checked for the dll and after opening the Framework folder the only version there is v1.0.3705. So do I need to download version 1.1 &nbs ...Show All
Visual Studio Express Editions Cannot open file.
Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(ProgramFiles\Microsoft Platform SDK\Include;$(VCInstallDir) Build log was saved at "file://c:\Documents and Settings\Owner\My ...Show All
