Sweeps78's Q&A profile
Visual Studio vss web service cannot be accessed when transfer the box into a domain controller
I have a vss server in the internet, and it works very well. But when I install AD on my server and config my server as a domain controller, I cannot access vss through VS2005. The error message is: The SourceSafe Web Service cannot be accessed at the specified address: Address: http://{server name}/SourceSafe/VssService.asmx The server returns the following error: (0xC00CE502) What should I do Did you install the latest version of AD and all patches to your server I did a search on the web for the error code and what I got back is " XML_E_MISSINGQUOTE 0xC00CE502 A ...Show All
Windows Forms How to access different forms controls properties...?
Hi… In my C# MDI application, I have a parent form & on click of some parent forms toolstripmenuitems & toolstripbuttons I am popping up some windows(Forms). All these popped forms are not child form of parent form. I want to access some controls & their properties of parent form from all these popped forms & also I want to access some controls & their properties of those popped forms from parent form. So where I should declare object of parent form & those popped forms for both my requirements. I have declared object of parent form in each of these popped forms load event & I have declared object of those popped form in parent forms form load event…but with this my applica ...Show All
SQL Server can a non-administrator user run the SQL Server Management Studio Express ?
If i install the SQL Server Express and the Management Studio in my computer with an administrator account... can a non-administrator user run the SQL Server Management Studio Express When the non-administrator user tries run the SSEMS, he gets an error, something like "Cannot load the SQL Management Studio Package". Can i set several permissions to let non-administrator users run the SSEMS Hi Jamie, Any user can run Managment Studio Express, but you need permissions to use SQL Express. By default, only members of the Administrators group have permissions to do any tasks in SQL Express. For non-administrative users, you will need to explicitely create Logins and Users in SQL Server for those users. You can only c ...Show All
Visual C# Associate C# app with image files?
Hello, I have written a program that preview images, first how to associate my program with image files like .jpg and .gif I mean i want when the user double click the image my program launches and preview the image. 2nd how to programatically associate the image files with the program, without the user right click and open with... I hope i have a quick reply, Thanks and regards Thanks a lot. For the 1st part, i need to associate the file types programatically, i meen i want to write code to do this, cause i dont want to have to create installer in most of the time Thanks ...Show All
SQL Server Cannot find SMO namespace in Visual C# 2005
I know that this may sound like a stupid question... but I install visual C# express and SQL server express, and I still couldn't access the SMO namespace. When I install SQL express I went in the details to make sure that I installed everything in the package. However when I try to use SMO in C#, it just couldn't find the Microsoft.SqlServer.Management namespace that SMO is under. Any help is appreciated!! Thanks I must be really stupid... didn't know you have to add SqlServer.smo under project -> add reference before you can use the smo namespace... Sorry guys... can just ignore my last post ...Show All
Visual C# Visual Studio runs like a dog with more than 30 projects
Hi, Not exactly related to VS SDK, but don't know where else to post, looking for thoughts from people with a deep understanding of the VS IDE. Over the past few years of developing with VS, each time I add a new c# project, VS seems to get a little slower to do things, to the point that it sometimes takes 5 mins to just load a form in designer mode in the IDE when I have over 100 C# projects in my system. It only takes me a couple of months of full time development to get to 100 projects (99 projects compile to individual DLLs that contain 3 or 4 Winforms typically, one project contains the main exe) and then the whole thing runs like a dog. One of the projects is also a used by all other projects as having the base classes fo ...Show All
Windows Forms ListView Items Clear Problem
I want to know which event will be fired when items cleared If you can't find the event you need, make your own: using System; using System.Windows.Forms; class MyListView : ListView { public delegate void ClearedDelegate(object sender, EventArgs e); public event ClearedDelegate Cleared; public new void Clear() { if (this.Items.Count > 0) { base.Clear(); Cleared.Invoke(this, EventArgs.Empty); } } } Note that it is not 100% reliable, the Clear() method is not virtual... ...Show All
Visual Studio Express Editions MFC DLL
When given a problem that involves quantum interactions, behavior among particles such as atoms etc.: (using: MS VC++) Would you create an, MFC Dll Project Would you take another path Thanks very much for any and all (no matter how minor) info. in regards to above question(s). B. John Hello Re: MFC DLL Please do not ask the same question in multiple forums. I will mark this one as answered and you can get your answer from the Language forum. Thanks Damien ...Show All
Visual Studio CR 11 exporting problem
Hi: I am suffering a CR 11 exporting problem. I am using exportToDisk function to export file to pdf. It works good when my web page and SQL are on the same page. After we seperated web server and database server, it only work in VS2005. When I access it from browser, it gives me error: Failed to open the connection.Failed to open the connection. C:\WINDOWS\TEMP\MonthlyCoverage {280AE9FF-C35E-4E16-BABE-ED435910FB14}.rpt I believe this is a security issue and did some search but not success. Please advise, thanks in adv. I've tried specify database name and password in the setDatabseLogon function, but still only work in the VS2005 dev. envirnoment. objRept.SetDatabaseLogon(strUser, strUser_Pass, "192.168.0.1" , " ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Simple Mesh Move...
I'm working with DX9 in vb.net. I have looked all over for a simple way to move a mesh, not the camera, in a scene. I will have multiple meshes. I'm loading the mesh this way: Any quick solutions fellow developers Thanks to all! model = createMesh(Application.StartupPath & "\tomtom.x", True, True, Application.StartupPath) Function createMesh(ByVal fileSrc As String, ByVal materialOn As Boolean, ByVal textureOn As Boolean, ByVal TexPath As String) As oggX 'create an oggX structure from file defining file path, if use material and texture and texture path With createMesh 'create a mesh Dim materials() As ExtendedMaterial .mesh = Mesh.FromFile(fileSrc, MeshFlags.Managed, device, materials) 'memo ...Show All
Visual Studio Determine Exception Types
Hi, Is there a way to determine the exception a statement throws in the editor. An example: I highlight a statement in the editor and the editor returns the possible exceptions the statement could throw. There has to be some way, since when I hover over a method I get a tooltip which exceptions are thrown by it. Thanks in advance Alexander I read here http://weblogs.asp.net/cazzu/archive/2003/12/02/40641.aspx that it is possible to get a code parser that is able to parse a code file into a code dom tree. However, I cannot get that to work with Visual Studio 2005 (it's described for 2003). Could anybody give me a hint how I could manage to get a code parser as described at the above link I thin ...Show All
Visual C++ fatal error LNK1104: cannot open file 'libboost_filesystem-vc7-sgd-1_33.lib'
I am trying to compile some code and I keep getting the error "fatal error LNK1104: cannot open file 'libboost_filesystem-vc7-sgd-1_33.lib'". I searched my hard drive for this file and cannot find it. I searched the internet for this file, and got no results. I can find a file 'libboost_filesystem-vc6-sgd-1_33.lib', but I don't know if it would be at all useful, and I don't know how I would use it if it is helpful. I think that the project was originally built on a Visual C++ 6 platform, but I have version 7. Any suggestions would be appreciated. I've already looked for a website where I could download the file, 'libboost_filesystem-vc7-sgd-1 _33.lib', and I didn't find one. Where were y ...Show All
Visual Basic same form to block
hi for example; when user opened form2, user won't open form2 again. how can I do To only allow a single instance of a form to show you can use the my forms within you application. This application will only create one instance of Form2. It doesnt matter how many times you click the button. An example of default instancing. Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Forms.Form2.Show() My.Forms.Form2.Activate() End Sub End Class ...Show All
Software Development for Windows Vista Missing plugin for Live meeting in Vista
Hi, I have installed LMAddinPack(Live meeting) on Vista.when i open Microsoft Outlook, there i should get this live meeting options as plugins.But i am not getting it. However i am getting these plugins on XP. So anyone could help me out and let me know the procedures and i should carry to get these plugins on Vista(Microsoft outlook) as well. Thanks and Regards, Karthikeyan ...Show All
Visual Studio Tools for Office Word 2003 Add-in using VSTO 2005 SE - Action Pane - Runtime error "Object reference not set to an instance of an object"
This error is thrown when the ActionPane.Controls.Add(UserControl) method is called in the add-in startup subroutine. Both the ActionPane variable and the UserControl variable have been instantiated at the beginning of the class "ThisAddIn". The exception (System.NullReferenceException) goes on to give the following breakdown: at Microsoft.Office.Tools.ActionsPaneInternal.HookUpSmartPane() at Microsoft.Office.Tools.DockableControlCollection.Add(Control Value) ........ Any ideas This is all the code added to the public class "ThisAddIn" - as you can see, I've not got that far! Imports Microsoft.Office.Interop.Word public class ThisAddIn Friend MyActionPa ...Show All
