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

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

ScottyWakefield

Member List

BBPowers
m_meuse19
NeptuneTech
Vivek Natani
DimmuZangetsu
nikos_22
Ryan Sanders
Kartit
JIM.H.
stswordman
medosa
timvw
dreims
SunilN
CV.
Alan Adams
Apathy
Learning VB
LeanneDinh
VFaul
Only Title

ScottyWakefield's Q&A profile

  • Visual Studio Express Editions Reading Lines in a Text File

    Hi I currently have a text file (textfile1) which contains 40 lines. Each of these lines contain data stored in the following way: nameofthis = value nameofthis2 = value nameofthis3 = value What I would like to accomplish, is to read these values, with a variable assigned to each "nameofthis" variable. I thereby mean that the program should read each line, check what the name before the "=" is, and then check if the variable for this value exists. If it does, it should read the value after the "=", to the specified variable. For instance: TEXTFILE CONTENTS (textfile1): name = Johannes surname = MySurname email = me@myself.com PROGRAM: ' Variables Dim name as String Dim email as String ' Read the ...Show All

  • Software Development for Windows Vista Problem with Asp.Net.With.Persistence.And.Tracking Sample

    I'm studying Asp.Net.With.Persistence.And.Tracking Sample.When I start the web site, the following error codes return. "The workflow failed validation." Source Error: Line 37: System.Xml.XmlReader reader = System.Xml.XmlReader.Create(Page.MapPath("Workflow1.xoml")); Line 38: Line 39: WorkflowInstance workflowInstance = workflowRuntime.CreateWorkflow(reader); Line 40: workflowInstance.Start(); Line 41: btw, when I complie the project WorkflowLibaray1,build failed and error code is "Activity 'BaseOrderWorkflow' validation failed: Property 'InitialStateName' is not set". please help. thanks. The sample will not work on Beta 2 version o ...Show All

  • .NET Development Account cannot access private key

    Hello, I'm developping a web service with WSE 3.0. I use mutualcertificate for security and authentificate. But I can only get it working when impersonating as Administrator. Otherwise I always get the error that I cannot access private key. I've use the WSE 3.0 Certificate Tool and I have given access to everyone to the private key. But I still don't get it to work. Another option was create a local user, and install the certificates under this account. Then, impersonate the asp.net to this account. This way works as long as the user is logged in the server. How can I configure to make it work The sever is a W2K3. Thank you!! Hi, I don't have defined any application pool, so I used the ...Show All

  • Software Development for Windows Vista VS2005 extensions for WWF install

    I cannot get the VS2005 extensions to install. The install file launches the Windows SDK setup wizard. All features of the SDK are already installed. When I attempt to create a new project in VS2005 the only installed templates pertaing to V3 are the WPF and WCF templates. I am expecting a workflow template. Greg F Rename the sdk setup (setup.exe) to something else or move it to a different directory. When the WF extensions zip expands it tries to run setup.exe from wthin the installer but gets confused and runs the one that exists in the directory with it. Matt ...Show All

  • Visual C++ Extensible Storage Engine Sample and documentation

    Is there any sample applications for the ESE API. The existing API reference is nice but it takes time to undersand the API and write an application that use ESE. I found the best documentation on Wikipedia, very interesting. Does MS have any tool to view data in an ESE DB. That would be very nice, even if it was a unspuported tool. Anyone else out there that has been using ESE Experiences Hello Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups where these types of questions are answered. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Retrieving effects and textures

    Assuming that I have a model in 3DS Max that I export into a FBX file, which goes through the content pipeline, and is then loaded into the runtime as a Model, how do I go about getting the 3DS texture and effects bindings from my C# code Looking at the Model class all I can see hanging off it is an Effect class, but no texture references - are the textures supposed to be embedded in the effect files If so, how should I set the effects in 3DS so that they are imported via the content pipeline Sorry if there is an obvious answer to this, but I'm more used to dealing with pure HLSL/ASM files rather than effects files.. Andy. Take a look at the .xnb files produced when you build the model. Can you fi ...Show All

  • Smart Device Development Break Points not being hit????

    I have a WM5 Project that I have been working on for some time, and now I am unable to debug after loading into visual souce safe, and splitting a new version off. the break points turn white (very light grey) with only a thin red circle, and have a yellow triangle on the bottom right of if. the message I get when I mouse over them is: "The breakpoint will not currently be hit, The specified module has not been loaded." I have the project set to debug and have tried everything I can think of to get the breakpoints back to normal. has anyone had this happen it's made debugging impossible! please someone help!!! I have been able to get my project to debug on my machine (finally). My problem was I was assuming that the p ...Show All

  • Visual Studio 2008 (Pre-release) Using web services with xbap application

    I have created an wpf browser application that relies on calling a web service. However, whenever I call the web service, I recieve a "System.Net.WebPermissions" error message. The web service is located on a different server. How do I get this to work Thank you for the help. Steve Thank you for the suggestion. I created a proxy class using the wsdl.exe (wsdl http://ri-webserv-1/service/service1.asmx wsdl ), compiled it into a dll and then placed it inside the bin directory, and then referenced the code in the xbap document. However, I still got the error. Am I creating and/or consuming the proxy class correctly Steve ...Show All

  • Visual Basic How to load a child form within MDI form's panel

    Hi, I a newbie here. Does anyone know the coding regarding my question Pls HELP........................ just set the "parent" property of the form to the Control where u want to display the form. n ya the that control should be a container like panel.... n den if u want that ur form spans the entire panel just set the dock property to fill of ur form... i think this is wat u r looking for... hope it solves ur things.... ...Show All

  • Visual Studio Team System PascalCase

    trying to write a custom rule for pascal case checking for VS integrated code analysis. The tokenizer provided in SDK is not working as expected. Any reference to any library that will help in splitting a compound word(as used in pascal/camel format) would be highly appreciated. Girish, We are aware that TokenizeCompoundWord does not tokenize some tokens correctly, and have since replaced it with a new WordParser class in vNext of Visual Studio/FxCop. Download the latest CTP and tell us what you think. Regards David ...Show All

  • SQL Server Printing differences between RTM and SP2

    Using SQL Server 2000 SP4 and SQL Server 2000 Reporting Services I'm using the code from http://blogs.msdn.com/bryanke/articles/71491.aspx and have discovered a problem with the printed report between the RTM version of Reporting Services and SP2. Our development server had not been upgraded to SP2 and using Bryan's code the reports were printing without any issues at all. Now the server has had SP2 applied the report footer is missing and data on the right-hand margin is truncated. Anyone got any ideas why this would be the case What can I check to see why this would be happening Thanks I'm not sure what would have changed to cause this behavior. The only other thing I can think to try is ...Show All

  • Visual Studio 2008 (Pre-release) Change the spellcheck language

    I can't find this info anywhere in the docs. Please let me know: 1) What languages are currently supported by the SpellCheck class. 2) How to specify the language to be used by the SpellCheck class (a code snippet would be great). Thanks! 1> we do support french, german and spanish spellers. I had posted an article on spellingreform which kinda indicated this ;) http://blogs.msdn.com/llobo/archive/2006/07/03/Multi_2D00_language-speller-and-the-SpellingReform.aspx 2> x:lang="en-us" or x:lang="fr-fr" In the case of a TextBox the language on the control sets the speller in a richtextbox the keyboard language triggers the speller, so u could type english and then german. and you will have ...Show All

  • .NET Development How to get versions of services/programs running on another system?

    Hi, I want to get the versions of the services/programs running on another system. Does any body have any idea as to how it can be done.I thought of using SNMP.However I am not sure of how to use it thanks in advance, nhd WMI or System Management objects work here. Works in .Net too. Base query is "Select * From Win32_Process" ...Show All

  • SQL Server Unexpected error occurred during model generation

    I am working with a client who has installed SQL Server 2005 Enterprise on a Itanium 2 64-bit, 8 Gb ram. Normally when we install Reporting Service their is no problem but when we did it on a Itanium we can’t get it to work properly. When we are trying to generate a model we get this error: An error occurred while generating model. (rsModelGenerationError) Get Online Help An error occurred during the generation of semantic model : [Create roles from measure group dimensions]Unexpected error occurred during model generation.. [Create roles from measure group dimensions]Unexpected error occurred during model generation. Unexpected error occurred during model generation. "Get Online Help" link: http://www.microsoft.com /products/ee ...Show All

  • Visual Studio Team System Ordered tests with build automation

    Since the build process puts all the dlls under "Binaries" folder, running mstest.exe from the msbuild script will fail because all the paths to dlls that contain tests are hardcoded to go to <p>\bin\release\ which don't exist on the build machine. Is there a workaround, or am I doing something wrong Thanks! -Leo In case anyone runs into the same issue, I used XmlUpdate task from http://msbuildtasks.tigris.org/ to updated orderedtest file as part of the build process. You basically need to substitute \bin\release\name.dll with C:\Binaries\name.dll ...Show All

©2008 Software Development Network