ShlomyPery's Q&A profile
Visual Studio BizTalk Deployment
Are there any resources for deploying BizTalk with MSBuild Has anyone here done any automated deployment of BizTalk solutions at all Thanks in advance! Ernst Kuschke C# MVP - South Africa There are some BizTalk tasks in the following gotdotnet user sample http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2CB20E79-D706-4706-9EA0-26188257EE7D this may be of some use to you. ...Show All
Visual Studio Can someone explain to me this command line syntax ?
Hi guys i am debugging a existing code promotion program at my work place and currently i am trying to understand how the previous programmer downloaded a copy of a certain project based on the label onto his local machine/server folder. However due to the lack of documentation and comments, i am having a relatively hard time trying to deciper this command. I tried looking at the GET command within the VSS MSDN however i found several options that were not inside the MSDN but found inside this commandline. Could any of the VSS gurus pls help me out with this explanation please assum ...Show All
SQL Server "Failed to load expression host assembly. Details: StrongName cannot have an empty string for the assembly name. "
I previously had an ASP.NET 1.1 site running on my IIS 6.0 server ( not the default website) with Reporting Services running in a subdirectory of that website. I recently upgraded to ASP.NET 2.0 for my website and was greeted with an error when trying to view a report. The error was very non-descript, but when I checked the server logs, it recorded the details as "It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process." First of all, I could not figure out where and how to ...Show All
.NET Development DeSerialization error with strongnamed assemblies
Using C#, VS 2005 , .Net 2.0 I persist class objects to serialized bin files which is convenient and simple. However, when started compiling with strongnames (ie. using .snk file) I hit a snag. When I change the version number of the assembly and try to deserialize a file that was serialized previously, I get a load error message ("the located assembly manifest definition does not match the assembly reference.") For a simple example, MyApp (version 1.0.0.0) serializes myClass to myClass.bin Then I recompile MyApp with new version number 2.0.0.0 and rerun MyApp. then following produces the error MyApp (version 2.0 ...Show All
Visual Studio Express Editions Checking if application is already running
I have added a context menu item to my application. The problem is that, if it is already running and I right click a file, another instance of the program opens up. How can I check if the program is already running, and if it is, how can I pass control to the existing instance Thanks in advance. Thanks to everybody who replied. I now have a lot to read, but I'm sure I will find answers there/ ...Show All
SQL Server Report Headers
I'm new to Reporting Services, but am familiar with other reporting tools. My question is, is there really no way to reference a field in a page header If so, I suppose you could repeat some header information on subsequent pages from the detail section of the report using a text box, but how is that done because when I check the property box "Repeat report item with data region on every page" nothing happens. What is the best way to repeat header information on every page that needs to contain field values/information Thanks for any help you can offer. Referencing a field from page header/ ...Show All
.NET Development Connecting with MSDE to MS Access database
Hi, I must admit i'm a bit of a noob so go easy please! I've been trying to connect from a C# form to a MS access database through MSDE. I've been trawling the internet for hours and can't solve the problem. Here's my method: In .Net i've opened server explorer, right clicked Data Connections and selected add connection, opening 'Data Link Properties'. I've inputted Server Name 'WORK' Put in user name 'sa' password 'hello' At this point the test connection works. I then want to select the database. I'm given 4 options, master, model, msdb, tempdb. Not sure what they are for. Could someone explain Anyway I need to connect a dat ...Show All
SQL Server Problem to install SQL Server 2005 CTP June edition...
Hi When I tried to install, I kept getting the following problem with System Configuration Check: A previous installation required a reboot of the machine for changes to take effect. To proceed, restart your computer and then run SQL Server Setup again. I've rebooted many times (with AntiVirus turned off) and yet the above problem remains. Anyone has a solution to the above problem Thanks. Rgds OngCF ACtually worked it out and if anyone comes across this then: 1. Hit Start > Run type SQLServerManager.msc or if you have the shortcut on your start menu feel free to use that. 2. Expand SQL Native Client Conf ...Show All
Visual Studio Express Editions Does VS Express Editions Support the Namespace System.Web.UI.WebControls.WebParts?
Does VS Express Editions Support the Namespace System.Web.UI.WebControls.WebParts like VS 2005 does Bill Since this namespace is part of the .NET framework, and not the Visual Studio IDE, you can use it. However, it only makes sense in VWD Express (for web development). ...Show All
Visual C++ The application failed to initialize properly(0xc00000fd)
Hello, Previously we were using VS6 to build our applications. Recently we moved to VS2005. We are still using the beta. After builds when we run the application we got errors which mentioned unable to find dll entry point for some functions in msvcr80.dll. We found some old msvcr80.dll in c:\winnt\system32. The build manifest file uses 8.0.50215.4652. We replaced the dll in system 32 with 8.0.50215.44 which was available in the sdk/bin directory. Now when we run the application we get the error The application failed to initialize properly(0xc00000fd) Any clues -Ram You should be using ...Show All
Microsoft ISV Community Center Forums What's your experience with the buddy program?
Started by admin at 03-28-2005 5:11 PM. Topic has 2 replies. 03-28-2005, 5:11 PM admin Joined on 12-16-2004 Posts 14 What's your experience with the buddy program We've already received a couple of posts on buddy experiences (thank you!) and would love to see more of them, so feel free to jump in and reply to this post and share yours! Thanks, Brenda [msdn/isv] 05-09-2005, 6:08 AM thomas woelfer Joined on 02-14-2005 Posts 5 Re: What's your experience with the buddy program i introduced myself and never h ...Show All
Visual FoxPro Open table exclusively?
Forgive my ignorance - I've recently reinstalled XP and subsequently Foxpro 7.0. Now when i double click on a foxpro dbf file it opens the table and another datasession labeled 'B' (i'm supposing it's a datasession). Previously, when i opened a table i was in exclusive mode and didn't have this duplicate table open also. I normally work in exclusive mode because my data is not in a shared environment (i'm a vb developer). Any suggestions thanks, rroot01 Sounds like your XP is set to work with a single click. Create a text file in VFP home folder named config.fpw and add: exclusive=on ...Show All
Visual Basic (VB2005 Express) Published Application crashes on client PC
Hello, I have the following scenario Developer PC - Windows 2000 Server SP 4 - VB2005 Express - .NET SDK - Oracle Provider for .NET Client PC - Windows 2000 professional SP4 - .NET Framework 2.0 - Windos installer 3.1 Application Configuration (VB2005) - Application available online only(neither shortcuts nor installations required) - Published in a shared path - .NET provider included - DLL for connection included The application works fine in the developer PC (it shows only the result of a single row query via oracledatareader) , however, it crashes in the client PC. Any idea of what coul ...Show All
Visual FoxPro How to print a Table structure?
Hi, is there a way to print a table structure (table fields, not the table contents) on the printer either programmaticaly or by a menu What I mean is when you modify a table their is no way to print the structure of the table! This is what I m trying to achieve. To print the structure of the table on the printer. So far I always had to press the PrintScreen button and then go to the Paint program, Paste and print . But of course this is not the best way to do it. I'm using VFP 8 . Any advices Athan Does LIST STRUCTURE TO PRINTER [PROMPT] [NOCONSOLE] do what you need ...Show All
Visual Studio 2008 (Pre-release) LINQ and Workflow
is it possible to utilize LINQ from Windows Workflow Foundation Using LINQ with workflow is not the same as using DLINQ with workflow. While LINQ may work directly on WWF objects, DLINQ would be more complimentary. ...Show All
