Anubhav Rawat's Q&A profile
Software Development for Windows Vista Some Workflow classes use wrong casing of Id
For example the Activity class uses ID as name of the property. According to the framework design guidelines the abbrevation ID should be spelled Id. From http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=186266&SiteID=1 I was redirected to http://lab.msdn.microsoft.com/productfeedback/Default.aspx where I tried to file a bug but found no corresponding product. Mike, Thanks for th ...Show All
SQL Server SQL2005: Reource database
Hi All, WRT the resource database, MS explicitly states that it contains only "code", and the mdf/ldf should not be included in any filesystem backup process. As a backup statement cannot be explicitly issued, what is the course of action should the mdf/ldf become corrupt (and therefore the resource db unavailable) If it's rebuilt, doesn't it lose all entires for objects within user databases or as it rebuilds does it re-popu ...Show All
Visual C++ batch build over telnet and error PRJ0003 : Error spawning
Hello, I try to build my application with a batch build via telnet on another computer in our company network. But I get the following error messages when cl.exe tries to start: Microsoft (R) Visual Studio Version 8.0.50727.42. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. ------ Build started: Project: SOFILIB, Configuration: Debug Win32 ------ Compiling... Project : error PRJ0003 : Error spawning 'E:\Programme\Microsoft Visual S ...Show All
SQL Server How to use SSMSE to connect to instance service directly (without going through Browser service)?
I have configured an instance to use static port, say 1435, and I turned off the Browser service. I would like to know if I can use SSMSE to connect to the instance database directly. The instance is listening at port 1435 and accepting connection requests from other methods. What I need to put into the "Server name: " field Normally, it would be like: <serverIP>\<InstanceID> with Browser turned on. Now how do I ...Show All
Windows Forms Debugging a VB.NET "Windows control"
Hi, I created a simple "Windows control", with a few properties, in VB.NET (VS.NET Professional). To be able to debug my control, I added a new "Windows Application" project. I added my "Windows Control" to the references section of t ...Show All
Visual Studio Team System Create Team Project failed :No user identity info returned from GSS
07-26-2005 01:17:31.481 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://192.168.10.30:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07-26-2005 01:17:32.622 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 1.140552 seconds 07-26-2005 01:17:33.372 | Module: ELeadServiceMediator | Template Information for domain "192.168.10.30" ...Show All
SQL Server Trigger on insert
Hi, I have SSIS package that takes in data from an excel file and transfers it to a sql 2005 table. I have a trigger set on the table in the sql 2005 db. However the trigger does not work when the package executes. Am I missing something If your destination component is a SQLServerDestination, then there is a checkbox called 'Fire Triggers' in the Advanced Pane. Make sure this is checked. ...Show All
Visual Studio Express Editions Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just t ...Show All
Microsoft ISV Community Center Forums Problem with VBA script
Dear all, Can you please help me with the following problem I wrote a script to get the data out from the SQL Server and then format the cells. However, it seems it doesn't run the part B to format the cells. Any idea Thanks. 'Part A : Get the data from the SQL Server sqlstring ="select custid, custname from customer" connstring = "ODBC;UID=uid;PWD=p123;DATABASE=prod;DSN=HK0001" With ActiveSheet.QueryTables.Add( ...Show All
Visual C# Generics & Type Casting
I'm trying to write a generic method to sort 2-dimensional arrays. I'm converting each row in the array to a delimited string, which I then add to an ArrayList and then use the ArrayList.Sort() method. The problem I'm having is in then casting the objects in the sorted ArrayList back to the original type. This is the code: Type type = typeof(T); sortedArray[rowIndex, columnIndex] = (type) delimitedFields[columnIndex]; I'm getting ...Show All
Visual Studio Team System Mark methods as static on auto-generated method
Hello, I have 5 Web User Controls in my ASP.NET project, on one of them FxCop remarks CA1822 on the Web Form Designer Generated method InitializeComponent(). What might be the reason for that Could this be related to the fact that I don't use any page event related methods such as Page_Load in this specific control (that's the only difference to the other 4 Web User Controls) Thank you, Andy For this control ...Show All
Visual C# Request notification software!
Hi, I'm looking for a software that would give me a notification when someone tries to connect to my machine. For example even if someone is trying to do a sql connect. It should notify me from which machine the request is comming and only if I allow they should be able to connect. Is there any software like that. Thanks & Regards, Frenz most firewalls dont ... but the are software called firewalls t ...Show All
Windows Forms Smart Client and DLL searching
Hello, I am working with a smart client application and it works fine. When I access it through web I get following IIS log: 04:52:22 127.0.0.1 GET /AsyncWebServ/SmartClientDemo.exe.config 403 04:52:22 127.0.0.1 GET /AsyncWebServ/SmartClientDemo.exe 304 04:52:22 127.0.0.1 GET /AsyncWeb ...Show All
Visual Studio Team System Team Build Server error
Hi Can anyone tell me how to build using Team Builds No matter how I tries, my build ends with an error. Arild Attaching the error log and .proj file. Build started 13.10.2005 10:57:01. __________________________________________________ Project "c:\data\components\duplo\Duplo\Test2\BuildType\TFSBuild.proj" (EndToEndIteration target(s)): Target InitializeEndToEndIteration: Target CoreClean: Removing directory "c:\data\components\duplo\Dup ...Show All
Windows Forms ListView and ItemDrag
I would like to use a listview's ItemDrag event where when I drag an item into a folder on the desktop or into an e-mail, it performs a function. Is this possible using just the ItemDrag function Sounds like some custom Windo ...Show All
