GlenAtMotorola's Q&A profile
Visual Studio Express Editions Express install lockup
Hello! I've downloaded the visual c++ express installer only to find that it locks up during its "Setup is loading installation components, this will take a minute or two" part. Keep in mind that I have no proir 'beta' versions installed on this machine. In fact it's a fresh install of winxp pro with all the updates. Machine: Amd64 3000+ 1024meg ram ATI Radeon 9800 Pro and a pathetic keyboard w/out the space bar :) I tried changing the default browser back to IE => Still Same failure I tried to diasable both the firewall and the virus scanner => Still Same Failure I downloaded the .img files and extr ...Show All
Visual Studio Team System Add user fails to add user to Portal and Reports
I'm adding a new member to my newly created project using the Team Explorer, selecting the Team Project Setting -> Group Membership. (This is an AD installation). So I add DOMAIN\user, and the user is then granted access as exptected, only that the Documents and Reports shows the little red star as they are not connected. I then managed to add the user to the portal site, which fixed the Documents part, but I'm a bit lost wrt. Reports. Looked through the Enterprise Manager or what it is called now, but didn't find the right place. Also checked http://localhost/Reports and went to Settings and no roles ...Show All
Visual Studio Express Editions Less than, greater than, equal to, date.
Trying to get this to work. I'm trying to prevent saving over a new version of a file. I've tried >=, <=, and =. I'm guessing that I can't compare dates like this. Bryan Dim MyStamp As Date = FileDateTime( "bay.txt" ) If FileDateTime( "bay.txt" ) >= MyStamp Then ' execute code here End If hi, why do you read the value twice try something like this Module Module1 Sub Main() Dim mystamp As Date = FileDateTime( "textfile1.txt" ) If mystamp >= DateTime.Now Then Console.WriteLine( "file written in futu ...Show All
SQL Server Is it possible to use third party controls for reportign services?
Hi, Is it possible to use third party controls for reporting services, such as Dundas Chart for Reporting Services, in MS SQL Server 2005 Express Edition Thank you in advance. Goran Not sure about Dundas (though I'd expect it to have ways of tying in). Check out this link though: http://officewriter.softartisans.com/officewriter-357.aspx That's at least an example of some third party integration. There's also a new set of .NET controls that will work with existing .NET apps that you might want to look at: http://www.microsoft.com/technet/prodtechnol/sql/2005/2005ssrs.mspx#EAH --Mike ...Show All
Visual Studio Express Editions SystemParametersInfo
I know that I need to use the SystemParametersInfo API to get the desktop background but again I am having some problems. Can anyone point me in the right direction with this. I would greatly appreciate it. Here is what I have so far. Public Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" ( ByVal uAction As Integer , ByVal uParam As Integer , ByRef lpvParam As String (), ByVal fuWinIni As Integer ) As Integer Dim oldWallpaper(255) As String SystemParametersInfo(SPI_GETDESKWALLPAPER, 0, oldWallpaper, 0) MsgBox(oldWallpaper) ...Show All
.NET Development Where is mscorcfg.msc(beta 2)?
I've installed dotnetfx from vwd.img and now I don't know where to find mscorcfg utility.I'm using windows xp(sp2) What's wrong with configuration utilities looks like they are trying to "shed some pounds" from the framework download (since Java is about half the size) i believe that my mscorcfg came with .NET 1.1 which was a critical hotfix for SP2 via WinUpdate - there does not appear to be one associated with the full beta SDK install (2.0.50215)...haven't installed the final release, yet (from 10/27/05) conceivably, you should be able to copy the mscorcfg.msc file from one machine to another (elimin ...Show All
Windows Forms TaskVisionWS - AuthService - System.IO.FileNotFoundException
I have installed the database (manually...) and the source coude for the client runs from VS, however the AuthService (GetAutherizationTicket method) throws a System.IO.FileNotFoundException. System Details: Windows .Net Server 2003 (Enterprise) .Net Framwork 1.0 and 1.1 - side by side install Visual Studio.Net 2003 (Ent Arc) Exception Details: As seen in the Event Viewer: ------------------------------ ...Show All
.NET Development Security issue with using .NET to consume J2EE web services
Hi all, I am currently working on .NET(C#/ASP.NET) client with Apache/Axis/UNIX Web Services. The server is using Basic Authentication . I created a proxy as usual by adding web reference with the WS URI. And also, I created a service object as below: " EventService service = new EventService(); service.url = "web services URI here"; X509Certificate x509 = X509Certificate.CreateFromCertFile(Server.MapPath("SSL CERT NAME")); service.ClientCertificates.Add(x509); service.Credentials = new System.Net.NetworkCredential(USERNAME, PASSWORD); //invoke web method service.searchByName(); " However, there is always err ...Show All
SQL Server Installation of SQL server 2000 Analysis server & SQL server 2005 Analysis server on same system
Hi All, Because of our business requirement we want to install of SQL server 2000 Analysis server & SQL server 2005 Analysis server on same system. Is there any issue for keeping both servers on same system Thanks in advance. Thanks & Regards Prakash Following configuration is supported: AS2000 default instance and AS2005 named instance running on the same machine. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Basic May i know what happen here??
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = "1.JPEG" Label1.Text = "what text" End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. the error showed is " value of type string cannot be converted to 'System.Drawing.Image'" May i know what happen> Check out the last paragraph in http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcn7/html/vaconSharedMembers.asp . This is exactly the confusion they are talking about The follow ...Show All
Visual Basic Querying Active Directory to check if a Username exists
Hi Everyone, We are doing a lot of work on our Storage server at the moment, and one thing is tidying up users folders. What I am trying to do is to pick up the name of a users folder (from a text file) and query AD to see if that User exists. In theory !! all folder names are named after the Username. Here is the connection code that I have so far, I wonder if someone could help me, or if I am totally missing the plot and on the wrong lines, steer me in the right direction .................... Dim currentuser As String Dim currentuserpassword As String currentuser = InputBox("Please enter your Username") currentuserpas ...Show All
Visual C++ DWORD_PTR
I checked and tried what you both said. The declaration of windows.h was ok. I tried to compile the simple app with only a declaration of a DWORD_PTR #include <windows.h> int main( int argc, char **argv) { DWORD_PTR i; return(0); } Here's the errors (i disabled the precompiled option (/p) for this list) Thanks again Output Window Compiling... StdAfx.cpp Note: including file: c:\hydrotel\code\hydrotel_2004_07_09_console_avec_dll\hydrotel_2004_07_09_console_avec_dll\stdafx.h Note: including file: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afxwin ...Show All
Visual Basic How to debug
Hello, I am relatively new to VB.NET and I've inherited an old project which is causing some grief with one particular user. Unfortunately, all I've managed to obtain from her is what appears when it dies: EventType : clr20r3 P1 : customsales.exe P2 : 2.5.0.1325 P3 : 43f209ce P4 : microsoft.visualbasic P5 : 8.0.0.0 P6 : 4333d6d8 P7 : 35e P8 : 36 P9 : system.invalidcastexception How exactly can one use this information to find out where in the code this is going on JeffL No worries, glad to help. You can also handle the ApplicationException ( from memory ) event, which equat ...Show All
.NET Development first e/r or classes
Can I make my E/R and then generate my classes Do you know a tool that generates this for me Hi, for design classes I would recommend you UML. You can use the clase diagram file type to design your classes and generate code out of them in visual studio 2005. Just add a new Classdiagram to an solution and start modeling! You also can use Poseidon for UML, DIA(no code generation), Viso etc. for modeling. ...Show All
Visual Studio Team System Add user from a thrusted AD domain
Hi, When i try to add users from a thrusted AD domain, I get an error message. "Couldn't add user/group 'xxxxxx'. It may be in an incorrect domain. Menu: Team->Team Foundation Server Settings->Group Membership TFS: Beta 3 Refresh TFS Service account: AD2\TFSSERVICE User account: AD1\<user name> One way thrust between AD1 and AD2. Is this a "beta" issue ...tried to add AD1 users to a Security Group in AD2, and then add the group to the Team Foundation Administrators. I can add the group, but I can't access TFS with a user from that group, a login window appears. Sorry you ran into this problem.&nb ...Show All
