Software Development Network Logo
  • Visual Studio
  • Visual C++
  • Visual FoxPro
  • Windows Vista
  • .NET Development
  • Audio and Video
  • Windows Forms
  • Visual C#
  • SharePoint Products
  • Microsoft ISV
  • IE Development
  • VS Team System
  • SQL Server
  • Visual Basic
  • Smart Devicet

Software Development Network >> khawaja's Q&A profile

khawaja

Member List

Romantic_touch
Ravi Kite
raj.ramesh
jgillin
JodyT
martin kaldma
SCADirector
Sweed
sharath.n
Brian Hartman - MSFT
Matt DC
SJH22
ONEWORKNGRL
Markus Sch.
SoulSolutions
jklegseth
dommafia
furjaw
chris441962
TBing
Only Title

khawaja's Q&A profile

  • Visual Studio Team System "Documents" from Team Explorer, user has to be SharePoint Administrator?

    Hello, Does anybody have a solution for this problem: The neat feature that all documents from the Team Portal are available from within Visual Studio is very cool. But, with our installation, it seems as if only users who are assigned the "Administrator" role in SharePoint may use it. All other users get red X instead of the documents. Does this necessarily have to be like that Or is it some kind of bug in either SharePoint or the Team Explorer Or have we misconfigured one of the servers Any ideas I hope this is the correct group for asking this. Best regards, Martin Bill, Okay, that is most probably the problem here (Edit: It is, confirmed). Enabling access to all document libraries for all de ...Show All

  • Visual Studio Team System about workspace

    In source control, if you want to get a specific version for example, you can choose a workspace version. Does it mean that the other ppl can choose any workspace they want Why do they want to do that What is the exactly meaning of this workspace version. Thank you jiajia Hmm this is long to explain here, it's a new concept in Source Control, I would recommend you to take a look to this article which talks about what workspaces are, and how to work with them: http://msdn2.microsoft.com/en-us/library/ms181383.aspx ...Show All

  • .NET Development What's done with the Send method of UdpClient?

    I'm writing something with UdpClient.Here I got some problem.I am confusing about the Send method,what will be done with the UdpClient when I Send smothing to an unavailable hostend using the Send method. Here is some of my code. I just use a udpclient to send something to the server and then wait for the server's apply. IPEndPoint server=new IPEndPoint(IPAddress.Parse("60.25.34.200"), 5100); IPEndPoint local= new IPEndPoint(Dns.Resolve(Dns.GetHostName()).AddressList[0], 5400); udpClient = new UdpClient(local); IPEndPoint remote = new IPEndPoint(IPAddress.Any, 0); byte[] bytes = System.Text.Encoding.ASCII.GetBytes("something"); udpClient = new UdpClient(local); //Send something to the server int c ...Show All

  • Visual Studio Express Editions Query Avg,Min,Max in an Access/Jet database problem

    Hello, Why Select AVG(Something) As Expr1 From Table1 returns the Warning message: "The schema returned by the new query differs from the base query" in Search Criteria Builder. Is any solution to this problem Thanks, You are certainly right, there is no code on that Form. I believed that the same way as the GridTable was filled, I could drag the desired column from the Data Sources window and perform a querry on it for AVG. The tried that lines "SELECT AVG("somecolumn")........" in  the Querry Builder  (it wouldn't yield......that was the message what I got instead).   ...Show All

  • .NET Development How to accomplish fault isolation with AppDomain?

    Hi all, I have read several articles on the net, and also Juval Lowy's "Programming .NET Components (2nd ed.)" and these references imply that it is possible to achieve fault isolation to the same degree that you traditionally got from using multi-process programs, using AppDomains. At the same time, I have read other articles, in particular those describing the Application Pool architecture of ASP.NET which leads me to believe that in order to achieve true fault isolation, you still need to use multiple processes. My own experiments seem to lead to the same conclusion. What is the right answer Could someone on this forum offer pointers to some good references or some additional insight To be complete, here's an outli ...Show All

  • Commerce Server Documentation on Web Services

    Is there any documentation available on what the web methods in the web services actually do I'm familiar enough with the native commerce server API commands that I can usually infer how these web methods work, but I'd still rather see some documentation on MSDN. http://msdn.microsoft.com/library/default.asp url=/library/en-us/sdkmref/html/T_Microsoft_CommerceServer_Catalog_WebService_CatalogWebService.asp Basically, most of the interesting methods are inherited from CatalogServerContextBase, which seems to be located in the Microsoft.CommerceServer.Catalog.Internal namespace, which is also not available on MSDN. This isn't a critical issue or anything, it's just difficult to explain how to use these web methods to developers who ...Show All

  • SQL Server How to Fail SQL Task...

    I have several packages that I download files using a sql task (I cmd shell out). I use sql task because the file names change everyday.  what I want to know is how can I check to see if the file I downloaded exists either within the same task (preferred) or a task right after I want to fail the package instead of letting it get into the actual loading of the file where it now fails at. I hope this makes sense. Have you searched the forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=13608&SiteID=1 ...Show All

  • Visual C# C# and Adobe PDF Reader

    We all know how easy it is to display a pdf in a C# application, but the problem that I can't seem to figure out is how to create a reference to any version of Adobe Reader installed on the users machine. If I use AcroPDF.dll from reader 8, I cannot open a pdf within my application if the user has either a newer or older version installed. Is there any way around this Can I create a reference to any version of Adobe Reader installed on the machine Thanks in advance. I do not think this is an Adobe issue: Adobe Reader 8 is just my paricular case. Maybe I am asking the question incorrectly. Is there a method in Visual Studio or C# to create a reference to a com object that is not version specific In th ...Show All

  • .NET Development [C#] selection in a dropdowlist

    I am using asp.netand c# for a project. I have a dropdownlist in witch users have to select a date and an item then click on a buton. once you click on the buton, the application have to search in a sql database and display in a datagrig informations on the selected item. How can i do that... I hope i gave a clear explanation of my probleme... Thanks This quesition has nothing to do with ASP.NET Web Services and XML Serialization , unless you want to implement your feature with AJAX. For better suggestions about Asp.Net Programming, visit http://forums.asp.net/ . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Thanks XNA Team

    Just wanted to say thanks for all your hard work. As a life long gamer, I have always wanted to play around with game development. Looking at the source code for games like Quake or Quake 2 really intimidated the hell out of me. Thanks for making something simple and well thought out to wet my theeth on. Thanks a lot guy. I've recently started to make games from scratch and there was a lot overhead before acctually writing a game, you work has helped me get right into the game development phase and focus on whats important instead of spending time figuring out how to make a window. Keep up the good work, and I look forward to your full release. ...Show All

  • SQL Server Distributed Transaction

    Hi again, I do not know when to use Distributed Transaction. Would you please give an example about its usage or give a tutorials about this Thanks distributed transaction involves more than one server. meaning you can create transaction tokens that are distributed across the enterprise.   A single sql server alone would not be enough to handle data for a very large enterprise. Sql server can be scaled out by adding additional server. Distibuted transaction allows you to perform an ACID operations between servers.   transaction stipulates that all work needs to be done other wise everything rolls back. distributed transaction  allows you to work on differents server( server1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. C# Performance

    i mean are there differences between C++ and C# in performance In short. Yes. If you want to read the religiousreligous wars on this topic just do searches on the forums or the web. This topic has been covered extensively in a variety of places already. If you're a beginning game developer are you going to be able to notice the differences No. ...Show All

  • .NET Development Error using a managed c++ dll in a c# app

    Hi, I have created a C++ managed DLL that is my wrapper to a Remedy server. My Dll references a remedy Lib in order to have access to it. Everything compiles fine and my DLL is generated. Now I want to consume the DLL from a C# application. I can reference the DLL without problem and access the functions using intellisence. But, as soon as I start the application and tries to create a instance of my C# class (that has a static property with the reference to my C++ DLL) an unhandled exception is raised: "An unhandled exception of type "System.IO.FileNotFoundException" occurred in MyCSharpProgram.dll" Additional Information: The specified module could not be found. (Exception from HRESULT: 0x00.....) I ...Show All

  • Software Development for Windows Vista card import error

    Hello   I have problem with import of managed card. I tried to create this card with my card writer and with sample card writer from samples and creation of card will succeed.   But, when i try to import this card i get this error (copied from my event viewer) The data present in a card could not be validated. Imported card has URI's in invalid format. Inner Exception: Invalid URI: The format of the URI could not be determined. Additional Information: Microsoft.InfoCards.InvalidCardException: Imported card has URI's in invalid format. ---> System.UriFormatException: Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriK ...Show All

  • SQL Server Cannot change server authentication in Management Studio Express

    I use the Mangement Studio Express to manage a MSDE 2000 instance and notice that the Server authentication area in the Security is disabled for that instance. But for an Express instance, the Server authentication area is enabled. Is this difference caused by some settings Thanks, Peter Hi Glenn, I have resolved this issue by changing LoginMode from 0 to 2. This seems to be a change in behavior. In SQL Server 2000, it won't affect the Enterprise Manager. ...Show All

©2008 Software Development Network