Epilif's Q&A profile
Windows Forms Using COM Interop on my Component
I've created a component and I've checked the box in VS.Net to "Register for COM Interop". The only problem is that every time I bulid the solution (even if I don't change method signature), I get a new CLSID associated with my ...Show All
Visual Studio hotfix for visual studio .net 2003
Sure. I just purchased the academic software last week for a night school course. I installed it without errors. Problem 1) When I go to the tools > upgrade it cannot find the page of the upgrade. Problem 2) For the library problem. I decided to have a look around and read the help files. I had already installed the mdsn libraries. However, when I try to start up the help files, it opens what looks li ...Show All
Visual C++ C++/CLI code porting problem
I'm trying to port a C++.NET (managed extensions) application to C++/CLI. However I'm not very strong with the syntax yet. What I'm trying to do is to create a wrapper for a C Dll file. To do this I'm using DllImport but I failed to found documentation on it's use. There are some problems due to changes of the syntax but I couldn't find out why yet. The C++.NET line looks like this: [DllImport("my.dll", CharSet = Ansi, CallingConven ...Show All
Windows Forms MDI Child closed but MDI parent think other
Hi, I have strange problem that the mdi child are closed but when I open new mdi child I see the buttons of previuos MDI childrens. I checked and found that no reference in MDI parent to MDI child. Why this is And how can I solve it Thank's, Alexei Hi, If you defined the child form as a variable (say its name is FrmChild ), use this method before show it : FrmChild Variable = New FrmChild ...Show All
Visual Studio Team System How do I create a Summary Results File for a generic test?
How do I create a Summary Results File for a generic test There is a article in msdn on this but they reference the file SummaryResults.xsd and I do not have this file on my computer. I am unable to try their example. I would appreciate any advice or suggested reading. Hello, You should find the SummaryResults.xsd in ..\Microsoft Visual Studio 8\XML\Schemas directory For more information on how ...Show All
SQL Server Unable to use SSMSE to connect to SQL Express server on secondary IP address
I am having trouble to use SSMSE to remotely connect SQL Express server using IPs other than the base IP of the machine. Machine settings: (1) Has multiple IP configured. Those IP are accessible remotely (2) Firewall is not on. SQL Express server configuration: (1) TCP/IP and named pipe are on Browser service state: (1) running (2) listening at 0.0.0.0:1434 (UDP) SSMSE connection results: (1) with <ba ...Show All
Visual Studio Express Editions Why C# such a pin or missing something?
Hi, I am a newbie while handling C# apps!. Now my problem is that- I have to run a vb dll(VS6),a ATL dll(VS6) and a C#(Front end...vs7). I have source code of this vb dll and ATL dll Motive here is that if i run my C# app, then it must enter in source code of these VS6 dll. Though for this purpose I tried- 1.Added these VS6 dlls with C# environment, in Dotnet IDE. 2.Tried to open these 2 VS6 dlls with VS6 IDE, while opened C# with Dotnet I ...Show All
.NET Development Repeater + Extended control not working
Alright this is in my aspx file in the ItemTemplate section of the repeater <td><cwc:DataDropDownList runat="server" DataSourceID="rolesDataSource" SelectedValue=<%# Eval("Role") %> DataTextField="Description" DataValueField="id" AutoPostBack=true OnSelectedIndexChanged=dropDownList_SelectedIndexChanged ExtraData=<%# Eval("FirstName") %> ...Show All
Visual Studio VSS 2005 step by step set up and tutorial
Helo all....i am looking for a simple step by step tutorial which i can download and reference offline, if you know of any please point me to the right direction. Thanks The pre-release documentation is also available at: http://msdn2.microsoft.com/en-us/library/3h0544kx Regards, ...Show All
Visual Studio Check in web service that are already under source control for VS2003
At this moment we are upgrading web services, that are already under source control, from VS2003 to VS2005. The upgrade is successful, but when we want to check these web services in VS2005 is complaining that the *.asmx is already under source control and stops with check in of the other files. For a web service we checked the other files in with our source control manager and reopened the project. VS2005 do not notice that these files (app_cod ...Show All
Smart Device Development connection to remote server does not exists
Hi friends Please help me in this problem. I am a beginner to pocket pc application which utilizes XML Web Service.this application is a simple hello world application. pocket pc application consuming the web service and when runs returns hello world as a load event:- This is the code I am doing for pocket pc application. Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.Ev ...Show All
SQL Server failure in starting the process for the user instance
High everybody, I have a set of winforms (.NET 2.0 assemblies) ( 6 total ) that each tries to open a connection to the same Database file using the same connection string. In the connection string, UserInstance is set to true. If each winform is started manually after opening the session on the computer, the connection to the database performs well for every winform. If the same winforms are automatically started at the opening of the u ...Show All
Visual Studio problem in installtion of vs 2005
Please give me the minimum configration of installing the vs 2005. os details,browser details,processor details and soon.. take a look at the VS readme: http://msdn.microsoft.com/vstudio/support/readme/default.aspx ...Show All
Visual Studio Tools for Office How to apply WordML.xslt to DataOnly.xml programmatically?
Hello, I have a typical requirement for which I could not find any related examples on internet. I would like to programmatically(.NET or VSTO with C#) load xml data and apply XSLT to create a word 2003 document. Here what I do: User provides me a formatted word template (Original.doc with placeholders which my application should fill in and save as separate document). I attach MyXsd.xsd document to it a ...Show All
SQL Server Dynamic Filter Not Updating Correctly
I have several SQL Mobile devices (WM5) syncronizing with a SQL 2005 database through merge replication. We are using the HOST_NAME parameter to filter several tables. A few of these filters use a sub-query to filter the data because of the complexity of the filter (need to do more than join to one table). The subquery will use the HOST_NAME parameter. For example, I want to get a list of all users in the current user's company I need to use hos ...Show All
