Software Development Network Logo
  • Windows Vista
  • Visual J#
  • VS Team System
  • Visual Basic
  • .NET Development
  • Microsoft ISV
  • Visual FoxPro
  • Visual Studio
  • Windows Forms
  • Windows Live
  • Visual C#
  • VS Express Editions
  • Game Technologies
  • Smart Device
  • Visual C++

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

fsoehnge

Member List

jmead3
Glamiac
Michael Shorten - MB Limited
Annoyeddeveloper
Guadalupe Zamudio Cabello
RajST
Monsterplow
Victoria W
P-Storm
ZJames
Pavleras
jaybs
bswick
pithhelmet
kimberst
evali
OutsideShot
Roeland Jimenez
Sean G.
armin99
Only Title

fsoehnge's Q&A profile

  • .NET Development Differnce between wsdl and asmx?

    Hey Guys, I searched half of the web to find the answer what the differnce between a wsdl and a asmx file is. In my vs 05 projects I have only a .asmx. How can I create a wsdl and is it nessasary Cheers Here you go.. ...Show All

  • SQL Server Excel XP - Cannot connect to OLAP 9 - Analysis Services 2005

    MS Excel XP on Windows 2000 fails to connect to OLAP 2005 Cube with the OLAP 9 Provider. Excel gives the error: <initialisering datasource failed>. The same error appears when I try to connect to OLAP 8 cubes. Before I could access OLap 8 cube, I had to reinstall Office XP. Windows XP with Office 2003 works fine. It can access both OLAP 8.0 and OLAP 9.0 cubes. Does the new OLAP 9.0 provider only works with Office 2003 Best regards, Jakobsgaard Suresh Bansal Stated the following in a further post: " ok i found the solution. we need to reregister the olap 9.0 pro ...Show All

  • Software Development for Windows Vista Reusing workflows in a State machine

    I have a state machine with states A and B. Both of them have an EventDrivenActivity which has the same sequential workflow. What is the best way to create just one copy of this workflow instead of repeating under both EventDrivenActivities Note that there are other EventDrivenActivities on each state which make them truely different, so combining the two states into one is not an option. Hi Naresh, You can nest both the child state activities into a parent state activity which will have the event driven that invokes another workflow. i.e. State Machine Workflow State 1 (Parent State) |__ ...Show All

  • Visual Studio Team System Extending the Bug form in TFS

    So, we use many more fields to track bugs than are in the MSF Agile template and I'd like to extend the db/form to include them.  How do I do this Thanks, mindshoe Anu Are you able to connect from Team Explorer If yes, there is no issue with the server cinnectivity. However, I have a question. You mentioned that "I imported the new schema" in your previous response. Could you mention the steps you had performed for this Thanks Sagar ...Show All

  • Visual Studio Team System Error al procesar el informe. (rsProcessingAborted) Obtener ayuda en pantalla

    I got this errror when I first navigated to project portal, its on a web part of a report. Remaining work. Error al procesar el informe. (rsProcessingAborted) Obtener ayuda en pantalla Error de ejecucion de consulta para el conjunto de datos 'IterationParam'. (rsErrorExecutingCommand) Obtener ayuda en pantalla The Team System cube either does not exist or has not been processed. Luis, The Warehouse Troubleshooting Guide should help you resolve this issue. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=154526&SiteID=1 ...Show All

  • Windows Forms Server not responding error on login

    I set up the application, but get the error "Server Not responding.  Please try again."  I successfully installed everything and can access the database on my local SQL Server.  SQL Server authentication is enabled.  What did I miss If you're stumbling on this error at this late date (VS2005, IE7, etc.) you may also have to fix one more thing to get up and running. After registering ASP.NET you may sti ...Show All

  • Visual C# Something horribly wrong with my C#Express 2005

    Hi there, I downloaded the program about 3 weeks ago, since then it seems that each time I use it it gets worse. As first, all my icons on my toolbox turn to the listview icon, the links worked just fine but the icons were all strange. Then they turned to rich text box, then to label, now they are all rich text box again. If I use the MSDN help the program inevitable crashes on me within 15 minutes. The other week it changed the class and namespace names in another project (under the same solution) that had nothing to do with the code I was working on. Today, I've used it for 3 hours and it already crashed 3 times. I've scanned for ...Show All

  • Visual Basic ASP / MS access - BEST Practices

    PROCESS #1: I have IIS hosting an asp file that collects data (asp forms), then user clicks button and it gets sent to another ASP form that the user can verify all the data is correct and click another submit button. When you click teh submit button, the information is then added to a MS Access database. (access v11.6566) PROCESS #2: The information the user submitted to my access DB was a credit card and address information. My bank only excepts HttpsPost of an XML file and sends back an xml file of the credit cards processing details. I am able to do this with a seperate ASP form and read the xml file sent back and fill the ...Show All

  • Visual C++ Problem with DLL loading on non-development systems

    I work on a python library using (originally) Visual Studios 7.1, but now Visual C++ 8.0 Express.  Python libraries are simply DLLs which export one function.  Under VS 7.1, this built, installed, and ran fine.  However, while using Visual C++ 8.0 Express, I get an error stating: ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. This program runs fine on my development machine (and on any machine with VC++ 8.0 Express).  I figured this may be a problem with dependency DLLs, but my application includes ms ...Show All

  • .NET Development Web services middleware, guaranteed delivery - real world usage

    I am attempting to investigate as part of a project, available solutions in industry that can act as message middleware applications to ensure guaranteed web service delivery. To explain further, a web service typically just sends requests to a server often displaying the results on a 'thin client'. When used instead of a messaging type system (e.g. MSMQ), web services can also provide an effective messaging solution. However, when connectivity is unavailable, web services fall over here as messages are not queued so delivery is not guaranteed. To get around this problem, in a solution I developed, I wrote a small middleware application that ...Show All

  • .NET Development SharperCV dll problems

    I'm new to "sharperCV" and i'm new to issues regarding managed and unmanaged code... i'm new... I've a problem using this usefull wrapper for the openCV library because i cannot add the reference for the dll called "highGUIsharper.dll" and the resulting exception is the following: CvImage src = new CvWindow( "Source Image Window" ); =====> "Unable to load DLL 'highGUIsharper.dll': Impossibile trovare il modulo specificato. (Exception from HRESULT: 0x8007007E) at SharperCV.CvWindow.cvNamedWindow(String windowTitle, Int32 autosize) at SharperCV.CvWindow..ctor(String windowName, Boolean autoSize) at Sha ...Show All

  • Visual Studio Team System Source Control Settings

    When and why one should use the check-in, check-out policies in Source Control Settings Please explain by example Thanks Checkin policies define rules for a team project which are enforced by the source control client during checkin. Team Foundation ships with configurable checkin policies for clean build, static code analysis, testing, and work item association. Checkin policies are implemented as an extensible framework; third parties can implement additional policies cutomized to their own application. Please refer to the following blog - http://blogs.msdn.com/team_foundation/ar ...Show All

  • Visual Studio Express Editions Error when opening the Shareware Starter Kit

    I downloaded SSK_VB.VSI and installed the Shareware Starter Kit template. Whenever I try to create a new project and select the SSK as the template, the solution begins to load and then exits with the following error message: "A problem was encountered creating the sub project 'SharewareService'. The template specified cannot be found. Please check that the full path is correct." I have both Visual Basic Express and Visual Web Developer on my computer. I followed the directions to install exactly. I am unsure why I am getting this error message, but after it pops up, the partially loaded solution unloads. (That is, when it first st ...Show All

  • SQL Server web query

    Actually, I use Excel web query to pull data from the web into MS Excel. For a better management of my data, I want to use MS SQL-Server 2005. My question: is there a possibility to query websites with the SQL Server Integration Services in this way Thank you for your answers! Jonas Does this answer your question: http://blogs.conchango.com/jamiethomson/archive/2006/05/31/4009.aspx -Jamie ...Show All

  • Software Development for Windows Vista Compact Framework

    Well, I think I already know the answer to this question, but I'm going to ask anyway: Are there any plans now or in the future to support workflow on the Compact Framework As I'm sure the team is already aware, CF support would be highly valuable for process automation in refineries, pharmaceuticals, power generation and several other vertical markets. WF on handheld/compact devices would be very useful for my company. We deploy handheld devices used in military applications and the ability to use workflow to control UI behaviors based on input would be valuable. We duplicate logic on a desktop ...Show All

©2008 Software Development Network