Click here to Skip to main content
15,904,339 members
Home / Discussions / C#
   

C#

 
QuestionHow to make windows application like master page? Pin
Shahriat Hossain24-Sep-07 7:06
Shahriat Hossain24-Sep-07 7:06 
AnswerRe: How to make windows application like master page? Pin
Not Active24-Sep-07 7:39
mentorNot Active24-Sep-07 7:39 
AnswerRe: How to make windows application like master page? Pin
Matthew Cuba24-Sep-07 7:42
Matthew Cuba24-Sep-07 7:42 
AnswerRe: How to make windows application like master page? Pin
Pete O'Hanlon24-Sep-07 8:50
mvePete O'Hanlon24-Sep-07 8:50 
AnswerRe: How to make windows application like master page? Pin
InvalidTypecast24-Sep-07 10:43
InvalidTypecast24-Sep-07 10:43 
AnswerRe: How to make windows application like master page? Pin
Amar Chaudhary24-Sep-07 18:28
Amar Chaudhary24-Sep-07 18:28 
QuestionCan't find Library in GAC... [modified] Pin
lost in transition 24-Sep-07 6:36
lost in transition 24-Sep-07 6:36 
AnswerRe: Can't find Library in GAC... Pin
lost in transition 24-Sep-07 6:48
lost in transition 24-Sep-07 6:48 
QuestionControl Auto-Resize Pin
andyr200524-Sep-07 6:06
andyr200524-Sep-07 6:06 
AnswerRe: Control Auto-Resize Pin
Justin Perez24-Sep-07 7:05
Justin Perez24-Sep-07 7:05 
GeneralRe: Control Auto-Resize Pin
andyr200524-Sep-07 7:34
andyr200524-Sep-07 7:34 
QuestionUpload and download measurement Pin
Ryno Burger24-Sep-07 5:09
Ryno Burger24-Sep-07 5:09 
AnswerRe: Upload and download measurement Pin
Judah Gabriel Himango24-Sep-07 5:58
sponsorJudah Gabriel Himango24-Sep-07 5:58 
QuestionHow to insert a field that i already have on my form into a crystalreportview Pin
msin24-Sep-07 4:36
msin24-Sep-07 4:36 
AnswerRe: How to insert a field that i already have on my form into a crystalreportview Pin
Judah Gabriel Himango24-Sep-07 5:56
sponsorJudah Gabriel Himango24-Sep-07 5:56 
AnswerRe: How to insert a field that i already have on my form into a crystalreportview Pin
Shuaib wasif khan24-Sep-07 13:48
Shuaib wasif khan24-Sep-07 13:48 
AnswerRe: How to insert a field that i already have on my form into a crystalreportview Pin
msin28-Sep-07 4:22
msin28-Sep-07 4:22 
QuestionThe control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
mtaNY24-Sep-07 4:33
mtaNY24-Sep-07 4:33 
AnswerRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
Judah Gabriel Himango24-Sep-07 4:47
sponsorJudah Gabriel Himango24-Sep-07 4:47 
GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
mtaNY24-Sep-07 9:47
mtaNY24-Sep-07 9:47 
GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
Judah Gabriel Himango24-Sep-07 12:07
sponsorJudah Gabriel Himango24-Sep-07 12:07 
GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
mtaNY25-Sep-07 2:39
mtaNY25-Sep-07 2:39 
Still didn't work as initially planned, but I was able to get some information out of the Visual Studio error message after clicking the Debug button.

FusionLog:

=== Pre-bind state information ===
LOG: User = SYSSOFT\mta
LOG: DisplayName = MPSAPI, Version=0.12.10.0, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.Config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.


Message:

Could not load file or assembly 'MPSAPI, Version=0.12.10.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.


StackTrace:
at QVI.ICE.Core.VideoWindow.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()


The MPSAPI.DLL is added as a reference so it must be something that DLL depends on.

Thanks for your help Judah.

GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
Judah Gabriel Himango25-Sep-07 14:15
sponsorJudah Gabriel Himango25-Sep-07 14:15 
GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
mtaNY25-Sep-07 2:48
mtaNY25-Sep-07 2:48 
GeneralRe: The control System.Windows.Forms.TabControl has thrown an unhandled exception in the designer and has been disabled Pin
mtaNY25-Sep-07 3:24
mtaNY25-Sep-07 3:24 

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.