g4rc's Q&A profile
SQL Server Authentication Issues
Current Setup: Windows 2003 Server SQL Server 2000 w/ SP3 Windows Sharepoint Servics Problem: I have created a group on our Domain (INT) called Domain Users. Inside this group I have added individual users that need to be there. On the SQL Server when I try to add INT\Domain Users I get an error stateing that the user does not exist. Next I tried typing in INT and selecting the browse button. The window opens up listing all Domain users and grou ...Show All
.NET Development Ldelem, Ldelema, Ldelem_Ref
What difference and when to use which With primitive types, value types and ref types. Use ldelema to load the address of an array element. Use ldelem.ref to load the value of an array element which is of a reference type. You can use the other type specific instructions (such as ldelem.i4) to load elements of other primitive types. Use ldelem to load the value of an array element of any ot ...Show All
Visual Studio 2008 (Pre-release) Lambdas in Custom Attributes
I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more. public class Customer { [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)] public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are sup ...Show All
Visual Studio 2008 (Pre-release) How does Client/Server comunication will work
As we know that in WBAs application download in part and run in sandbox. So how can we specify that what type of data will not go to client and what type of data will go, means if a client access my application and transit between pages go forth and back so where in this transition server is involve and how it comunication to server. When a user navigates to a WBA, all the application bits are do ...Show All
SQL Server BULK INSERT & DIRTY BUFFERS
Hi all Using SQL 2000 MSDE I'm bulk inserting about 3.200.000 records into a table unfortunately all memory dissapears and never returns the dirty buffers count goes up to 48000 approx. any ideas on how to rectify this ..... Thanks for that I have already figured out that restarting the service will do the trick ..... but it is a live database with many users .... (they will not thank me for doing such t ...Show All
Software Development for Windows Vista Help!! Custome Activity at StateMachineWorkFlow ,but Execute event didn't run.
code: [ToolboxBitmap(typeof(MappingActivity), "Resources.MappingActivity.png")] [ToolboxItem(typeof(ActivityToolboxItem))] [DefaultEvent("ExecuteMapping")] public partial class MappingActivity : Activity, IEventActivity, IActivityEventListener<QueueEventArgs> { public static readonly DependencyProperty InitializeTimeoutDurationEvent; public static readonly DependencyProperty TimeoutDurationProperty; ...Show All
Visual Studio Make a tool window always display on startup.
How do I force a tool window to display even when in the previous session I had closed the ool window. There must be some point in some interface where I can set the tool window to visible and it will display. However, I would like it to stay closed after it's been closed in the session and then not re-appear unless explicity enabled or visual studio 2005 is restarted. Same way the start page works. Thanks, Darren ...Show All
Visual Basic WinForm Deployment in VB.Net
I have a solution that has two projects. I was able to deploy the first project with no problems using a set-up project,adding it to the solution , and building it. It installs to other computers just fine. I used the same basic procedure as above to deploy the second project. When I install and try to run it on another computer I get the following error. Application generated an exception that could not be handled.   ...Show All
Visual C++ what dose that mean?
int main (int argc, char *argv[]) what dose argc mean and what dose argv mean What is the difference between "int main (int argc, char *argv[])" and "void main()" Project + Properties, Configuration properties, Debugging, Command Arguments. ...Show All
Visual Studio Team System HOWTO: Receive alert when a new bug is added to worklists
Greetings, We have referenced the Foundation Server web service in our application so our testing users can submit a bug directly into our worklist during their evaluation. It's cool. 1. How do I get alerted when a new bug is added 2. It appears the web service API does not permit assigning a new work item to anyone. Am I missing something Is there a way to pass in who it should be assigned to Thank you in advance. Question #1 is mos ...Show All
Visual C++ floating point vector optimization
Hello code gurus, I'm a recent arrival form the CodeWarrior PPC world, and hope someone can orient me toward the appropriate docs and examples. I need to do some floating point (double preferred) operations on vectors, basic ones like vector +,-,/, *, sqrt, dot product. Vectors are sized at runtime and don't change once created. I've read about hardware SIMD instructions and want to use these. 1) Do I need to use the SIMD instructions e ...Show All
Windows Forms IssueVision.msi cannot find my SQL instance
I downloaded both the VB.net and C# version of IssueVision.msi to check out, but during the initial setup process neither one can locate my running instance of SQL on my local machine. Has anyone had this type of problem If so, how do you fix it I would really like to review this application. Thank you for your help. Nice one John ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Exporting to .X
Okay, I've been messing with this for like two days and I still can't get textures to work, so I figured I'd post here. I'm using Maya 7.0 and I've gotten the exporter installed and I can export geometry just fine, but I'm doing something wrong with where I'm putting the textures/what kinds of textures I'm using/parameters. I'm not sure. I export to a .x file and when I load it up in the DirectX Viewer, the object is there, but there is no textu ...Show All
Windows Forms Hosting Controls in a DataGridView
Hello , my friends i am , new in forums, so be patients plz. how can i host a treeview control in a datagridview cell, so, when the user click the cell (i.e. compoboxcell) the treeview control will disply and the cell value will be the treenode id that the user click, or any other field value from the table that is bound to the displayed treeview. i read the microsoft calender example, but i think it will be dificu ...Show All
Windows Forms Active X cannot create object
My Visual Basic 6.0 was running smooth and sound but suddenly when i run my code it says "Run time error '429' ActiveX component cannot create object. So i reinstalled my Visual Basic but it says cannot load msado15.dll into the registry ...Show All
