Guglielmo's Q&A profile
Smart Device Development How to install MSMQ on PocketPC 2003 Emulator with Visual Studio 2005?
Hi! I am fairly new to Windows Mobile development, so maybe I am missing something fundamental here. I am sorry to say I got into some endless link loops while searching for clues within MSDN documentation... I have two applications for .NET Compact framework that I want to run on PocketPC 2003, and later on Windows Mobile 5.0 devices. One is a windows application, the other a service process without user interface. The windows application ...Show All
SQL Server Non-English Characters in Table/Stored Procedure Names
Could you tell me what are the limitations/concerns regarding Non-English characters being used for Table/Views/Stored Procedure Names I have been studying that very topic, my web site is built on 12 languages at present, and storing documents with UTF-8 encoding in SQL text fields works well. Its a bit tricky though with HTML tags embedded. ...Show All
Visual Studio 2008 (Pre-release) Dynamically set attributes
Hello, <MediaElement.RenderTransform> <TranslateTransform X="{Binding RelativeSource={RelativeSource Self}, Path=Width/2}" Y="{Binding RelativeSource={RelativeSource Self}, Path=Height/2}"/> </MediaElement.RenderTransform> Okay, I am trying to move the MediaElement in the X,Y directions by half its width, height using what I believe is binding. I am convinced that I've got it thoroughly ...Show All
Visual C# access database which located in different PC
Hi, i write a program with C# and debug it with Web Matrix. I have problem in accessing to the particular database. the database was store in a shared drive (in another CPU). So how do i write the connection string i cant manage to do it.. "packet size=4096;user id=your userid;password=your password;data source=remote machine name;persist security info=False;initial catalog=your database name" ...Show All
Windows Forms MDI child window cannot have main menu
Does it seem odd to anybody that a Form window having an MdiParent will actually have its main menu generated on the MdiParent's menu bar rather than itself Is there a way to have it render on the child window itself Li ...Show All
Visual Basic The update runs but the application is not the published version
I rebuild the project and build the release files. Then I publish the app and on the client machine it tells me that it needs to update and it pulls the latest files. But the application that runs is not the latest version that I published. Something is triggering the app to download a new version but it downloads the same version it had. And if I close the app and restart it does not try to update again as if it were in some loop. It appears to ...Show All
SQL Server what's happening to this?
I have 2 aspx pages. one is "login.aspx" and the second is "test_connection.aspx" . the "login.aspx" is using the membership class for my website's security. if u have have restarted your computer and you first load this "login.aspx" , this will work fine and you will see that you can create a user. when you load (or view) next "test_connection.aspx" you will get this error message: System ...Show All
Visual Studio Team System CA1305 Specify IFormatProvider concerns
I'm noticing that code that uses framework methods that accept an IFormatProvider argument are simply passing CultureInfo.CurrentUICulture (including Microsoft code). I'm assuming this is to placate CA1305 warnings, since using CultureInfo.CurrentCulture is what is suggested in the CA1305 documentation--the coder is probably misguidedly assuming CurrentUICulture will have the correct culture because the UI is displayed to the user. (BTW, using C ...Show All
SQL Server SQL Server Management Studio Express CTP will not start
Hello there, Is anyone having problems with the Management Studio Express tool. I was able to installed it and use it for a couple of days without any problems but then one day it stop working. Now when I run the program it does not do anything. Not error messages in the event log. Also, I uninstalled and reinstalled. I found that the Books Online are also contained within the VS 2005 MSDN Library. So ...Show All
Visual Studio Team System TfsGSSInit - Irrecoverable error: TF50626: Maximum users (5) in License group. Unable to add Administrator.
I recently unistalled Team Server WorkGroup Edition after using it for a few months, and then I tried to reinstall. I get an error message "Error 28002.Error unknown." I had 5 users setup before I uninstalled Team Server, Administrator being one of them. The install looks like it is trying to add Administrator to the Licensed Users group again and it is failing because it already exists Does anyone have any suggestions I do not want to ...Show All
Windows Forms Longhorn style Breadcrumb Bar
Anyone have an idea for how to implement a Longhorn style "breadcrumb bar" in C# for Windows Forms Basically, the idea is: - A parent window that can spawn child windows of the same style. The child windows will append their title/location&nbs ...Show All
SQL Server Forms security deploy problem and email-subscription
Hi, I have changed my Reporting services from Windows Security to Forms Security. When I deploy reports on the local SQL server, a windows pops up. This windows requires my username and password for the report server. After I input them, everything works fine. However, When I deploy reports to the above server from the different SQL server located on a different computer, the windows always pops up, although I type the same usern ...Show All
Visual Studio Visual Studio 2005 Beta Support: A Joke
I have spent most of the last week trying to use the Microsoft support and documentation to learn how to use SQL Server 2005 and Visual Studio 2005. I have come up with a new phrase..."It just doesn't work." I downloaded the Microsoft online book for SQL Server 2005. First it would not install because it thought that I didn't have NET Framework 2 installed. Then, I found out after a few hours of searching that I had to use a different download ( ...Show All
SQL Server Placeholds for missing rows ... is this possible???
I have a dataset like this that feeds a table data region in a report: Answer Label Answer Count Strongly Agree 10 Agree 7 Neutral 12 Disagree 19 Strong Disagree 9 For every Answer Label, I need the table to create a new row that displays the label and count so it looks just like the above. The problem occurs when the dataset does not include one or more Answer Labels because there are no counts associated to ...Show All
Visual C# how to save a graphics into a jpg file
Now the graphics are painted in a form and i want to save the graphics into a jpg file. Which class will implement that what about ImageConverter class should i first transform the graphics into a image. By the way, i am not sure whether the image class will be useful. thank you Hi, I still get a big black box, here's some of the code I'm using: first my toolbar button for print: if (e.Button = ...Show All
