Eric12345's Q&A profile
Visual C++ Release object code seems now incompatible with debug object code
Prior to Visual Studio 2005, it was possible to link together C and C++ .obj files which were a mix of release (compiled using /MT) and debug (compiled using /MTd) builds. I'm finding with Visual Studio 2005, that the size and layout of C++ class objects which have STL container data members now varies between the debug and release builds, such that this linking of mixed build objects no longer works. Is there a way I can compile my release code so it will link with debug objects, or am I now forced to have debug and release builds of each module This, of course, is because the /MTd switch defines ...Show All
Windows Forms Can Windows Forms Controls Do This?
Hi I just need a simple yes or no answer, as I dont want to start researching something and then find out its not possible to do this! It is possible to make a windows form control which is embedded in a web page allowing the user to undate an sql database Thanks It can do anything if you give it the proper permissions via& ...Show All
Software Development for Windows Vista CreateWorkflow failing validation
I am trying to start a workflow using a xoml file. I am getting Workflow failed validation in CreateWorkflow with a very simple workflow containing start, delay 1 sec and stop. Is there a trick in getting this to work Thanks. // create and start an instance of the workflow runtime WorkflowRuntime runtime = new WorkflowRuntime (); runtime.StartRuntime(); // get an XML reader to the XAML-based workflow definition System.Xml. XmlReader xaml = System.Xml. XmlTextReader .Create(txtWorkflowFile.Text); // create a running instance of our workflow WorkflowInstance instance; try { instance = runtime.Creat ...Show All
SQL Server Death of ODBC
ODBC is not supported as a data source in SQL Analysis Services 2005. ODBC is not supported as a data source in SQL Reporting Services 2005 Model Designer. Any thoughts Joe Don't read too much into this, ODBC is not going away anytime soon. We put a lot of effort into SQL Native Client, which contains the ODBC driver for SQL Server 2005. ...Show All
Visual Studio Express Editions Can't create new project in Visual Basic 2005 express
I had the previous version installed of Visual Basic 2005 and I unistalled everything like the site said, Now I will test Visual Basic 2005 Beta 2, open a previous project, and it doesn't work at all, the program changed everything, ok too bad I think. Let's make a new project and "plop" there is an error message saying I can't create a new project because there's something missing. What can I do about it, how do I have to work with the new version ... I want Visual Basic 2005 beta 1 back! This was just better! ... I tried to get it back with systemrepair but no, now he's messing it up totally! ... I've now uninstalled everything again. Can ...Show All
Visual Studio Express Editions How do you databind a field in a FormView to a DrowpDownList?
Does anyone know how to databind a field in a FormView to a DropDownList OUTSIDE the FormView I noticed there is an option to write a custom expression in the properties menu but I don't have any experience at writing expeirence in ASP.NET or C#. Thanks for any help!! ...Show All
Software Development for Windows Vista What exactly is the point --
-- of workflows I'm not sure I understand completely what this functionality is useful for. Can someone please either explain, or link me to a document explaining Thanks a bunch. :) Hi dzCepheus Hmm now if you want dig more into workflows check out the following links, you will be find them useful http://www.workflow-research.de/Publications/PDF/MIZU-ITM(2004).pdf http://is.tm.tue.nl/research/patterns/ http://www.omg.org/docs/formal/00-05-02.pdf search for workflow on www.codeproject.com Hope you will get better understanding of workflows ...Show All
SQL Server SQL Server 2005 CLR integration problems with unmanaged code
Hi, With SQL Server 2005 I'm trying to define a CLR integration UDF that calls unmanaged C++ code contained in a .dll. I have the following two signed assemblies: 1) 'wrapper' - this assembly is basically a wrapper class writen in C++ managed extensions code that calls a legacy library written in unmanaged C++ 2) 'provider'- this assembly offers services some of which are contained in the 'wrapper' assembly. This class is written in C# and its assembly is marked as unsafe since it is calling unmanaged code The problem is that when I run the assembly creation statement: CREATE ASSEMBLY [Provider] FROM 'c:\Development\Provider.dll' WITH ...Show All
Visual Studio Team System Team Foundation Suite backward compatibility
Hi, I wonder does the source control tools provided with the team suit is compatible with VS2003 Does the source control IDE plug-ins are supporting VS2003 Could the Team suite can be integrated with VS2003 Would the foundation server support VS2003 Woudl the bug tracking system support VS2003 Any help would be appreciated. ThanX Nadav. There is a plug-in available, the MSSCCI provider ( http://www.microsoft.com/downloads/details.aspx familyid=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en ) to integrate source control with VS 2003 which has been rec ...Show All
Visual Studio Team System Single server install error in reportservice
I'm doing a clean single server install. Everything goes smoothly until the installation script stops with the following message: vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" " http://GANDALF/ReportServer/ReportService.asmx " TfsReportDS "Data source=GANDALF;initial catalog=BisDWDB" "TNC\TFSSERVICE" "01000000d08c9ddf0115d1118c7a00c04fc297eb010000000049865c489436479c95bb18bb6e1adf00000000220000005500730065007200200049006e0066006f0072006d006100740069006f006e00000003660000a800000010000000beab694a4470b26d6b1f782abd0f3764000000000480 ...Show All
Windows Forms Form to "dock" to Windows desktop ie Ticker/Office Toolbar
I am looking for behaviour like the Office Toolbar / BBC News Ticker where my application is in effect "docked" to the desktop and any programs opened will adjust to the new space available. I was looking at this post, but it I'm not sure whether this is the same API used -- I don't want the form registered as part of Windows/IE, I just want the form to stick there and for all other programs to be placed below it in the same way the Taskbar works. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=31429 Regards Here's an article on how to do just that: http://www.windowsforms.net/TrackViews.aspx ID=1 ...Show All
Smart Device Development SNAPI (State and Notification API) Rules!
I just wanted to comment that I think SNAPI is one of the most underated features of Windows Mobile 5.0. For those of you who don't know it is a new feature of Windows Mobile 5.0 that allows you to track the various states of the device. I can't believe how useful it is when writing mobile applications (especially when I want to know the state of my netowrk devices). I just wish it was better documented. ...Show All
Visual Basic Function CInches
Hi i was using this code in MS Excel and was working fine but i need to use it in a small application i'm making in Ms visual studio 2005, if any one can help thanx. '\ This function converts a string like 5'-6 1/4" to a decimal number '\ of inches that can be used in calculation. Function CInches(Text_string_containing_values_for____Feet_Inches) '\ These values are used to examine the input string, one character at a time Dim vVal As String '\ shorter name for input string Dim i As Integer '\ counter to step through each character in input string Dim vChar As Variant '\ temporary storage of each input string char ...Show All
Smart Device Development Internet connection
I'm developing a c# application on a Vodafone v1640 pockect PC ( alias Qtek 9090). I've an internet connection configured. My problem is how to start this internet connection from C#. I need to connect to a FTP site and I've write my class using wininet.dll, but the internet connection doesn't start automatically. how can i do this thanks Can you add a code snippet to show what you are doing One way is to use the InternetOpen function.. here is the wrapper code: http://www.pinvoke.net/default.aspx/wininet/InternetOpen.html ...Show All
Visual C# Error Wrapping a .NET code in COM
Hello Everyone, I wrapped my Code in COM and now when I use the ( tlbexp ) tool, I get this error.... TlbExp error: The format of the file 'WebServices.dll is invalid. Any suggestions what can be wrong....I have a very simple .dll..... Example: namespace Services { public interface Isomething { void solution (string s, out string t); } public class Serv : Isomething { public void solution (string s, out string t) { // do my stuff } } It compiles fine, what is the problem...... Hi. Check this out: 1) as much the interface as the class they are ...Show All
