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

Software Development Network >> Carl Daniel's Q&A profile

Carl Daniel

Member List

apaspula
tawm
Dotnet007
bryanedds
fibonacci1123
Puybaret jean-claude
Hammo
Al6200
Le Phare Rouge
Peter Chapman
pat capozzi
Burrough
Feng26
NyAw
Sergey Jmacov
Baller4lifeII
Cezary
andyboy23
Burd
Vladimir Dumchikov
Only Title

Carl Daniel's Q&A profile

  • SharePoint Products and Technologies How to get the corresponding english error message text?

    Hi, I'm getting a german language error message on a german installation of MOSS from a listview web part. I can't find any topics in google et al. with this message, but trying some translated words didn't help either. How can I get the corresponding english message Do I have to install the english language pack Thomas Yes, I normally do the same. I am always working in english language OSes, even at home. But in this case - it's my main MOSS development VM - I installed because I had to create a demoable site in german language and at that time I didn't know about the language packs. All our servers are in english. But that doesn't help me with this error... Do I have a chance to rem ...Show All

  • Visual C++ Symbol table and pdb file

    I am reading this book : http://www.iecc.com/linker/linker05.html. It says: "Non-global symbols, usually for debuggers and crash dump analysis. These aren't really symbols needed for the linking process, but sometimes they are mixed in with global symbols so the linker has to at least skip over them. In other cases they can be in a separate table in the file, or in a separate debug info file." For VC++ What is the procedure for cretaing pdb file and symbol table. If i compile in debug mode. 1-) First compiler generate symbol table and put it in .obj file. 2-) Linker generates .pdb file and exe by using symbol table in .obj file. (but exe doent include symbol table) or in debug mode linker doesnt destroy symbol table in obj file. ...Show All

  • Visual Studio 2008 (Pre-release) arbitrary column ordering when invoking Sproc

    hi, i'm using SqlMetal and binding a gridview to the return value of one of the sproc generated methods. it works fine, showing a bunch of records. However the column ordering in the gridview appears to be arbitrary, and is very different to how i have them defined in the sproc. i know i could run a linq query on top of the results selecting them into a new dynamically created class, but that isn't really an option because i'm reflecting the name of the sproc method and wouldn't be able to figure out the correct ordering. am i doing something wrong or is this behaviour normal for completeness sake, i'll include all the relevant bits of code: here is the code to bind the gridview (using autogenerate columns): this.GridView1.DataSource = ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Process for getting XNA game to work on XBox 360

    From my understanding of the XNA Framework and what I can gather from the website I have a question. Please correct me if any of my assumptions are incorrect. The XNA Framework is somewhat like the .Net framework since it is managed code. It is designed so games can be written to work on both a PC using DirectX and the XBox 360 with perhaps a little modification. I take it the XNA framework is just a tool used to create a game. It will not provide you with a way to get code you have written to work on retail 360. What steps would an indie developer have to take in order to get their game on the XBox Live Arcade or the Xbox360 I understand all games have to go through the certification process at Microsoft. I understand that Mi ...Show All

  • Visual Studio Team System Webtest playback using fiddler tool

    Hi, For recording the Pop-ups in the application, I am currently using Fiddler tool. It captures all the requests i give. I have saved the sessions as webtest and on playback on the same on VSTS, I can find the popups with the values given inside are missing. My query is, whether anything needs to be done after recording from the fiddler or playback can be done without that Or I have to go for coded test Kindly suggest Thanks - Vijay. That depends... One of the differences I found was that every request in fiddler has the property FollowRedirects set to false. In a normal webtest recording this is set to true. If you expect the page you are redirecting to will change then you need to set this pro ...Show All

  • Visual Basic code commenting good practices?

    Can someone tell me how to properly comment my code so that the function has a help on codecompletion and so on.... Thanks A very good practice is inserting of xml comments... Go to the line before a method or class declaration, then insert ''' (three single quotas) and see what happens! What you write between xml tags, appears in object browser!!! In the body of a method is valid the rule: more is better... ...Show All

  • SQL Server Creating a template

    Can anybody help me how to create a template report i SQL Reporting Services 2005 Masi, Create a SQL sample report of what you want your templete to be and then copy the rdl from to this local directory C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\ProjectItems\ReportProject all rdl files in this directory show up when you add new item in BIDS. Hammer ...Show All

  • Visual Basic Debugging

    Deploying PDB file with application helps to find name of souce code file and line where is error. But, when I handle errors in Try... Catch statement, how to read that information All I have is ex object but I can't find there what is souce code file name and line of error. Is it possible to read that information (from PDB file or whatever) while error handling There's not much you can programmaticaly do with the stack trace, not that I think you'd really want to. If you view it in the debugger, you can see what file/line# (and the entire call graph) caused/threw the exception. What more do you need ...Show All

  • Visual C++ Getting the sub directories

    How do I get a list of the subdirectories for a given directory in VC++ Thanks, KarthikR ...Show All

  • Visual Studio 2008 (Pre-release) Error: Metadata contains a reference that cannot be resolved

    I am downloaded the sample from this site. http://cardspace.netfx3.com/files/folders/samples_rc_1/entry5996.aspx When I am trying to run this application I am getting the folllowing error message "There was a failure making a WS-Trust exchange with an external application. The Identity provider end point was not found. Inner Exception: Metadata contains a reference that cannot be resolved: 'https://www.fabrikam.com:7001/sample/trust/usernamepassword/mex'. Inner Exception: The remote server returned an error: (407) Proxy Authentication Required. Additional Information: Microsoft.InfoCards.TrustExchangeException: The Identity provider end point was not found. ---> System.InvalidOperationException: Metadata ...Show All

  • .NET Development Using a SQL Database to authenticate users

    I am converting a MySQL database over to MsSQL and I'm having problems migrating my user authentication. I'm using Visual Web Studio Express 2005, but the Website is not locally hosted, so using the ASP.NET management seems to be unavailable. The specifc error is: The ConnectionString property has not been initialized. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized. The connection to the database is made in my web.config file: < add key = " database &qu ...Show All

  • Windows Networking Development GQoS vs QoS2 vs qWAVE

    I have some applications that make use of GQoS under XP and Server 2003 and I've heard a lot about QoS changing in Vista. I've been looking all over the MSDN web site, but I'm still a little confused. What's the difference, if any, between QOS2 and qWAVE The qWAVE documentation states that it's "mainly targeted for use by multimedia applications that require network streams on a home network". Does this mean I should still use GQoS for my enterprise applications under Vista and Longhorn Thanks Kevin O'Connor Interactive Intelligence, Inc. Sure. We develop Windows-based telephony systems. One component of our system is a media server which sources, sinks and manipulates RTP voice streams. One me ...Show All

  • Visual Basic Using Titlebarinfo API in VB.Net

    Hi all. I'm trying to use the GetTitleBarInfo api call to get information about the titlebar of the currently active window (stored in curWindow) but can only find examples using Classic VB or C++. I've tried to upgrade these to vb.Net but whatever element of the function I try to call (e.g. titleinfo.rcTitleBar.top) always returns zero. The code I'm using is as below: Declare Function GetTitleBarInfo Lib "user32.dll" ( ByVal hWnd As Integer , ByRef pti As TITLEBARINFO) As Long Private Const STATE_SYSTEM_FOCUSABLE = &H100000 Private Const STATE_SYSTEM_INVISIBLE = &H8000 Private Const STATE_SYSTEM_OFFSCREEN = &H10000 Private Const STATE_SYSTEM_UNAVAILABLE = &H1 Private Cons ...Show All

  • .NET Development The request was aborted: Could not create SSL/TLS secure channel.

    I'm having a problem creating a secure channel with a business partner. All certificates are in place, the application runs fine on the development machine. Put it on the 2003 Server, it dies a thousand deaths with "The request was aborted: Could not create SSL/TLS secure channel". I've seen a lot of people with the same error but apparently many causes. I have a System.Net.Trace.log which shows that it cannot find a matching certificate. Apparently I'm not holding my mouth right. The scenario is the same as posted by SMITHMX 13 Jul 2006 10:09 PM UTC. The only issue that may compound the problem is that I have put certificates in about 40 million places (apparently not in the right one) and I'm not sure if these may ...Show All

  • Visual FoxPro Multithreading in Vfp9

    Hi *.* How can i make real multrithreading application in vfp9 Thanks. Check out Calvin's blog :- http://blogs.msdn.com/calvin_hsia/archive/2006/05/23/605465.aspx HTH, Robbo. ...Show All

©2008 Software Development Network