Arcady's Q&A profile
.NET Development How can I find my MAC Address?
How can I find my MAC Address I currently running Windows XP SP2. Thanks if you just want to find it out, without doing so in code, then follow these steps: open a command prompt (Start -> Run -> "cmd" -> enter) type ipconfig /all [enter] For each Netowork adapter that you have, it will list the MAC address as "Physical Address". eg: Ethernet adapter Local Area - Loopback: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Loopback Adapter Physical Address. . . . . . . . . : 02-11-22-AA-4F-33 Dhcp Enabled. . . . . . . . . . . : No IP Addr ...Show All
SQL Server SQL Express silent installation.
I am writing an application that requires SQL Express to be installed alongside. So I try to do the following - Before installing my application, I pop-up a link which leads to "SQLEXPR.exe ADDLOCAL=SQL_Engine INSTANCENAME=MSSQLServer <other parameters> /qb " . But this displays only a basic GUI, which means that the pre-requisite checks for SQL express are not displayed to the user. So if MDAC version 2.8 is not present on the system the installation of SQLexpress fails without any error messages (except in the log files). ( This is not a problem with all pre-requisites :: If .NET is not present on the system, the failure ...Show All
Visual J# tif image processing in J# browser control
In java tiff and bmp image file processing is supported only in JIMI or JAI package. I want to convert my tif image processing java applet to J# browser control,but it can't use JIMI and JAI library. Does J# have any correspondent image processing library Because GDI+ can handle TIFF and BMP image, you can convert TIFF and BMP image into the other format using the classes in System.Drawing namespace. YUI, Visual J# 2.0 can compile Jimi source code except JPEG and Raster image feature, ie you can use Jimi with J#. But, I don't know license terms of Jimi allows to use it with WinFx or not. ...Show All
Visual C# SMS with c#?
does anybody Tried to make a SMS gateway with c# or even send hi zapacila89 i have seen one in Java.. but seems interesting concept... r u interested in this i also want to do interestng stuff like this......right now im working on directx ...Show All
SQL Server Problems with SQL Task
Hi! I have a problem running a package and one of its SQL Tasks. This is the action the task performs: DELETE FROM Fac_Vendita WHERE Data >= I pick the value from a variable I get from a previous task, and I map it in the new task like this: Variable name: User::dur Direction: Input Data Type : DBTIMESTAMP Parameter Name: 0 I get this error: DELETE FROM Fac_Vendita WHERE Data >= " failed with the following error: "Invalid character value for cast specification". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or conne ...Show All
SQL Server Click-through on graph bars and objects?
Can you do click-throughs on Reporting Services 2005 Graphs whereas if I have created a dashboard somehow with 4 reporting services charts on our Intranet, that a user can click on a bar in the graph and it would drill down into an automated click-through report for that user By the way, I'm loving SSRS 2005, it rocks compared to Crystal! much easier and no more Crystal syntax! only VB.NET! can't get much better than that. ...Show All
Windows Forms debug mode - can't drill into instances
When debugging, I used to be able to click on the little "plus" icon next to an object instance name in the Autos window, and it would expand to show the values of that object's members, it's parent types, etc. Now it never does that - the little plus just diappears. I don't remember changing any settings relating to this. What&nb ...Show All
Windows Forms Do I hear C# anytime soon???
I was wondering if there will be a C# sample of TaskVision anytime soon I agree with mongo ks. A simple yes or no. If you do not want to use vb there is not reason to waste time doing a conversion. ...Show All
Visual C++ NMAKE : fatal error U1052: file date.mak not found
I am self-coaching myself VC++. I don't get it error. Could someone tell me where I went wrong Much appreciated. Thanks in advance. Header file: #ifndef Date_dot_h #define Date_dot_h 1 // Address class using dynamically-allocated strings class date { protected: int year_; int month_; int day_; public: date(); date(const int& d, const int& m, const int& y); bool valid() const; int day() const; int month() const; int year() const; void set_day (const int& day); void set_month (const int& month); void set_year (const i ...Show All
.NET Development Reflecting Database changes in existing dataset
What are the steps to reflect changes to an existing table in the database, back into my project. Initially, i created my dataset with tables and it worked fine. I had to add another column to the table. I updated the database, and came to the "Edit in Dataset Designer" and tried to update those changes, but nothing seems change. I don't want to delete the existing table and re-add in my project, as I have many queries built for that table already. Whats the easiest way to do this I finally figured it out. Its not straight forward, but if initially you generate a dataset with a set of table(s), then make changes to the ...Show All
.NET Development Do Microsoft Recommend using Windows Server 2003 for ASP.NET development?
I am trying to convince our company to move to Windows Server 2003 as a day to day platform for development of our ASP.NET application, which will be deployed to this platform. My reasoning is the differences between IIS 5.1 and 6.0, and the general principle that it is good practice to design and develop on the intended delivery platform. I have had no problems using it myself, and I know a lot of developers use it, including Microsoft, but I can't find a statement on MS website which says they recommended in plain English, which is effectively what I need. Any pointers to said confirmation would be most apprecaited, I expe ...Show All
Visual C++ Vusial Studio 2005 samples
Hello all Does Visual Studio 2005 come with " Visual Studio" code sample If it doesn't then does this code sample exists anywhere else Regards, Sergei Sergei, I believe I was referring to these samples at that meeting: http://www.windowsforms.net/Default.aspx tabindex=4&tabid=49#WinForms%20V2%20(Whidbey ) ...Show All
Visual C# VS2005 Hidden Designer code
Hi! I converted two old, rather big C# applications from VS2003 to VS2005. The new versions do not split my “forms” into “forms.Designer.cs” and “forms[Designer].cs” / “forms.cs”. It seams to me, I’ve got a spaghetti code: an automatic generated part and user developing part of code together in one file. As a result, it takes much moooore time to jump between the code and the form (layout), on the one hand, and contributes to get more “fragile” code with the automatic generating (VS2005 can refuse to design the forms if some errors happened appear in the user developing code), on the other. One thing more, the “f ...Show All
Visual Studio 2008 (Pre-release) Synchronization between DataContexts
How about synchronization of entities between DataContexts So that when an entity in one DataContext is changed and changes are saved to db (only after saving), corresponding entities in other DataContexts are also updated (unchanged fields) and notified about it. The same with loading of one entity; AFAIK, it is implemented already that before loading it is checked whether an entity is already loaded; this behavior can be extended with checking whether the entity is loaded in another DataContext. There can be a class, say DataContextSynchronization which has 1) a list of DataContext objects, which ...Show All
Visual Studio Team System Database error while trying to merge between branches
Hi, I don't know if anyone here has bumped into this problem. While trying to merge a changeset between two branches I get the following error: A database error occurred (SQL error 2627) ---> Violation of PRIMARY KEY constraint 'PK__#1146012A__123A2563'. Cannot insert duplicate key in object 'dbo.@mergingIntoDeletes' . Is this a known issue, anyone has any ideas Any help wold be appreciated. Thanks a lot in advance, BMoscao The merge code has gone through a huge overhaul since Beta 3 Refresh, so you shouldn't have this problem in the RC. That said, if you can provide specific rep ...Show All
