charismatic's Q&A profile
Visual Studio Team System Getting users to MS Project "Resource Name" combo
Hi, We made sure that , the "Resource Name" column is mapped to "System.AssignedTo" field. Please help us in what way we can get all the valid users to "Resource Name" combo box in MS Project. Thanks in advance One workaround is to manually populate the resourcename column in resource sheet of MS Project with the list of valid users in the system. ...Show All
Windows Forms DataGridView Calendar And Scheduler
Hi, Can anyone help me with the following Using the new DataGridView in .NET 2.0, can the look be configured so that the days of the week are headers and the rows are subdivided into 30 min. time intervals much like Outlook allows you to schedule appointments. I'd like the same look and feel. As an option, I'd like to be able to add multiple "Customer" objects to any given cell and cli ...Show All
Windows Forms Design Help - Panel and more
Hi guys :) In Visual Studio 2005, I wanted to write a Windows Application which has the dialog soemthing like this: ___________________ | | | | Option| List | |______|____________| ...Show All
Smart Device Development Intaller corrupting files
Our installation process is corrupting one of the file being installed and we can't figure this out. Does anyone have an pointers Our application comprises of a Setup.exe file that is 63,026kb. This setup installs several files including a 62,264kb data file which contains all the data for the app. When we install the application to the 128meg SDCard this large file is getting corrupted. Here is what we know thus far. ...Show All
Visual C++ Dreaded C1902 error... but only through ssh?
I'm running in to the dreaded C1902 ("Program database mismatch: please check your installation") error, with a twist... it only happens if I try to compile when logged on via ssh. I checked my environment ('env | sort' and 'diff' the output from both ssh'd and local), and then tried sourcing the 'good' environment in my ssh session, so it isn't that. What would cause this error to only show up on a remote login If it matters, I'm usi ...Show All
.NET Development Serial Port ?bug?
I am not sure if this is a bug or something mishandled, but here is my problem: I have the framework2 using IO.Ports in C# VS2k5 It seems that any byte sent from my device to the PC larger then 4 bits gets turned into a decimal 63(or a hex 3F, " ") i have no idea why its doing this, or how to go about fixing this... any thoughts This is happening because you are reading using Strings instead of byte arrays.&nbs ...Show All
Visual C# SDK for software license keys?
Hi, We need an SDK (or a method) for adding license keys for our software. We would like to provide trial versions and paid versions of our software. At this time, it does not need to be very advance, but we would like to restrict usage somehow. Can anybody suggest a good SDK (or way) to do this (Does this kind of tool come with Visual Studio or as a plug-in / extention ) Thanks :-) There ar ...Show All
Visual Studio 2008 (Pre-release) Why the name "DLinq"?
Any reason for why it's called "DLinq" It seems that calling it "RLinq", with the R for Relational, or "SLinq", with the S for SQL, would make more sense. This is true.. However, as you allude, it need not remain so. I think it wouldn't take much to have a pluggable DataContext provider which would contain the logic for determining what to send to the server. I'm guessing the translation logic is i ...Show All
Visual Studio Word Embeded in Crystal does not refresh! How to get it to REFRESH
System: VS2005 Crystal Report XI R2 I create a .rpt file with embedded OLE (Linked) to a word document. I have the RPT file inside an .aspx page that shows the report. BUT everytime I update the word document the .aspx page does not show the updated document. The only time it will show the updated document is when I open the project (and it seems that its getting refreshed) then save it. Now after doing thi ...Show All
Visual Studio Array Help Docs Wrong
The c# help docs say you can declare an array with an initial value like this: int[] myIntArray2 = new int = {1, 2, 3, 4, 5, 6}; However this will not compile, you have to use the following method int[] i = new int[2] {1, 2}; I tried to report this through the help docs comment, but could not get it to work. That example is definitely incorrect. Single dimension arrays are initialized using either one of these ...Show All
Smart Device Development Configuring my PcPocket through .xml files?
Hello!!! First of all, it is nice to write here and to share all our knowledge about this fantastic world . I am a completly beginner in xml and for this i have a little problem, please help me . I want to configure my PcPocket (Qtek S100) using xml files. I have configured all the networks (GPRS,WAP...) using wap provisioningdoc and then transforming xml files in cpf files with makecab, i haven’t had any problem, but when i have tried to ...Show All
Windows Forms Creating my own types?
I have a quick question. I'm not sure if I'm in the right category for this but... I want to create a form that is basically a form that a user will enter information that will show up in dropdown boxes. This form will handle& ...Show All
Visual C# get device info
i want to get the unque MAC address and network IP address of the machine. i have my application on different WIndows XP stations on he network and i want to get as much as details from which station (PC) the user added or modifie the data. The network is on DHCP so i don't thinkgetting the IP will be useful but MAC adress or anyother unqiue info will help in tracking al changes. ...Show All
Software Development for Windows Vista Asynchronously Started Workflows Running Independent of ASP.NET Request Thread
Hi, I've got a question about hosting the WF runtime in an HTTP Application scoped variable within ASP.NET. My scenario is that I have a web service that runs a workflow synchronously during which it asynchronously starts another workflow which should run independent of the web service request. This asynchronous workflow may start other workflows, each of which are responsible for updating a database after a response has been returned from ...Show All
Visual Studio MSDN for Visual Studio 2005 can't find its content
I just installed VS.net 2005 and MSDN, both on a local drive (C). MSDN shows its index and contents in the window on the left. However, it gives me a "Cannot find server message" and says " The page cannot be displayed" A typical url follows: "ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vsintro/html/e99a42ad-f8d6-4f93-b78b-855648f6aed3.htm" I've tried repairing the installation, but it's still no help (pun intended). I get ...Show All
