Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application Fauled to Initialize (0xc000007b) Pin
Enobong Adahada7-Oct-10 4:34
Enobong Adahada7-Oct-10 4:34 
JokeRe: Application Fauled to Initialize (0xc000007b) Pin
Sauro Viti7-Oct-10 22:35
professionalSauro Viti7-Oct-10 22:35 
QuestionServer side validation Pin
janani136-Oct-10 20:44
janani136-Oct-10 20:44 
AnswerRe: Server side validation Pin
rah_sin6-Oct-10 21:24
professionalrah_sin6-Oct-10 21:24 
GeneralCommunication with DCOM Server Pin
loic.ploumen6-Oct-10 6:50
loic.ploumen6-Oct-10 6:50 
GeneralRe: Communication with DCOM Server Pin
loic.ploumen7-Oct-10 3:01
loic.ploumen7-Oct-10 3:01 
Questioncontrol the way of opening a .cs file. Pin
prasadbuddhika6-Oct-10 5:18
prasadbuddhika6-Oct-10 5:18 
AnswerRe: control the way of opening a .cs file. Pin
Rutvik Dave6-Oct-10 8:31
professionalRutvik Dave6-Oct-10 8:31 
prasadbuddhika wrote:
usually when we open a cs file(by Double Click)it open in the vs2005 IDE, if no IDE is opened it will open one and show the file , but if an IDE exist then the file will be opened in the existing IDE.


Yes, that's common behavior, because you are trying to open a file and not the application. you just double click on the visual studio icon, and it will open new IDE all the time, because there you are trying to open an application. now use the same code and don't pass the file name, I think it will open new IDE all the time.

Also, by reading your few previous posts. As suggested to you previously, just develop Visual Studio Add-in / Extension. and you will have access to everything you want in IDE. otherwise keep in mind that you cannot control some external process, that is already running, from another process. they are running in separate domain. unless the process supports RMI kind of functionality. Which Visual Studio IDE is not supporting. so instead of spending time on doing everything remotely. try to create in-process pug-ins and you will have full control.
AnswerI assume you don't read replies. Please don't reply to this user on this thread. Pin
Pete O'Hanlon6-Oct-10 9:46
mvePete O'Hanlon6-Oct-10 9:46 
QuestionVS2010 chart Control [modified] Pin
kibromg6-Oct-10 4:55
kibromg6-Oct-10 4:55 
AnswerRe: VS2010 chart Control Pin
Rutvik Dave6-Oct-10 5:13
professionalRutvik Dave6-Oct-10 5:13 
GeneralRe: VS2010 chart Control Pin
kibromg6-Oct-10 5:26
kibromg6-Oct-10 5:26 
GeneralRe: VS2010 chart Control Pin
Rutvik Dave6-Oct-10 6:03
professionalRutvik Dave6-Oct-10 6:03 
GeneralRe: VS2010 chart Control [modified] Pin
kibromg6-Oct-10 6:17
kibromg6-Oct-10 6:17 
GeneralRe: VS2010 chart Control Pin
Rutvik Dave6-Oct-10 7:59
professionalRutvik Dave6-Oct-10 7:59 
GeneralRe: VS2010 chart Control Pin
kibromg7-Oct-10 3:12
kibromg7-Oct-10 3:12 
GeneralRe: VS2010 chart Control Pin
Rutvik Dave7-Oct-10 4:33
professionalRutvik Dave7-Oct-10 4:33 
GeneralRe: VS2010 chart Control [modified] Pin
kibromg7-Oct-10 6:21
kibromg7-Oct-10 6:21 
GeneralRe: VS2010 chart Control Pin
Rutvik Dave7-Oct-10 8:01
professionalRutvik Dave7-Oct-10 8:01 
GeneralRe: VS2010 chart Control Pin
kibromg12-Oct-10 6:32
kibromg12-Oct-10 6:32 
GeneralRe: VS2010 chart Control Pin
Rutvik Dave13-Oct-10 9:08
professionalRutvik Dave13-Oct-10 9:08 
Questioncalling vs2005 tool from out side Pin
prasadbuddhika5-Oct-10 23:26
prasadbuddhika5-Oct-10 23:26 
AnswerAttempt to bump post - please don't reply on this thread, reply to the original thread instead. Pin
Pete O'Hanlon5-Oct-10 23:45
mvePete O'Hanlon5-Oct-10 23:45 
QuestionExcel upload Pin
Ramkithepower5-Oct-10 22:39
Ramkithepower5-Oct-10 22:39 
Question.net 2.0 Custom Configuration Sections Pin
AndieDu5-Oct-10 20:51
AndieDu5-Oct-10 20:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.